summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Remove reference to struct drm_device.pdevThomas Zimmermann2021-04-291-1/+1
* Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-04-084-58/+68
|\
| * drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak2021-03-291-9/+47
| * drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak2021-03-291-2/+2
| * drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEPJani Nikula2021-03-291-5/+5
| * drm/i915: switch KBL to the new stepping schemeJani Nikula2021-03-292-4/+4
| * drm/i915: split out stepping info to a new fileJani Nikula2021-03-291-39/+0
| * drm/i915: Fix the GT fence revocation runtime PM logicImre Deak2021-03-241-1/+12
* | Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-0890-704/+482
|\ \
| * | drm/i915/gt: Always flush the submission queue on checking for idleChris Wilson2021-03-241-8/+2
| * | drm/i915/selftest: Synchronise with the GPU timestampChris Wilson2021-03-241-3/+5
| * | drm/i915/gt: Double check heartbeat timeout before resettingChris Wilson2021-03-241-1/+10
| * | drm/i915/selftests: Restore previous heartbeat intervalChris Wilson2021-03-241-4/+10
| * | drm/i915/gtt/dg1: add PTE_LM plumbing for GGTTMatthew Auld2021-03-242-6/+22
| * | drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTTMatthew Auld2021-03-243-1/+18
| * | drm/i915: Distinction of memory regionsZbigniew KempczyƄski2021-03-242-2/+2
| * | drm/i915/gt: Retire unexpected starting state error dumpingChris Wilson2021-03-241-20/+0
| * | drm/i915/selftests: Use a single copy of the mocs tableChris Wilson2021-03-241-10/+22
| * | drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson2021-03-244-21/+23
| * | drm/i915: allocate cmd ring in lmemMichel Thierry2021-03-241-2/+3
| * | drm/i915: move engine scratch to LMEMMatthew Auld2021-03-241-2/+6
| * | drm/i915: allocate context from LMEMMatthew Auld2021-03-241-1/+5
| * | drm/i915/dg1: Reserve first 1MB of local memoryImre Deak2021-03-241-0/+41
| * | drm/i915: reserve stolen for LMEM regionCQ Tang2021-03-241-4/+10
| * | drm/i915: setup the LMEM regionMatthew Auld2021-03-243-1/+41
| * | drm/i915: make local-memory probing a GT operationMatthew Auld2021-03-244-4/+43
| * | drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing2021-03-244-23/+23
| * | drm/i915/gt: Move the defer_request waiter active assertionChris Wilson2021-03-241-1/+1
| * | drm/i915/selftests: Check for engine-reset errors in the middle of workaroundsChris Wilson2021-03-241-3/+13
| * | drm/i915/gt: Replace 'return' with a fall-throughChris Wilson2021-03-241-3/+3
| * | drm/i915/gt: Add a space before '('Chris Wilson2021-03-241-1/+1
| * | drm/i915/gt: Replace unnecessary ',' with '; 'Chris Wilson2021-03-242-3/+3
| * | drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4Chris Wilson2021-03-241-3/+5
| * | drm/i915/gt: Wrap macro arg in ()Chris Wilson2021-03-241-1/+1
| * | drm/i915/gt: Remove a bonus newlineChris Wilson2021-03-242-2/+0
| * | drm/i915/gt: Fixup misaligned function parametersChris Wilson2021-03-242-4/+3
| * | drm/i915/gt: Remove repeated words from commentsChris Wilson2021-03-245-5/+5
| * | drm/i915/gt: Add some missing blank lines after declarationChris Wilson2021-03-245-0/+7
| * | drm/i915/gt: SPDX cleanupChris Wilson2021-03-2475-459/+78
| * | drm/i915/gt: Call stop_ring() from ring resume, againChris Wilson2021-03-241-52/+56
| * | drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson2021-03-242-36/+18
| * | drm/i915: Strip out internal prioritiesChris Wilson2021-03-245-24/+8
* | | drm/i915: Fail too long user submissions by defaultTvrtko Ursulin2021-03-261-1/+10
* | | drm/i915: Request watchdog infrastructureTvrtko Ursulin2021-03-266-0/+46
* | | drm/i915: Handle async cancellation in sentinel assertTvrtko Ursulin2021-03-261-4/+8
* | | drm/i915: Restrict sentinel requests furtherTvrtko Ursulin2021-03-261-1/+1
* | | drm/i915: Individual request cancellationChris Wilson2021-03-262-2/+8
* | | drm/i915: Move gt_revoke() slightlyMaarten Lankhorst2021-03-241-2/+7
* | | drm/i915/selftests: Prepare cs engine tests for obj->mm.lock removalMaarten Lankhorst2021-03-241-2/+2
* | | drm/i915/selftests: Prepare timeline tests for obj->mm.lock removalMaarten Lankhorst2021-03-241-5/+25