1. 08 5月, 2020 1 次提交
    • C
      drm/i915: Remove wait priority boosting · eec39e44
      Chris Wilson 提交于
      Upon waiting a request (when asked), we gave that request a small
      priority boost, not enough for it to cause preemption, but enough for it
      to be scheduled next before all equals. We also used that bit to give
      new clients a small priority boost, similar to FQ_CODEL, such that we
      favoured short interactive tasks ahead of long running streams.
      
      However, this is causing lots of complications with timeslicing where we
      both want to honour the boost and yet ignore it. Those complications
      cause unexpected user behaviour (tasks not being timesliced and run
      concurrently as epxected), and the easiest way to resolve that is to
      remove the boost. Hopefully, we can find a compromise again if we need
      to, but in theory timeslicing itself and future more advanced schedulers
      should give us the interactivity boost we seek.
      
      Testcase: igt/gem_exec_schedule/lateslice
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
      Reviewed-by: NTvrtko Ursulin <tvrtko.ursulin@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20200507152338.7452-3-chris@chris-wilson.co.uk
      eec39e44
  2. 29 4月, 2020 1 次提交
  3. 08 4月, 2020 2 次提交
  4. 03 4月, 2020 1 次提交
  5. 31 3月, 2020 1 次提交
  6. 30 3月, 2020 1 次提交
  7. 27 3月, 2020 4 次提交
  8. 04 3月, 2020 1 次提交
  9. 03 3月, 2020 1 次提交
  10. 21 2月, 2020 6 次提交
  11. 08 2月, 2020 1 次提交
  12. 01 2月, 2020 1 次提交
  13. 31 1月, 2020 1 次提交
  14. 25 1月, 2020 1 次提交
  15. 17 1月, 2020 5 次提交
  16. 14 1月, 2020 4 次提交
  17. 11 1月, 2020 4 次提交
  18. 02 1月, 2020 1 次提交
  19. 22 12月, 2019 1 次提交
  20. 20 12月, 2019 1 次提交
  21. 18 12月, 2019 1 次提交