Re: [Intel-gfx] [PATCH 1/2] drm/i915: VLV GPU frequency to opcode functions

2013-04-12 Thread Ben Widawsky
On Fri, Apr 12, 2013 at 10:50:44AM -0700, Jesse Barnes wrote: > When requesting frequency changes or querying status from the Punit, we > need to use an opcode that corresponds to the frequency, taking into > account the memory frequency. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i

[Intel-gfx] [PATCH 1/2] drm/i915: VLV GPU frequency to opcode functions

2013-04-12 Thread Jesse Barnes
When requesting frequency changes or querying status from the Punit, we need to use an opcode that corresponds to the frequency, taking into account the memory frequency. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.h |2 ++ drivers/gpu/drm/i915/intel_pm.c | 56 +++