1. 28 4月, 2018 3 次提交
  2. 09 4月, 2018 9 次提交
  3. 06 4月, 2018 2 次提交
  4. 23 3月, 2018 1 次提交
  5. 09 3月, 2018 1 次提交
  6. 08 3月, 2018 1 次提交
  7. 07 3月, 2018 2 次提交
  8. 01 3月, 2018 1 次提交
  9. 28 2月, 2018 1 次提交
  10. 22 2月, 2018 1 次提交
  11. 21 2月, 2018 1 次提交
  12. 20 2月, 2018 1 次提交
  13. 14 2月, 2018 2 次提交
  14. 10 2月, 2018 2 次提交
  15. 08 2月, 2018 1 次提交
  16. 07 2月, 2018 2 次提交
  17. 02 2月, 2018 2 次提交
  18. 01 2月, 2018 5 次提交
  19. 23 1月, 2018 1 次提交
    • C
      drm/i915: Increase render/media power gating hysteresis for gen9+ · c1beabcf
      Chris Wilson 提交于
      On gen9+, after an idle period the HW will disable the entire power well
      to conserve power (by preventing current leakage). It takes around a 100
      microseconds to bring the power well back online afterwards. With the
      current hysteresis value of 25us (really 25 * 1280ns), we do not have
      sufficient time to respond to an interrupt and schedule the next execution
      before the HW powers itself down. (At present, we prevent this by
      grabbing the forcewake for prolonged periods of time, but that overkill
      fixed in the next patch.) The minimum we want to set the power gating
      hysteresis to is the length of time it takes us to service the GPU, which
      across a broad spectrum of machines is about 250us.
      
      (Note this also brings guc latency into the same ballpark as execlists.)
      
      v2: Include some notes on where I plucked the numbers from.
      
      Testcase: igt/gem_exec_nop/sequential
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
      Cc: Sagar Arun Kamble <sagar.a.kamble@intel.com>
      Cc: Michel Thierry <michel.thierry@intel.com>
      Cc: Michal Winiarski <michal.winiarski@intel.com>
      Reviewed-by: NSagar Arun Kamble <sagar.a.kamble@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180122135541.32222-1-chris@chris-wilson.co.uk
      c1beabcf
  20. 20 12月, 2017 1 次提交