summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-24/+91
2026-01-26drm/xe/xelp: Fix Wa_18022495364Tvrtko Ursulin1-1/+1
2026-01-18drm/xe: Disable timestamp WA on VFsMatthew Brost1-0/+3
2026-01-11drm/xe: Avoid toggling schedule state to check LRC timestamp in TDRMatthew Brost1-14/+28
2026-01-11drm/xe: Disable timestamp WA on VFsMatthew Brost1-0/+3
2025-12-12drm/xe/multi_queue: Add multi queue priority propertyNiranjana Vishwanathapura1-0/+29
2025-12-01drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATEMatthew Brost1-13/+29
2025-12-01drm/xe: Add replay_offset and replay_length lines to LRC HWCTX snapshotMatthew Brost1-0/+8
2025-10-09drm/xe: Make LRC W/A scratch buffer usage consistentMatthew Brost1-1/+1
2025-10-09drm/xe: Add NULL checks to scratch LRC allocationMatthew Brost1-4/+9
2025-10-06drm/xe: Combine userspace context checkPiotr Piórkowski1-4/+2
2025-10-06drm/xe: Force user context allocations in user VRAMPiotr Piórkowski1-0/+3
2025-09-19drm/xe/lrc: Allow to add user commands mid context switchLucas De Marchi1-0/+37
2025-09-19drm/xe/lrc: Allow INDIRECT_CTX for more engine classesLucas De Marchi1-4/+10
2025-09-19drm/xe/lrc: Allow to add user commands on context switchLucas De Marchi1-0/+32
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström1-3/+4
2025-08-08drm/xe: rename XE_WA to XE_GT_WAMatt Atwood1-4/+4
2025-08-04drm/xe/vf: Refresh utilization buffer during migration recoveryTomasz Lis1-7/+32
2025-08-04drm/xe/vf: Rebase MEMIRQ structures for all contexts after migrationTomasz Lis1-2/+49
2025-08-04drm/xe/vf: Rebase HWSP of all contexts after migrationTomasz Lis1-0/+17
2025-07-25drm/xe/xelp: Add Wa_18022495364Tvrtko Ursulin1-0/+21
2025-07-25drm/xe/xelp: Implement Wa_16010904313Tvrtko Ursulin1-0/+44
2025-07-14drm/xe/lrc: Add table with LRC layoutLucas De Marchi1-0/+24
2025-07-14drm/xe: Waste fewer instructions in emit_wa_job()Tvrtko Ursulin1-5/+7
2025-07-14drm/xe/lrc: Remove leftover TODO/FIXMELucas De Marchi1-6/+0
2025-07-14drm/xe/lrc: Reduce scope of empty lrc dataLucas De Marchi1-11/+11
2025-07-14drm/xe: Update register definitions in LRC layout headerXin Wang1-4/+1
2025-07-14drm/xe: Add plumbing for indirect context workaroundsTvrtko Ursulin1-2/+82
2025-07-14drm/xe: Allow specifying number of extra dwords at the end of wa bb emissionTvrtko Ursulin1-3/+5
2025-07-14drm/xe: Track number of written dwords from workaround batch buffer emissionTvrtko Ursulin1-1/+4
2025-07-14drm/xe: Rename utilization workaround emission functionTvrtko Ursulin1-3/+5
2025-07-14drm/xe: Pass wa bb setup arguments in a structTvrtko Ursulin1-40/+53
2025-07-14drm/xe: Generalize wa bb emission codeTvrtko Ursulin1-22/+48
2025-07-01drm/xe: Consolidate LRC offset calculationsTvrtko Ursulin1-23/+18
2025-06-28drm/xe: Drop bo->sizeMatthew Brost1-2/+2
2025-06-17drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offsetMatthew Brost1-1/+1
2025-06-12drm/xe: Make WA BB part of LRC BOMatthew Brost1-18/+18
2025-06-12drm/xe/lrc: Prepare WA BB setup for more usersLucas De Marchi1-14/+55
2025-06-12drm/xe/lrc: Use a temporary buffer for WA BBLucas De Marchi1-4/+20
2025-05-29drm/xe: Create LRC BO without VMNiranjana Vishwanathapura1-19/+4
2025-05-13drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa1-7/+178
2025-05-13drm/xe: Save the gt pointer in lrc and drop the tileUmesh Nerlige Ramappa1-2/+2
2025-05-13drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC valueUmesh Nerlige Ramappa1-1/+1
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld1-3/+7
2025-03-31drm/xe: Make PPHWSP size explicit in xe_gt_lrc_size()Gustavo Sousa1-7/+10
2025-03-10drm/xe/xe3: Recognize 3DSTATE_COARSE_PIXEL in LRC dumpsMatt Roper1-0/+1
2025-02-03drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queuesDaniele Ceraolo Spurio1-3/+15
2024-12-13drm/xe: Initial MSI-X support for HW enginesIlia Levi1-4/+20