Re: [Intel-gfx] [PATCH] drm/i915: support overclocking on Sandy Bridge

2010-12-23 Thread Chris Wilson
On Mon, 20 Dec 2010 11:34:20 -0800, Jesse Barnes wrote: > In some configuration, the PCU may allow us to overclock the GPU. > Check for this case and adjust the max frequency as appropriate. Also > initialize the min/max frequencies to default values as indicated by > hardware. Pushed to -next.

[Intel-gfx] [PATCH] drm/i915: support overclocking on Sandy Bridge

2010-12-20 Thread Jesse Barnes
In some configuration, the PCU may allow us to overclock the GPU. Check for this case and adjust the max frequency as appropriate. Also initialize the min/max frequencies to default values as indicated by hardware. Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drive