]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Only commit active planes when updating planes during reset.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 23 Sep 2015 14:29:37 +0000 (16:29 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 Oct 2015 09:38:11 +0000 (11:38 +0200)
commited9da115644ccd169962b5d7eb672769bebf04a8
tree231eb3ca52b0d3b659c63f25d65143e68079c491
parentc1b3d6a8a465240c526d613928534cf4a2ba3ce4
drm/i915: Only commit active planes when updating planes during reset.

In the next commit commit_plane will no longer check if the crtc is active.
To prevent issues with legacy page flips the check should be performed inside
update_primary_planes.

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