On Thu, Nov 01, 2018 at 08:46:45PM +0200, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> Convert drm_atomic_crtc_check() over to using explicit old vs. new
> crtc states. Avoids the confusion of "what does crtc->state mean
> again?".
Yeah much better.
>
> Signed-off-by: Ville Syrjälä
Reviewe
From: Ville Syrjälä
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ä
---
drivers/gpu/drm/drm_atomic.c | 26 +++---
1 file changed, 15 insertions(+), 11 d