]> git.baikalelectronics.ru Git - kernel.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)
commit3cb1538065664d2b20a8c482009f83c70ee6194f
tree6ea54e088d708ac2cf5d7f2be826469f7261d753
parent787a18b2d00508f8586a229aa4aa4258ca5f584f
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