Re: [Intel-gfx] [PATCH 2/9] drm/i915: Convert most of atomic commit to take more intel state

2019-06-24 Thread Ville Syrjälä
On Thu, Jun 20, 2019 at 11:46:06PM +0200, Maarten Lankhorst wrote: > Instead of passing along drm_crtc_state and drm_atomic_state, pass > along more intel_atomic_state and intel_crtc_state. This will > make the code more readable by not casting between drm state > and intel state all the time. > >

[Intel-gfx] [PATCH 2/9] drm/i915: Convert most of atomic commit to take more intel state

2019-06-20 Thread Maarten Lankhorst
Instead of passing along drm_crtc_state and drm_atomic_state, pass along more intel_atomic_state and intel_crtc_state. This will make the code more readable by not casting between drm state and intel state all the time. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/intel_disp