Re: [Intel-gfx] [PATCH v3 00/22] drm/i915: Convert to atomic, part 2.

2015-06-01 Thread Ander Conselvan De Oliveira
On Wed, 2015-05-20 at 15:38 +0200, Maarten Lankhorst wrote: > The goal of this patch series is to implement hardware readout using > atomic state, and restore sw state with a single call to intel_set_mode. > > After that's done intel_crtc_control can be safely converted to > atomic modeset, becaus

Re: [Intel-gfx] [PATCH v3 00/22] drm/i915: Convert to atomic, part 2.

2015-05-28 Thread Matt Roper
On Wed, May 20, 2015 at 03:38:05PM +0200, Maarten Lankhorst wrote: > The goal of this patch series is to implement hardware readout using > atomic state, and restore sw state with a single call to intel_set_mode. > > After that's done intel_crtc_control can be safely converted to > atomic modeset,

[Intel-gfx] [PATCH v3 00/22] drm/i915: Convert to atomic, part 2.

2015-05-20 Thread Maarten Lankhorst
The goal of this patch series is to implement hardware readout using atomic state, and restore sw state with a single call to intel_set_mode. After that's done intel_crtc_control can be safely converted to atomic modeset, because nothing relies on transitional state any more. This patch series sl