projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e896402
)
drm/i915: Fix intel_display_crc_init for !DEBUGFS
author
Maarten Lankhorst
<
[email protected]
>
Thu, 25 Aug 2016 09:07:01 +0000
(11:07 +0200)
committer
Maarten Lankhorst
<
[email protected]
>
Mon, 29 Aug 2016 11:58:21 +0000
(13:58 +0200)
The mentioned commit changes intel_display_crc_init to take a dev_priv,
but forgets to change the stub.
Cc: David Weinehall <
[email protected]
>
Fixes: 36cdd0138b7f ("drm/i915: debugfs spring cleaning")
Signed-off-by: Maarten Lankhorst <
[email protected]
>
Reported-and-by: Kim Lidström <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/1472116022-17598-1-git-send-email-maarten.lankhorst@linux.intel.com
Reviewed-by: Chris Wilson <
[email protected]
>
Reviewed-by: David Weinehall <
[email protected]
>
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.h
b/drivers/gpu/drm/i915/i915_drv.h
index 77a5478043e751a1af9cdc67006e78920656e964..c413587895cff1766952c920cbff87edf7dd1d5e 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.h
+++ b/
drivers/gpu/drm/i915/i915_drv.h
@@
-3528,7
+3528,7
@@
static inline int i915_debugfs_register(struct drm_i915_private *dev_priv) {retu
static inline void i915_debugfs_unregister(struct drm_i915_private *dev_priv) {}
static inline int i915_debugfs_connector_add(struct drm_connector *connector)
{ return 0; }
-static inline void intel_display_crc_init(struct drm_
device *de
v) {}
+static inline void intel_display_crc_init(struct drm_
i915_private *dev_pri
v) {}
#endif
/* i915_gpu_error.c */