]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Unconditionally check gmch pfit state
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 15 Jul 2015 12:15:50 +0000 (14:15 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 15 Jul 2015 15:18:01 +0000 (17:18 +0200)
commit86e6688dea6f639488cab714bb8512f207e4cd13
tree1065a8caba284be7f1395220677b8541afcac9a9
parent0a8937b8691d834aaeaee1dc032a8caa6e004ddc
drm/i915: Unconditionally check gmch pfit state

Now that we recompute the pipe config for all CRTCs that have changed
we don't have problems with stale configuration data for the global
pfit and can remove this hack. Yay!

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c