1. 22 9月, 2011 1 次提交
  2. 20 9月, 2011 1 次提交
  3. 26 8月, 2011 1 次提交
  4. 23 8月, 2011 1 次提交
  5. 10 8月, 2011 1 次提交
  6. 09 8月, 2011 2 次提交
  7. 02 8月, 2011 1 次提交
  8. 30 7月, 2011 3 次提交
  9. 29 7月, 2011 6 次提交
  10. 23 7月, 2011 1 次提交
  11. 22 7月, 2011 1 次提交
  12. 14 7月, 2011 1 次提交
  13. 09 7月, 2011 8 次提交
  14. 08 7月, 2011 5 次提交
  15. 30 6月, 2011 1 次提交
  16. 29 6月, 2011 1 次提交
    • J
      drm/i915: load a ring frequency scaling table v3 · 23b2f8bb
      Jesse Barnes 提交于
      The ring frequency scaling table tells the PCU to treat certain GPU
      frequencies as if they were a given CPU frequency for purposes of
      scaling the ring frequency.  Normally the PCU will scale the ring
      frequency based on the CPU P-state, but with the table present, it will
      also take the GPU frequency into account.
      
      The main downside of keeping the ring frequency high while the CPU is
      at a low frequency (or asleep altogether) is increased power
      consumption.  But then if you're keeping your GPU busy, you probably
      want the extra performance.
      
      v2:
        - add units to debug table header (from Eric)
        - use tsc_khz as a fallback if the cpufreq driver doesn't give us a freq
          (from Chris)
      v3:
        - fix comments & debug output
        - remove unneeded force wake get/put
      Reviewed-by: NBen Widawsky <ben@bwidawsk.net>
      Tested-by: NEric Anholt <eric@anholt.net>
      Reviewed-by: NEric Anholt <eric@anholt.net>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NKeith Packard <keithp@keithp.com>
      23b2f8bb
  17. 27 6月, 2011 2 次提交
  18. 22 6月, 2011 1 次提交
  19. 10 6月, 2011 2 次提交