[PATCH 2/6] drm/atomic: pass old crtc state to atomic_begin/flush.

2015-08-06 Thread Maarten Lankhorst
Hey, Op 05-08-15 om 08:18 schreef Tomi Valkeinen: > Hi, > > On 21/07/15 14:28, Maarten Lankhorst wrote: >> In intel it's useful to keep track of some state changes with old >> crtc state vs new state, for example to disable initial planes or >> when a modeset's prevented during fastboot. >> >> Cc:

[PATCH 2/6] drm/atomic: pass old crtc state to atomic_begin/flush.

2015-08-05 Thread Tomi Valkeinen
Hi, On 21/07/15 14:28, Maarten Lankhorst wrote: > In intel it's useful to keep track of some state changes with old > crtc state vs new state, for example to disable initial planes or > when a modeset's prevented during fastboot. > > Cc: dri-devel at lists.freedesktop.org > Signed-off-by: Maarten

[PATCH 2/6] drm/atomic: pass old crtc state to atomic_begin/flush.

2015-07-23 Thread Ander Conselvan De Oliveira
Reviewed-by: Ander Conselvan de Oliveira On Tue, 2015-07-21 at 13:28 +0200, Maarten Lankhorst wrote: > In intel it's useful to keep track of some state changes with old > crtc state vs new state, for example to disable initial planes or > when a modeset's prevented during fastboot. > > Cc: dri-d

[PATCH 2/6] drm/atomic: pass old crtc state to atomic_begin/flush.

2015-07-21 Thread Maarten Lankhorst
In intel it's useful to keep track of some state changes with old crtc state vs new state, for example to disable initial planes or when a modeset's prevented during fastboot. Cc: dri-devel at lists.freedesktop.org Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc