Op 29-05-16 om 20:34 schreef Daniel Vetter:
This avois leaking drm_atomic_state internals into the helpers. The only place where this still happens after this patch is drm_atomic_helper_swap_state(). It's unavoidable there, and maybe a good indicator we should actually move that function into drm_atomic.c.
Would be a good idea, commit is part of atomic core and there's really only one way to do swap_state. Drivers can swap any required internal state before or after the call.
~Maarten.