]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: fix hsw_write_dcomp() error message
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 4 Jul 2014 14:59:57 +0000 (11:59 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Jul 2014 06:25:55 +0000 (08:25 +0200)
commitf475dadf833691e6173dee9ad05953265f6ffe21
tree6ea54e088d708ac2cf5d7f2be826469f7261d753
parentd101c8fe9bda6578ae72d6021415cfaad2b422f0
drm/i915: fix hsw_write_dcomp() error message

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 <paulo.r.zanoni@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c