[PATCH 2/4] drm/atomic: Add drm_crtc_state->active

2015-01-21 Thread Rob Clark
Looks basically sane.. you have a branch on top of drm-next w/ this patchset somewhere? There is enough to it that I probably need to actually try it out and see what explodes ;-) couple minor comments below On Tue, Jan 20, 2015 at 5:09 PM, Daniel Vetter wrote: [snip] > diff --git a/drivers/g

[PATCH 2/4] drm/atomic: Add drm_crtc_state->active

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