Re: [Intel-gfx] [PATCH] drm/i915: add GPU frequency control file

2011-07-27 Thread Jesse Barnes
On Wed, 27 Jul 2011 13:46:32 -0400 Andrew Lutomirski wrote: > On Wed, Jul 27, 2011 at 1:17 PM, Jesse Barnes > wrote: > > Mainly for use in debugging and benchmarking, this file allows the user > > to control the max frequency used by the GPU.  Frequency may still vary > > based on workload (if

Re: [Intel-gfx] [PATCH] drm/i915: add GPU frequency control file

2011-07-27 Thread Andrew Lutomirski
On Wed, Jul 27, 2011 at 1:17 PM, Jesse Barnes wrote: > Mainly for use in debugging and benchmarking, this file allows the user > to control the max frequency used by the GPU.  Frequency may still vary > based on workload (if the frequency is set to higher than the minimum) > but won't go over the

[Intel-gfx] [PATCH] drm/i915: add GPU frequency control file

2011-07-27 Thread Jesse Barnes
Mainly for use in debugging and benchmarking, this file allows the user to control the max frequency used by the GPU. Frequency may still vary based on workload (if the frequency is set to higher than the minimum) but won't go over the newly set value. Signed-off-by: Jesse Barnes --- drivers/gp