summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.6-rc5 into drm-nextDave Airlie2020-03-112-15/+18
|\
| * drm/i915/gt: Drop the timeline->mutex as we wait for retirementChris Wilson2020-03-041-3/+11
| * drm/i915/tgl: Add Wa_1608008084Lucas De Marchi2020-03-021-12/+7
| * drm/i915/gt: Avoid resetting ring->head outside of its timeline mutexChris Wilson2020-02-183-23/+21
| * drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson2020-02-184-10/+18
| * drm/i915/gt: Protect defer_request() from new waitersChris Wilson2020-02-171-1/+6
| * drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson2020-02-172-0/+6
* | Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2020-02-251-1/+1
|\|
| * 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
| |\|
| * | drm/i915: Align engine->uabi_class/instance with i915_drm.hTvrtko Ursulin2020-01-211-2/+2
* | | drm/i915/gt: remove redundant assignment to variable dwColin Ian King2020-02-221-1/+1
* | | drm/i915/gt: Push the GPU cancellation to the backendChris Wilson2020-02-221-0/+7
* | | drm/i915/uc: consolidate firmware cleanupDaniele Ceraolo Spurio2020-02-205-15/+29
* | | drm/i915/uc: Abort early on uc_init failureDaniele Ceraolo Spurio2020-02-205-12/+24
* | | drm/i915/guc: Apply new uC status tracking to GuC submission as wellDaniele Ceraolo Spurio2020-02-206-45/+46
* | | drm/i915/uc: Improve tracking of uC init statusDaniele Ceraolo Spurio2020-02-205-13/+50
* | | drm/i915/uc: autogenerate uC checker functionsDaniele Ceraolo Spurio2020-02-201-17/+13
* | | drm/i915/uc: Update the FW status on injected fetch errorDaniele Ceraolo Spurio2020-02-201-1/+1
* | | drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio2020-02-203-8/+8
* | | drm/i915/guc: Kill USES_GUC macroDaniele Ceraolo Spurio2020-02-201-1/+1
* | | drm/i915/gt: Protect signaler walk with RCUChris Wilson2020-02-201-6/+10
* | | drm/i915/gt: Do not attempt to reprogram IA/ring frequencies for dgfxChris Wilson2020-02-192-11/+6
* | | drm/i915/selftests: Mark GPR checking more hostileChris Wilson2020-02-191-31/+96
* | | drm/i915/selftest: Analyse timestamp behaviour across context switchesChris Wilson2020-02-191-0/+229
* | | drm/i915/gt: Refactor l3cc/mocs availabilityChris Wilson2020-02-192-29/+67
* | | drm/i915/gt: Show the cumulative context runtime in engine debugChris Wilson2020-02-181-3/+5
* | | drm/i915/selftests: Flush tasklet on wait_for_submit()Chris Wilson2020-02-181-4/+4
* | | drm/i915/gt: Fix up missing error propagation for heartbeat pulsesChris Wilson2020-02-181-2/+6
* | | drm/i915/selftests: Check for any sign of request starting in wait_for_submit()Chris Wilson2020-02-181-1/+1
* | | drm/i915/tgl: Add Wa_1808121037 to tgl.Rafael Antognolli2020-02-181-0/+3
* | | drm/i915/selftests: Mark the mock ring->vma as being in the GGTTChris Wilson2020-02-171-0/+3
* | | drm/i915/gt: Rearrange code to silence compilerChris Wilson2020-02-171-3/+9
* | | drm/i915: Track hw reported context runtimeTvrtko Ursulin2020-02-166-3/+175
* | | drm/i915/selftests: Check for the error interrupt before we wait!Chris Wilson2020-02-141-0/+4
* | | drm/i915/selftests: Exercise timeslice rewindingChris Wilson2020-02-131-1/+214
* | | drm/i915/gt: Suppress warnings for unused debugging localsChris Wilson2020-02-131-2/+4
* | | drm/i915: Use engine wa list for Wa_1607090982Mika Kuoppala2020-02-131-3/+5
* | | drm/i915/gt: Expand bad CS completion event debugChris Wilson2020-02-122-3/+31
* | | drm/i915/selftests: Sabotague the RING_HEADChris Wilson2020-02-121-0/+79
* | | drm/i915: Disable use of hwsp_cacheline for kernel_contextChris Wilson2020-02-112-5/+21