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

2015-06-04 Thread Jani Nikula
On Mon, 01 Jun 2015, 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, because nothing rel

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

2015-06-01 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