Re: [Intel-gfx] [PATCH 1/2] drm/i915: fix hsw_write_dcomp() error message

2014-07-09 Thread Damien Lespiau
On Fri, Jul 04, 2014 at 11:59:57AM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > That function can be used to write anything on D_COMP, not just > disable it, so print a more appropriate message. > > Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau > --- > drivers/gpu/drm/i915/

[Intel-gfx] [PATCH 1/2] drm/i915: fix hsw_write_dcomp() error message

2014-07-04 Thread Paulo Zanoni
From: Paulo Zanoni That function can be used to write anything on D_COMP, not just disable it, so print a more appropriate message. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/inte