summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann10-42/+56
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie8-39/+54
2021-05-19gpu: drm: replace occurrences of invalid characterMauro Carvalho Chehab1-1/+1
2021-05-19Merge tag 'drm-misc-next-2021-05-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2021-05-18drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7Simon Rettberg1-1/+4
2021-05-18Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-1/+2
2021-05-12drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdpLv Yunlong1-1/+0
2021-05-12drm/i915: Read C0DRB3/C1DRB3 as 16 bits againVille Syrjälä1-2/+2
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2021-05-07drm/i915/xelpd: First stab at DPT supportVille Syrjälä3-3/+16
2021-04-29drm/i915/gt: Remove reference to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds105-1420/+1304
2021-04-28drm/i915: Remove stray newlinesVille Syrjälä1-1/+0
2021-04-14drm/i915/selftests: replace unused mask with simple versionLucas De Marchi1-5/+5
2021-04-14drm/i915/gt: replace gen use in intel_engine_csLucas De Marchi2-29/+29
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-08Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-58/+68
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie90-704/+482
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak1-9/+47
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak1-2/+2
2021-03-29drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEPJani Nikula1-5/+5
2021-03-29drm/i915: switch KBL to the new stepping schemeJani Nikula2-4/+4
2021-03-29drm/i915: split out stepping info to a new fileJani Nikula1-39/+0
2021-03-26drm/i915: Fail too long user submissions by defaultTvrtko Ursulin1-1/+10
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin6-0/+46
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 Wilson2-2/+8
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/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 Wilson4-21/+23
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: reserve stolen for LMEM regionCQ Tang1-4/+10
2021-03-24drm/i915: setup the LMEM regionMatthew Auld3-1/+41
2021-03-24drm/i915: make local-memory probing a GT operationMatthew Auld4-4/+43
2021-03-24drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing4-23/+23
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/gt: Replace 'return' with a fall-throughChris Wilson1-3/+3
2021-03-24drm/i915/gt: Add a space before '('Chris Wilson1-1/+1