Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS

2016-08-26 Thread David Weinehall
On Thu, Aug 25, 2016 at 11:07:01AM +0200, Maarten Lankhorst wrote: > The mentioned commit changes intel_display_crc_init to take a dev_priv, > but forgets to change the stub. Doh! > > Cc: David Weinehall > Fixes: 36cdd0138b7f ("drm/i915: debugfs spring cleaning") > Signed-off-by: Maarten Lankho

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS

2016-08-25 Thread Chris Wilson
On Thu, Aug 25, 2016 at 11:07:01AM +0200, Maarten Lankhorst wrote: > The mentioned commit changes intel_display_crc_init to take a dev_priv, > but forgets to change the stub. > > Cc: David Weinehall > Fixes: 36cdd0138b7f ("drm/i915: debugfs spring cleaning") > Signed-off-by: Maarten Lankhorst >

[Intel-gfx] [PATCH 1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS

2016-08-25 Thread Maarten Lankhorst
The mentioned commit changes intel_display_crc_init to take a dev_priv, but forgets to change the stub. Cc: David Weinehall Fixes: 36cdd0138b7f ("drm/i915: debugfs spring cleaning") Signed-off-by: Maarten Lankhorst Reported-and-by: Kim Lidström --- drivers/gpu/drm/i915/i915_drv.h | 2 +- 1 fil