commit | b2432adf33e8c8eb81afaba3030f0ba0145ce7d4 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Nov 01 20:46:45 2018 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Nov 07 19:21:56 2018 +0200 |
tree | 7f91c9c4fe251401cea3f3d275744740190a8088 | |
parent | 534903d60376b4989b76ec445630aa10f2bc3043 [diff] |
drm/atomic: Use explicit old/new state in drm_atomic_crtc_check() Convert drm_atomic_crtc_check() over to using explicit old vs. new crtc states. Avoids the confusion of "what does crtc->state mean again?". Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181101184646.14753-2-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>