Re: [Intel-gfx] [PATCH v2 1/6] drm/i915: Use atomic state to obtain load detection crtc, v2.

2016-02-09 Thread Maarten Lankhorst
Op 03-02-16 om 17:34 schreef Ville Syrjälä: > On Wed, Feb 03, 2016 at 09:57:55AM +0100, Maarten Lankhorst wrote: >> Op 02-02-16 om 18:32 schreef Ville Syrjälä: >>> On Tue, Feb 02, 2016 at 01:48:17PM +0100, Maarten Lankhorst wrote: drm/i915: Use atomic state to obtain load detection crtc, v2.

Re: [Intel-gfx] [PATCH v2 1/6] drm/i915: Use atomic state to obtain load detection crtc, v2.

2016-02-03 Thread Maarten Lankhorst
Op 02-02-16 om 18:32 schreef Ville Syrjälä: > On Tue, Feb 02, 2016 at 01:48:17PM +0100, Maarten Lankhorst wrote: >> drm/i915: Use atomic state to obtain load detection crtc, v2. >> >> Instead of restoring dpms and a flag for whether a temp fb is allocated >> duplicate >> an atomic state before

Re: [Intel-gfx] [PATCH v2 1/6] drm/i915: Use atomic state to obtain load detection crtc, v2.

2016-02-03 Thread Ville Syrjälä
On Wed, Feb 03, 2016 at 09:57:55AM +0100, Maarten Lankhorst wrote: > Op 02-02-16 om 18:32 schreef Ville Syrjälä: > > On Tue, Feb 02, 2016 at 01:48:17PM +0100, Maarten Lankhorst wrote: > >> drm/i915: Use atomic state to obtain load detection crtc, v2. > >> > >> Instead of restoring dpms and a flag

Re: [Intel-gfx] [PATCH v2 1/6] drm/i915: Use atomic state to obtain load detection crtc, v2.

2016-02-02 Thread Ville Syrjälä
On Tue, Feb 02, 2016 at 01:48:17PM +0100, Maarten Lankhorst wrote: > drm/i915: Use atomic state to obtain load detection crtc, v2. > > Instead of restoring dpms and a flag for whether a temp fb is allocated > duplicate > an atomic state before the new state is committed, and commit it the old

[Intel-gfx] [PATCH v2 1/6] drm/i915: Use atomic state to obtain load detection crtc, v2.

2016-02-02 Thread Maarten Lankhorst
drm/i915: Use atomic state to obtain load detection crtc, v2. Instead of restoring dpms and a flag for whether a temp fb is allocated duplicate an atomic state before the new state is committed, and commit it the old state in intel_release_load_detect_pipe. Changes since v1: - Use a real atomic