summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
AgeCommit message (Expand)Author
2026-03-19drm/xe/lrc: Fix uninitialized new_ts when capturing context timestampUmesh Nerlige Ramappa
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-01-26drm/xe/xelp: Fix Wa_18022495364Tvrtko Ursulin
2026-01-18drm/xe: Disable timestamp WA on VFsMatthew Brost
2026-01-10drm/xe: Avoid toggling schedule state to check LRC timestamp in TDRMatthew Brost
2026-01-10drm/xe: Disable timestamp WA on VFsMatthew Brost
2025-12-11drm/xe/multi_queue: Add multi queue priority propertyNiranjana Vishwanathapura
2025-12-01drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATEMatthew Brost
2025-12-01drm/xe: Add replay_offset and replay_length lines to LRC HWCTX snapshotMatthew Brost
2025-10-09drm/xe: Make LRC W/A scratch buffer usage consistentMatthew Brost
2025-10-09drm/xe: Add NULL checks to scratch LRC allocationMatthew Brost
2025-10-06drm/xe: Combine userspace context checkPiotr Piórkowski
2025-10-06drm/xe: Force user context allocations in user VRAMPiotr Piórkowski
2025-09-18drm/xe/lrc: Allow to add user commands mid context switchLucas De Marchi
2025-09-18drm/xe/lrc: Allow INDIRECT_CTX for more engine classesLucas De Marchi
2025-09-18drm/xe/lrc: Allow to add user commands on context switchLucas De Marchi
2025-09-10drm/xe: Convert xe_bo_create_pin_map() for exhaustive evictionThomas Hellström
2025-08-08drm/xe: rename XE_WA to XE_GT_WAMatt Atwood
2025-08-04drm/xe/vf: Refresh utilization buffer during migration recoveryTomasz Lis
2025-08-04drm/xe/vf: Rebase MEMIRQ structures for all contexts after migrationTomasz Lis
2025-08-04drm/xe/vf: Rebase HWSP of all contexts after migrationTomasz Lis
2025-07-25drm/xe/xelp: Add Wa_18022495364Tvrtko Ursulin
2025-07-25drm/xe/xelp: Implement Wa_16010904313Tvrtko Ursulin
2025-07-14drm/xe/lrc: Add table with LRC layoutLucas De Marchi
2025-07-14drm/xe: Waste fewer instructions in emit_wa_job()Tvrtko Ursulin
2025-07-14drm/xe/lrc: Remove leftover TODO/FIXMELucas De Marchi
2025-07-14drm/xe/lrc: Reduce scope of empty lrc dataLucas De Marchi
2025-07-14drm/xe: Update register definitions in LRC layout headerXin Wang
2025-07-14drm/xe: Add plumbing for indirect context workaroundsTvrtko Ursulin
2025-07-14drm/xe: Allow specifying number of extra dwords at the end of wa bb emissionTvrtko Ursulin
2025-07-14drm/xe: Track number of written dwords from workaround batch buffer emissionTvrtko Ursulin
2025-07-14drm/xe: Rename utilization workaround emission functionTvrtko Ursulin
2025-07-14drm/xe: Pass wa bb setup arguments in a structTvrtko Ursulin
2025-07-14drm/xe: Generalize wa bb emission codeTvrtko Ursulin
2025-07-01drm/xe: Consolidate LRC offset calculationsTvrtko Ursulin
2025-06-27drm/xe: Drop bo->sizeMatthew Brost
2025-06-17drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offsetMatthew Brost
2025-06-12drm/xe: Make WA BB part of LRC BOMatthew Brost
2025-06-11drm/xe/lrc: Prepare WA BB setup for more usersLucas De Marchi
2025-06-11drm/xe/lrc: Use a temporary buffer for WA BBLucas De Marchi
2025-05-29drm/xe: Create LRC BO without VMNiranjana Vishwanathapura
2025-05-12drm/xe: Add WA BB to capture active context utilizationUmesh Nerlige Ramappa
2025-05-12drm/xe: Save the gt pointer in lrc and drop the tileUmesh Nerlige Ramappa
2025-05-12drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC valueUmesh Nerlige Ramappa
2025-04-04drm/xe: add XE_BO_FLAG_PINNED_LATE_RESTOREMatthew Auld
2025-03-31drm/xe: Make PPHWSP size explicit in xe_gt_lrc_size()Gustavo Sousa
2025-03-10drm/xe/xe3: Recognize 3DSTATE_COARSE_PIXEL in LRC dumpsMatt Roper
2025-02-03drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queuesDaniele Ceraolo Spurio