Re: [Intel-gfx] [PATCH 1/5] drm/atomic: Add drm_crtc_state->active

2015-01-22 Thread Ville Syrjälä
On Thu, Jan 22, 2015 at 06:38:32PM +0100, Daniel Vetter wrote: > On Thu, Jan 22, 2015 at 5:42 PM, Ville Syrjälä > wrote: > >> Which is pretty much what I do - you can only access the per-crtc ACTIVE > >> property from the atomic ioctl, the per-connector dpms property is _not_ > >> exposed through

Re: [Intel-gfx] [PATCH 1/5] drm/atomic: Add drm_crtc_state->active

2015-01-22 Thread Daniel Vetter
On Thu, Jan 22, 2015 at 5:42 PM, Ville Syrjälä wrote: >> Which is pretty much what I do - you can only access the per-crtc ACTIVE >> property from the atomic ioctl, the per-connector dpms property is _not_ >> exposed through atomic. Vice-versa legacy clients wont see atomic >> properties (and henc

Re: [Intel-gfx] [PATCH 1/5] drm/atomic: Add drm_crtc_state->active

2015-01-22 Thread Ville Syrjälä
On Thu, Jan 22, 2015 at 05:15:26PM +0100, Daniel Vetter wrote: > On Thu, Jan 22, 2015 at 05:56:54PM +0200, Ville Syrjälä wrote: > > On Thu, Jan 22, 2015 at 04:36:21PM +0100, Daniel Vetter wrote: > > > This is the infrastructure for DPMS ported to the atomic world. > > > Fundamental changes compare

Re: [Intel-gfx] [PATCH 1/5] drm/atomic: Add drm_crtc_state->active

2015-01-22 Thread Daniel Vetter
On Thu, Jan 22, 2015 at 05:56:54PM +0200, Ville Syrjälä wrote: > On Thu, Jan 22, 2015 at 04:36:21PM +0100, Daniel Vetter wrote: > > This is the infrastructure for DPMS ported to the atomic world. > > Fundamental changes compare to legacy DPMS are: > > > > - No more per-connector dpms state, instea

Re: [Intel-gfx] [PATCH 1/5] drm/atomic: Add drm_crtc_state->active

2015-01-22 Thread Ville Syrjälä
On Thu, Jan 22, 2015 at 04:36:21PM +0100, Daniel Vetter wrote: > This is the infrastructure for DPMS ported to the atomic world. > Fundamental changes compare to legacy DPMS are: > > - No more per-connector dpms state, instead there's just one per each > display pipeline. So if you clone either

[Intel-gfx] [PATCH 1/5] drm/atomic: Add drm_crtc_state->active

2015-01-22 Thread Daniel Vetter
This is the infrastructure for DPMS ported to the atomic world. Fundamental changes compare to legacy DPMS are: - No more per-connector dpms state, instead there's just one per each display pipeline. So if you clone either you have to unclone first if you only want to switch off one screen, or