commit | 55a08b3f2bb0d69ba486c5d88602647fa6649de9 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Thu Jan 07 11:54:10 2016 +0100 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Thu Jan 07 13:51:31 2016 +0100 |
tree | c51c6a07465cec2ae651030c48f4e22fb10ef879 | |
parent | f28580214407d1adeb08ad8dd0af059bf6220a51 [diff] |
drm/i915: Use the plane state for cursor updates. Cursor planes grab the state from plane->state instead of the state that was passed. The only updates are atomic now, so use the plane_state that's passed in. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1452164052-21752-6-git-send-email-maarten.lankhorst@linux.intel.com Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>