[Intel-gfx] [PATCH v2 1/9] drm/i915: Unify power domain handling.

2016-01-11 Thread Maarten Lankhorst
Right now there's separate power domain handling for update_pipe and modesets. Unify this and only grab POWER_DOMAIN_MODESET once. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 64 1 file

Re: [Intel-gfx] [PATCH v2 1/9] drm/i915: Unify power domain handling.

2016-01-11 Thread Maarten Lankhorst
Op 11-01-16 om 13:27 schreef Maarten Lankhorst: > Right now there's separate power domain handling for update_pipe and > modesets. Unify this and only grab POWER_DOMAIN_MODESET once. > > Signed-off-by: Maarten Lankhorst > --- >