Re: [Intel-gfx] [PATCH v3 11/21] drm/i915: check pipe power domain when reading its hw state

2014-03-06 Thread Jesse Barnes
On Wed, 5 Mar 2014 16:20:55 +0200 Imre Deak wrote: > We can read out the pipe HW state only if the required power domain is > on. If not we consider the pipe to be off. > > v2: > - no change > v3: > - push down the power domain checks into the specific crtc > get_pipe_config handlers (Daniel)

[Intel-gfx] [PATCH v3 11/21] drm/i915: check pipe power domain when reading its hw state

2014-03-05 Thread Imre Deak
We can read out the pipe HW state only if the required power domain is on. If not we consider the pipe to be off. v2: - no change v3: - push down the power domain checks into the specific crtc get_pipe_config handlers (Daniel) Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_display.c