1. 16 Sep, 2020 2 commits
  2. 15 Sep, 2020 15 commits
  3. 14 Sep, 2020 9 commits
  4. 12 Sep, 2020 1 commit
  5. 11 Sep, 2020 4 commits
  6. 10 Sep, 2020 7 commits
  7. 09 Sep, 2020 1 commit
  8. 08 Sep, 2020 1 commit
    • Dave Airlie's avatar
      Merge tag 'drm-intel-gt-next-2020-09-07' of... · 1f4b2aca
      Dave Airlie authored
      Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
      
      (Same content as drm-intel-gt-next-2020-09-04-3, S-o-b's added)
      
      UAPI Changes:
      (- Potential implicit changes from WW locking refactoring)
      
      Cross-subsystem Changes:
      (- WW locking changes should align the i915 locking more with others)
      
      Driver Changes:
      
      - MAJOR: Apply WW locking across the driver (Maarten)
      
      - Reverts for 5 commits to make applying WW locking faster (Maarten)
      - Disable preparser around invalidations on Tigerlake for non-RCS engines (Chris)
      - Add missing dma_fence_put() for error case of syncobj timeline (Chris)
      - Parse command buffer earlier in eb_relocate(slow) to facilitate backoff (Maarten)
      - Pin engine before pinning all objects (Maarten)
      - Rework intel_context pinning to do everything outside of pin_mutex (Maarten)
      
      - Avoid tracking GEM context until registered (Cc: stable, Chris)
      - Provide a fastpath for waiting on vma bindings (Chris)
      - Fixes to preempt-to-busy mechanism (Chris)
      - Distinguish the virtual breadcrumbs from the irq breadcrumbs (Chris)
      - Switch to object allocations for page directories (Chris)
      - Hold context/request reference while breadcrumbs are active (Chris)
      - Make sure execbuffer always passes ww state to i915_vma_pin (Maarten)
      
      - Code refactoring to facilitate use of WW locking (Maarten)
      - Locking refactoring to use more granular locking (Maarten, Chris)
      - Support for multiple pinned timelines per engine (Chris)
      - Move complication of I915_GEM_THROTTLE to the ioctl from general code (Chris)
      - Make active tracking/vma page-directory stash work preallocated (Chris)
      - Avoid flushing submission tasklet too often (Chris)
      - Reduce context termination list iteration guard to RCU (Chris)
      - Reductions to locking contention (Chris)
      - Fixes for issues found by CI (Chris)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Joonas Lahtinen <jlahtine@jlahtine-mobl.ger.corp.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20200907130039.GA27766@jlahtine-mobl.ger.corp.intel.com
      1f4b2aca