Re: [Intel-gfx] [PATCH v3 00/19] Convert to atomic, part 3.

2015-06-22 Thread Daniel Vetter
On Fri, Jun 19, 2015 at 03:29:37PM -0700, Matt Roper wrote: > On Mon, Jun 15, 2015 at 12:33:37PM +0200, Maarten Lankhorst wrote: > > Requisites: > > - "[PATCH] drm/atomic: pass old crtc state to atomic_begin/flush." > > > > This patch series converts plane updates and cdclk updates to atomic, > >

Re: [Intel-gfx] [PATCH v3 00/19] Convert to atomic, part 3.

2015-06-19 Thread Matt Roper
On Mon, Jun 15, 2015 at 12:33:37PM +0200, Maarten Lankhorst wrote: > Requisites: > - "[PATCH] drm/atomic: pass old crtc state to atomic_begin/flush." > > This patch series converts plane updates and cdclk updates to atomic, > but still doesn't touch the hw readout code, which was regressing a lot.

[Intel-gfx] [PATCH v3 00/19] Convert to atomic, part 3.

2015-06-15 Thread Maarten Lankhorst
Requisites: - "[PATCH] drm/atomic: pass old crtc state to atomic_begin/flush." This patch series converts plane updates and cdclk updates to atomic, but still doesn't touch the hw readout code, which was regressing a lot. The fixes in this series are needed to support proper hw readout, and can b