]> 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)
commitbec51d7f8d7a1f66d860361e8b92b40038b97ba3
tree6ea54e088d708ac2cf5d7f2be826469f7261d753
parent3f45c3ec6f4d4d7bda6e74783e83fa751d512d46
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