]> git.karo-electronics.de Git - karo-tx-linux.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)
commitf029ee825cdfc486b24ee67a3d4d0b2c05c9bee5
tree231eb3ca52b0d3b659c63f25d65143e68079c491
parent61067a5e69f548f5cb7f575f8e147956b60b2876
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