]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Only update state on crtc's that are part of the atomic state.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 13 Jul 2015 14:30:14 +0000 (16:30 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jul 2015 12:00:32 +0000 (14:00 +0200)
commit08c79b7cb19d5b71964d3dee35fbe078367ceaf2
tree71d9d8a2c0acc4986bfde94b3faef1d4b910825a
parent59e332cdedd50e461eeec2b6b9fae36a84bd9472
drm/i915: Only update state on crtc's that are part of the atomic state.

This is probably hard to hit right now because in most cases all
atomic locks are taken, but after conversion to atomic this will make
it more likely to corrupt the crtc->config pointer, resulting in hard
to find bugs.

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