[Intel-gfx] [PATCH] drm/atomic: pass old crtc state to atomic_begin/flush.

2015-06-16 Thread Daniel Vetter
On Tue, Jun 16, 2015 at 11:27:55AM +0300, Ville Syrjälä wrote: > On Mon, Jun 15, 2015 at 03:53:43PM +0200, Daniel Vetter wrote: > > On Mon, Jun 15, 2015 at 11:18:46AM +0200, Maarten Lankhorst wrote: > > > Op 15-06-15 om 11:13 schreef Daniel Vetter: > > > > On Mon, Jun 15, 2015 at 09:30:19AM +0200

[Intel-gfx] [PATCH] drm/atomic: pass old crtc state to atomic_begin/flush.

2015-06-16 Thread Ville Syrjälä
On Mon, Jun 15, 2015 at 03:53:43PM +0200, Daniel Vetter wrote: > On Mon, Jun 15, 2015 at 11:18:46AM +0200, Maarten Lankhorst wrote: > > Op 15-06-15 om 11:13 schreef Daniel Vetter: > > > On Mon, Jun 15, 2015 at 09:30:19AM +0200, Maarten Lankhorst wrote: > > >> Op 15-06-15 om 09:10 schreef Daniel Vet

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

2015-06-15 Thread Daniel Vetter
On Mon, Jun 15, 2015 at 11:18:46AM +0200, Maarten Lankhorst wrote: > Op 15-06-15 om 11:13 schreef Daniel Vetter: > > On Mon, Jun 15, 2015 at 09:30:19AM +0200, Maarten Lankhorst wrote: > >> Op 15-06-15 om 09:10 schreef Daniel Vetter: > >>> On Fri, Jun 12, 2015 at 11:18:22AM +0200, Maarten Lankhorst

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

2015-06-15 Thread Maarten Lankhorst
Op 15-06-15 om 11:13 schreef Daniel Vetter: > On Mon, Jun 15, 2015 at 09:30:19AM +0200, Maarten Lankhorst wrote: >> Op 15-06-15 om 09:10 schreef Daniel Vetter: >>> On Fri, Jun 12, 2015 at 11:18:22AM +0200, Maarten Lankhorst wrote: In intel it's useful to keep track of some state changes with o

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

2015-06-15 Thread Daniel Vetter
On Mon, Jun 15, 2015 at 09:30:19AM +0200, Maarten Lankhorst wrote: > Op 15-06-15 om 09:10 schreef Daniel Vetter: > > On Fri, Jun 12, 2015 at 11:18:22AM +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

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

2015-06-15 Thread Maarten Lankhorst
Op 15-06-15 om 09:10 schreef Daniel Vetter: > On Fri, Jun 12, 2015 at 11:18:22AM +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. >

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

2015-06-15 Thread Daniel Vetter
On Fri, Jun 12, 2015 at 11:18:22AM +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. > > Signed-off-by: Maarten Lankhorst Hm, thus f

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

2015-06-12 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. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 6 -- drivers/gpu/drm/drm_ato