]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite2ff2d4a467511ef88ae574555ddc0e952777f0c
tree1065a8caba284be7f1395220677b8541afcac9a9
parentca6e4405779ed56ebac941570615abd667c72c02
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