1. 15 9月, 2020 15 次提交
  2. 14 9月, 2020 6 次提交
  3. 12 9月, 2020 1 次提交
  4. 11 9月, 2020 4 次提交
  5. 10 9月, 2020 7 次提交
  6. 09 9月, 2020 5 次提交
    • D
      Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of... · 877d8c07
      Dave Airlie 提交于
      Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
      
      UAPI Changes:
      
      None
      
      Cross-subsystem Changes:
      
      * Moves a bunch of miscellaneous DP code from the i915 driver into a set
        of shared DRM DP helpers
      
      Core Changes:
      
      * New DRM DP helpers (see above)
      
      Driver Changes:
      
      * Implements usage of the aforementioned DP helpers in the nouveau
        driver, along with some other various HPD related cleanup for nouveau
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      From: Lyude Paul <lyude@redhat.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/11e59ebdea7ee4f46803a21fe9b21443d2b9c401.camel@redhat.com
      877d8c07
    • D
      Merge tag 'drm-intel-gt-next-2020-09-07' of... · 1f4b2aca
      Dave Airlie 提交于
      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: NDave 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
    • D
      Backmerge drm-fixes merge into drm-next · 61d98185
      Dave Airlie 提交于
      Commit '6f6a73c8' from Linus' tree
      
      The fixes reverts cause a bit of a conflict pain with intel next,
      start fixing it up here.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      61d98185
    • L
      Merge tag 'drm-fixes-2020-09-08' of git://anongit.freedesktop.org/drm/drm · 6f6a73c8
      Linus Torvalds 提交于
      Pull drm fixes from Dave Airlie:
       "The i915 reverts are going to be a bit of a conflict mess for next, so
        I decided to dequeue them now, along with some msm fixes for a ring
        corruption issue, that Rob sent over the weekend.
      
        Summary:
      
        i915:
         - revert gpu relocation changes due to regression
      
        msm:
        - fixes for RPTR corruption issue"
      
      * tag 'drm-fixes-2020-09-08' of git://anongit.freedesktop.org/drm/drm:
        Revert "drm/i915/gem: Delete unused code"
        Revert "drm/i915/gem: Async GPU relocations only"
        Revert "drm/i915: Remove i915_gem_object_get_dirty_page()"
        drm/msm: Disable the RPTR shadow
        drm/msm: Disable preemption on all 5xx targets
        drm/msm: Enable expanded apriv support for a650
        drm/msm: Split the a5xx preemption record
      6f6a73c8
    • L
      Merge tag 'livepatching-for-5.9-rc5' of... · 612ab8ad
      Linus Torvalds 提交于
      Merge tag 'livepatching-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
      
      Pull livepatching fix from Petr Mladek:
       "Workaround for 'unreachable instruction' objtool warnings that happen
        with some compiler versions"
      
      * tag 'livepatching-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
        Revert "kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled"
      612ab8ad
  7. 08 9月, 2020 2 次提交