[Intel-gfx] [PATCH 01/42] drm/atomic: Allow drivers to subclass drm_atomic_state

2015-05-13 Thread Daniel Vetter
On Mon, May 11, 2015 at 4:24 PM, Maarten Lankhorst wrote: > Drivers may need to store the state of shared resources, such as PLLs > or FIFO space, into the atomic state. Allow this by making it possible > to subclass drm_atomic_state. > > Cc: dri-devel at lists.freedesktop.org > Acked-by: Ander Co

[PATCH 01/42] drm/atomic: Allow drivers to subclass drm_atomic_state

2015-05-11 Thread Maarten Lankhorst
Drivers may need to store the state of shared resources, such as PLLs or FIFO space, into the atomic state. Allow this by making it possible to subclass drm_atomic_state. Cc: dri-devel at lists.freedesktop.org Acked-by: Ander Conselvan de Oliveira Signed-off-by: Maarten Lankhorst --- drivers/gp