commit | 358733e9047cafcc185ca19b8c369c659ac0c4cf | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Jul 27 11:53:01 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Fri Jul 29 15:08:49 2011 -0700 |
tree | a4d3210cad82a3cc39d1a5b5ba8f0c6c6db0aa46 | |
parent | b066254fee2b0b4d1323295f8ae34c9442222165 [diff] |
drm/i915: add GPU max frequency control file 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 <jbarnes@virtuousgeek.org> Signed-off-by: Keith Packard <keithp@keithp.com>