[Intel-gfx] [PATCH 08/42] drm/i915: Implement intel_crtc_toggle using atomic state

2015-05-11 Thread Maarten Lankhorst
Assume the function is locked with drm_modeset_lock_all for now. Signed-off-by: Maarten Lankhorst maarten.lankho...@linux.intel.com --- drivers/gpu/drm/i915/i915_irq.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 79 ++-- 2 files changed, 50 insertions(+),

Re: [Intel-gfx] [PATCH 08/42] drm/i915: Implement intel_crtc_toggle using atomic state

2015-05-11 Thread Daniel Vetter
On Mon, May 11, 2015 at 04:24:44PM +0200, Maarten Lankhorst wrote: Assume the function is locked with drm_modeset_lock_all for now. s/toggle/control/ in the commit message. And a bit of blabla would be good to explain why we need to make a mass-replacement of state-enable to state-active here