aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-03-29drm/i915: switch TGL and ADL to the new stepping schemeJani Nikula3-56/+28
2021-03-29drm/i915: switch KBL to the new stepping schemeJani Nikula7-37/+82
2021-03-29drm/i915: add new helpers for accessing stepping infoJani Nikula3-9/+29
2021-03-29drm/i915: split out stepping info to a new fileJani Nikula5-56/+74
2021-03-26drm/i915: add gem/gt TODODaniel Vetter1-0/+41
2021-03-26drm/i915: Fix transposed arguments to skl_plane_wm_level()Ville Syrjälä1-2/+2
2021-03-26drm/i915: Allow configuring default request expiry via modparamTvrtko Ursulin3-2/+9
2021-03-26drm/i915: Fail too long user submissions by defaultTvrtko Ursulin4-1/+66
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin8-0/+106
2021-03-26drm/i915: Handle async cancellation in sentinel assertTvrtko Ursulin1-4/+8
2021-03-26drm/i915: Restrict sentinel requests furtherTvrtko Ursulin1-1/+1
2021-03-26drm/i915: Individual request cancellationChris Wilson5-6/+242
2021-03-26drm/i915: Extract active lookup engine to a helperTvrtko Ursulin3-33/+49
2021-03-25drm/i915: Use tasklet_unlock_spin_wait() in __tasklet_disable_sync_once()Sebastian Andrzej Siewior1-1/+1
2021-03-24drm/i915/gt: Always flush the submission queue on checking for idleChris Wilson1-8/+2
2021-03-24drm/i915/selftest: Synchronise with the GPU timestampChris Wilson1-3/+5
2021-03-24drm/i915: give stolen system memory its own classMatthew Auld5-10/+10
2021-03-24drm/i915: cleanup the region class/instance encodingMatthew Auld2-20/+24
2021-03-24drm/i915/gt: Double check heartbeat timeout before resettingChris Wilson1-1/+10
2021-03-24drm/i915/selftests: Restore previous heartbeat intervalChris Wilson1-4/+10
2021-03-24drm/i915/gtt/dg1: add PTE_LM plumbing for GGTTMatthew Auld2-6/+22
2021-03-24drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTTMatthew Auld3-1/+18
2021-03-24drm/i915: Distinction of memory regionsZbigniew Kempczyński2-2/+2
2021-03-24drm/i915/gt: Retire unexpected starting state error dumpingChris Wilson1-20/+0
2021-03-24drm/i915/selftests: Use a single copy of the mocs tableChris Wilson1-10/+22
2021-03-24drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson6-24/+31
2021-03-24drm/i915: allocate cmd ring in lmemMichel Thierry1-2/+3
2021-03-24drm/i915: move engine scratch to LMEMMatthew Auld1-2/+6
2021-03-24drm/i915: allocate context from LMEMMatthew Auld1-1/+5
2021-03-24drm/i915/dg1: Reserve first 1MB of local memoryImre Deak1-0/+41
2021-03-24drm/i915: introduce mem->reservedAbdiel Janulgue3-0/+96
2021-03-24drm/i915: reserve stolen for LMEM regionCQ Tang2-4/+12
2021-03-24drm/i915: setup the LMEM regionMatthew Auld3-1/+41
2021-03-24drm/i915: make local-memory probing a GT operationMatthew Auld6-7/+49
2021-03-24drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing4-23/+23
2021-03-24drm/i915/buddy: document the unused header bitsMatthew Auld3-2/+56
2021-03-24drm/i915/gt: Move the defer_request waiter active assertionChris Wilson1-1/+1
2021-03-24drm/i915/selftests: Check for engine-reset errors in the middle of workaroundsChris Wilson1-3/+13
2021-03-24drm/i915/gem: consolidate 2big error checking for object sizesMatthew Auld4-34/+29
2021-03-24drm/i915/gem: don't trust the dma_buf->sizeMatthew Auld1-0/+10
2021-03-24drm/i915/gt: Replace 'return' with a fall-throughChris Wilson1-3/+3
2021-03-24drm/i915/gt: Add a space before '('Chris Wilson1-1/+1
2021-03-24drm/i915/gt: Replace unnecessary ',' with '; 'Chris Wilson2-3/+3
2021-03-24drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4Chris Wilson1-3/+5
2021-03-24drm/i915/gt: Wrap macro arg in ()Chris Wilson1-1/+1
2021-03-24drm/i915/gt: Remove a bonus newlineChris Wilson2-2/+0
2021-03-24drm/i915/gt: Fixup misaligned function parametersChris Wilson2-4/+3
2021-03-24drm/i915/gt: Remove repeated words from commentsChris Wilson5-5/+5
2021-03-24drm/i915/gt: Add some missing blank lines after declarationChris Wilson5-0/+7
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson75-459/+78