Re: [Intel-gfx] [PATCH] drm/i915: fix Haswell pfit power well check v2

2013-05-03 Thread Daniel Vetter
On Fri, May 3, 2013 at 12:30 AM, Jesse Barnes jbar...@virtuousgeek.org wrote: We can't read the pfit regs if the power well is off, so use the cached value. v2: re-add lost comment (Jesse) make sure the crtc using the fitter is actually enabled (Jesse) Signed-off-by: Jesse Barnes

Re: [Intel-gfx] [PATCH] drm/i915: fix Haswell pfit power well check v2

2013-05-03 Thread Mika Kuoppala
Jesse Barnes jbar...@virtuousgeek.org writes: We can't read the pfit regs if the power well is off, so use the cached value. v2: re-add lost comment (Jesse) make sure the crtc using the fitter is actually enabled (Jesse) Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org ---

Re: [Intel-gfx] [PATCH] drm/i915: fix Haswell pfit power well check v2

2013-05-03 Thread Paulo Zanoni
2013/5/3 Mika Kuoppala mika.kuopp...@linux.intel.com: Jesse Barnes jbar...@virtuousgeek.org writes: We can't read the pfit regs if the power well is off, so use the cached value. v2: re-add lost comment (Jesse) make sure the crtc using the fitter is actually enabled (Jesse)

Re: [Intel-gfx] [PATCH] drm/i915: fix Haswell pfit power well check v2

2013-05-03 Thread Daniel Vetter
On Fri, May 03, 2013 at 12:01:49PM -0300, Paulo Zanoni wrote: 2013/5/3 Mika Kuoppala mika.kuopp...@linux.intel.com: Jesse Barnes jbar...@virtuousgeek.org writes: We can't read the pfit regs if the power well is off, so use the cached value. v2: re-add lost comment (Jesse) make

[Intel-gfx] [PATCH] drm/i915: fix Haswell pfit power well check v2

2013-05-02 Thread Jesse Barnes
We can't read the pfit regs if the power well is off, so use the cached value. v2: re-add lost comment (Jesse) make sure the crtc using the fitter is actually enabled (Jesse) Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 file