Re: [Intel-gfx] [PATCH 03/22] drm/i915: add UCGCTL4 to display reg check on VLV

2013-02-06 Thread Jani Nikula
On Wed, 06 Feb 2013, Jani Nikula wrote: > On Sat, 02 Feb 2013, Jesse Barnes wrote: >> Add a few regs needed for various clock gating init purposes and make >> sure they don't fall into the display offset range on VLV. > > GEN7_UCGCTL4 needs to be fixed in i915_reg.h after IS_DISPLAYREG > removal.

Re: [Intel-gfx] [PATCH 03/22] drm/i915: add UCGCTL4 to display reg check on VLV

2013-02-06 Thread Jani Nikula
On Sat, 02 Feb 2013, Jesse Barnes wrote: > Add a few regs needed for various clock gating init purposes and make > sure they don't fall into the display offset range on VLV. GEN7_UCGCTL4 needs to be fixed in i915_reg.h after IS_DISPLAYREG removal. > > Signed-off-by: Jesse Barnes > --- > driver

[Intel-gfx] [PATCH 03/22] drm/i915: add UCGCTL4 to display reg check on VLV

2013-02-02 Thread Jesse Barnes
Add a few regs needed for various clock gating init purposes and make sure they don't fall into the display offset range on VLV. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/dr