All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS
@ 2016-08-25  9:07 Maarten Lankhorst
  2016-08-25  9:07 ` [PATCH 2/2] drm/i915: Add missing parameter to intel_dp_set_drrs_state documentation Maarten Lankhorst
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Maarten Lankhorst @ 2016-08-25  9:07 UTC (permalink / raw)
  To: intel-gfx

The mentioned commit changes intel_display_crc_init to take a dev_priv,
but forgets to change the stub.

Cc: David Weinehall <david.weinehall@linux.intel.com>
Fixes: 36cdd0138b7f ("drm/i915: debugfs spring cleaning")
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reported-and-by: Kim Lidström <kim@dxtr.im>
---
 drivers/gpu/drm/i915/i915_drv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index ff96b7a69e6c..cf4d6a760b04 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -3522,7 +3522,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 *dev) {}
+static inline void intel_display_crc_init(struct drm_i915_private *dev_priv) {}
 #endif
 
 /* i915_gpu_error.c */
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-26 12:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25  9:07 [PATCH 1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS Maarten Lankhorst
2016-08-25  9:07 ` [PATCH 2/2] drm/i915: Add missing parameter to intel_dp_set_drrs_state documentation Maarten Lankhorst
2016-08-25  9:49   ` Chris Wilson
2016-08-25 11:29     ` Maarten Lankhorst
2016-08-25  9:47 ` [PATCH 1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS Chris Wilson
2016-08-25 10:21 ` ✗ Fi.CI.BAT: failure for series starting with [1/2] " Patchwork
2016-08-26 12:19 ` [PATCH 1/2] " David Weinehall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.