summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie2020-02-146-35/+654
|\
| * drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2020-02-122-0/+185
| * drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson2020-02-122-10/+32
| * drm/i915/execlists: Offline error captureChris Wilson2020-02-121-2/+120
| * drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson2020-02-124-6/+278
| * drm/i915: Keep track of request among the scheduling listsChris Wilson2020-02-121-5/+8
| * drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutexChris Wilson2020-02-121-21/+25
| * drm/i915/execlists: Leave resetting ring to intel_ringChris Wilson2020-02-111-1/+0
| * drm/i915/gt: Use the BIT when checking the flags, not the indexChris Wilson2020-02-101-1/+2
| * drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson2020-02-101-1/+16
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-3082-2956/+8890
|\|
| * Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-0/+8
| |\
| * | drm/i915/gt: Always reset the timeslice after a context switchChris Wilson2020-01-131-2/+2
| * | drm/i915/uc: Add sanitize to to intel_uc_opsMichal Wajdeczko2020-01-112-9/+4
| * | drm/i915/uc: Add init/fini to to intel_uc_opsMichal Wajdeczko2020-01-112-6/+10
| * | drm/i915/uc: Add init_fw/fini_fw to to intel_uc_opsMichal Wajdeczko2020-01-112-6/+10
| * | drm/i915/uc: Add ops to intel_ucMichal Wajdeczko2020-01-112-12/+54
| * | drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson2020-01-101-23/+5
| * | drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-106-6/+10
| * | drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson2020-01-101-3/+28
| * | drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson2020-01-101-0/+9
| * | drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson2020-01-101-5/+2
| * | drm/i915/gtt: add missing include file asm/smp.hChen Zhou2020-01-091-0/+1
| * | drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()Chris Wilson2020-01-091-4/+1
| * | drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson2020-01-095-64/+40
| * | drm/i915/gt: Push context state allocation earlierChris Wilson2020-01-092-8/+28
| * | drm/i915: Pin the context as we work on itChris Wilson2020-01-091-1/+6
| * | drm/i915: Revert "drm/i915/tgl: Wa_1607138340"Tvrtko Ursulin2020-01-091-4/+0
| * | drm/i915/gt: Drop a defunct timeline assertionChris Wilson2020-01-091-1/+0
| * | drm/i915/gt: Always force restore freshly pinned contextsChris Wilson2020-01-071-1/+1
| * | drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-0711-2/+4202
| * | drm/i915/gt: Take responsibility for engine->release as the last stepChris Wilson2020-01-072-3/+6
| * | drm/i915/gt: Mark up virtual engine uabi_instanceChris Wilson2020-01-061-0/+2
| * | drm/i915/gt: Use memset_p to clear the portsChris Wilson2020-01-061-5/+10
| * | drm/i915/gt: Drop mutex serialisation between context pin/unpinChris Wilson2020-01-061-13/+11
| * | drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and coChris Wilson2020-01-062-13/+10
| * | drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson2020-01-064-5/+5
| * | drm/i915/selftests: Impose a timeout for request submissionChris Wilson2020-01-061-5/+21
| * | drm/i915/gt: Always poison the kernel_context image before unparkingChris Wilson2020-01-033-3/+21
| * | drm/i915/gt: Discard stale context state from across idlingChris Wilson2020-01-033-8/+11
| * | drm/i915/gt: Ignore stale context state upon resumeChris Wilson2020-01-032-2/+11
| * | drm/i915/gt: Clear LRC image inlineChris Wilson2020-01-032-43/+58
| * | drm/i915/gt: Include a bunch more rcs image stateChris Wilson2020-01-032-1/+94
| * | drm/i915/gt: Flush ongoing retires during wait_for_idleChris Wilson2020-01-031-5/+9
| * | drm/i915: reimplement header test featureMasahiro Yamada2020-01-022-10/+0
| * | drm/i915/gt: Tweak flushes around ivb ppgttChris Wilson2019-12-311-2/+2
| * | drm/i915/gt: Leave RING_BB_STATE to default valueChris Wilson2019-12-301-1/+0
| * | drm/i915/gt: Do not restore invalid RS stateChris Wilson2019-12-301-13/+11
| * | drm/i915/gt: Avoid using the GPU before initialisationChris Wilson2019-12-303-5/+12
| * | drm/i915/gt: Avoid using tag 0 for the very first submissionChris Wilson2019-12-301-1/+3
OpenPOWER on IntegriCloud