summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2020-03-16drm/i915: Handle all MCR rangesMatt Roper1-3/+22
2020-03-16Revert "drm/i915/tgl: Add extra hdc flush workaround"Caz Yokoyama1-20/+0
2020-03-16drm/i915/execlists: Track active elements during dequeueChris Wilson1-20/+12
2020-03-12drm/i915/gt: Close race between cacheline_retire and freeChris Wilson1-2/+6
2020-03-12drm/i915/execlists: Enable timeslice on partial virtual engine dequeueChris Wilson1-11/+18
2020-03-04drm/i915/gt: Drop the timeline->mutex as we wait for retirementChris Wilson1-3/+11
2020-03-02drm/i915/tgl: Add Wa_1608008084Lucas De Marchi1-12/+7
2020-02-18drm/i915/gt: Avoid resetting ring->head outside of its timeline mutexChris Wilson3-23/+21
2020-02-18drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson4-10/+18
2020-02-17drm/i915/gt: Protect defer_request() from new waitersChris Wilson1-1/+6
2020-02-17drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson2-0/+6
2020-02-14Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie6-35/+654
2020-02-12drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2-0/+185
2020-02-12drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson2-10/+32
2020-02-12drm/i915/execlists: Offline error captureChris Wilson1-2/+120
2020-02-12drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson4-6/+278
2020-02-12drm/i915: Keep track of request among the scheduling listsChris Wilson1-5/+8
2020-02-12drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutexChris Wilson1-21/+25
2020-02-11drm/i915/execlists: Leave resetting ring to intel_ringChris Wilson1-1/+0
2020-02-10drm/i915/gt: Use the BIT when checking the flags, not the indexChris Wilson1-1/+2
2020-02-10drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson1-1/+16
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds82-2956/+8890
2020-01-21drm/i915: Align engine->uabi_class/instance with i915_drm.hTvrtko Ursulin1-2/+2
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-0/+8
2020-01-19Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+37
2020-01-14Merge tag 'Intel-CVE-2019-14615' from bundle by Akeem Abodunrin.Linus Torvalds1-0/+8
2020-01-14drm/i915/gt: Always reset the timeslice after a context switchChris Wilson1-2/+2
2020-01-13drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson1-3/+28
2020-01-13drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson1-0/+9
2020-01-11drm/i915/uc: Add sanitize to to intel_uc_opsMichal Wajdeczko2-9/+4
2020-01-11drm/i915/uc: Add init/fini to to intel_uc_opsMichal Wajdeczko2-6/+10
2020-01-11drm/i915/uc: Add init_fw/fini_fw to to intel_uc_opsMichal Wajdeczko2-6/+10
2020-01-11drm/i915/uc: Add ops to intel_ucMichal Wajdeczko2-12/+54
2020-01-10drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson1-23/+5
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson6-6/+10
2020-01-10drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson1-3/+28
2020-01-10drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson1-0/+9
2020-01-10drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson1-5/+2
2020-01-10drm/i915/gtt: add missing include file asm/smp.hChen Zhou1-0/+1
2020-01-09drm/i915/gen9: Clear residual context state on context switchAkeem G Abodunrin1-0/+8
2020-01-09drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()Chris Wilson1-4/+1
2020-01-09drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson5-64/+40
2020-01-09drm/i915/gt: Push context state allocation earlierChris Wilson2-8/+28
2020-01-09drm/i915: Pin the context as we work on itChris Wilson1-1/+6
2020-01-09drm/i915: Revert "drm/i915/tgl: Wa_1607138340"Tvrtko Ursulin1-4/+0
2020-01-09drm/i915/gt: Drop a defunct timeline assertionChris Wilson1-1/+0
2020-01-08drm/i915/gt: Always force restore freshly pinned contextsChris Wilson1-1/+1
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld11-2/+4202
2020-01-07drm/i915/gt: Take responsibility for engine->release as the last stepChris Wilson2-3/+6
2020-01-07drm/i915/gt: Do not restore invalid RS stateChris Wilson1-20/+11