commit | 220b0965219ec68fcd28bea603dbfe84281245ff | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Wed Oct 26 15:41:30 2016 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Nov 01 14:43:58 2016 +0100 |
tree | 911bef33ec3acdd3bcd215fc2b2496f3eb0e295b | |
parent | c8fe32c13543759fe5de7c4dcf3882f6693b8349 [diff] |
drm/i915/gen9+: Use cstate plane mask instead of crtc->state. I'm planning on getting rid of all obj->state dereferences, and replace thhem with accessor functions. Remove this one early, they're equivalent because removed planes are already part of the state, else they could not have been removed. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1477489299-25777-3-git-send-email-maarten.lankhorst@linux.intel.com Reviewed-by: Matt Roper <matthew.d.roper@intel.com>