Re: [Intel-gfx] [PATCH v2] drm/i915: Fix build when !CONFIG_DEBUG_FS

2016-09-30 Thread Daniel Vetter
On Fri, Sep 30, 2016 at 3:19 PM, Jani Nikula wrote: > On Fri, 30 Sep 2016, Chris Wilson wrote: >> On Fri, Sep 30, 2016 at 02:20:30PM +0200, Tomeu Vizoso wrote: >>> Add stub for intel_crtc_set_crc_source() and fix arguments of >>> intel_display_crc_init(). >>> >>> Signed-off-by: Tomeu Vizoso >>>

Re: [Intel-gfx] [PATCH v2] drm/i915: Fix build when !CONFIG_DEBUG_FS

2016-09-30 Thread Jani Nikula
On Fri, 30 Sep 2016, Chris Wilson wrote: > On Fri, Sep 30, 2016 at 02:20:30PM +0200, Tomeu Vizoso wrote: >> Add stub for intel_crtc_set_crc_source() and fix arguments of >> intel_display_crc_init(). >> >> Signed-off-by: Tomeu Vizoso >> Fixes: 21165bd933ac ("drm/i915/debugfs: Move out pipe CRC co

Re: [Intel-gfx] [PATCH v2] drm/i915: Fix build when !CONFIG_DEBUG_FS

2016-09-30 Thread Chris Wilson
On Fri, Sep 30, 2016 at 02:20:30PM +0200, Tomeu Vizoso wrote: > Add stub for intel_crtc_set_crc_source() and fix arguments of > intel_display_crc_init(). > > Signed-off-by: Tomeu Vizoso > Fixes: 21165bd933ac ("drm/i915/debugfs: Move out pipe CRC code") > Fixes: 13fa0253d97a ("drm/i915: Use new CR

[Intel-gfx] [PATCH v2] drm/i915: Fix build when !CONFIG_DEBUG_FS

2016-09-30 Thread Tomeu Vizoso
Add stub for intel_crtc_set_crc_source() and fix arguments of intel_display_crc_init(). Signed-off-by: Tomeu Vizoso Fixes: 21165bd933ac ("drm/i915/debugfs: Move out pipe CRC code") Fixes: 13fa0253d97a ("drm/i915: Use new CRC debugfs API") --- drivers/gpu/drm/i915/i915_drv.c | 2 +- drivers