summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
AgeCommit message (Expand)Author
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
2024-12-13drm/xe: Initial MSI-X support for HW enginesIlia Levi
2024-11-14drm/xe: Add ring start to LRC snapshotMatthew Brost
2024-11-14drm/xe: Add ring address to LRC snapshotMatthew Brost
2024-11-14drm/xe: Add xe_ring_lrc_is_idle() helperMatthew Brost
2024-11-05drm/xe: Add trace to lrc timestamp updateLucas De Marchi
2024-10-08drm/xe/guc: Plumb GuC-capture into dev coredumpZhanjun Dong
2024-09-19drm/xe: memirq infra changes for MSI-XIlia Levi
2024-09-19drm/xe: move memirq out of VFIlia Levi
2024-09-19drm/xe: Introduce xe_device_uses_memirq()Ilia Levi
2024-08-26drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()Apoorva Singh
2024-08-13drm/xe: Name and document Wa_14019789679Matt Roper
2024-08-01drm/xe: Take ref to VM in delayed snapshotMatthew Brost
2024-06-18drm/xe/oa: Add OAR supportAshutosh Dixit
2024-06-12drm/xe: Add ctx timestamp to LRC snapshotMatthew Brost
2024-06-12drm/xe: Add LRC ctx timestamp support functionsMatthew Brost
2024-05-31drm/xe: Add kernel-doc to some xe_lrc interfacesNiranjana Vishwanathapura
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura
2024-05-27drm/xe: Remove xe_lrc_create_seqno_fence()Thomas Hellström
2024-05-27drm/xe: Split lrc seqno fence creation upThomas Hellström
2024-05-21drm/xe/lrc: Add helper to capture context timestampUmesh Nerlige Ramappa
2024-05-09drm/xe: Move xe_gpu_commands.h file to instructions/Michal Wajdeczko
2024-05-08drm/xe: Add Indirect Ring State supportNiranjana Vishwanathapura
2024-05-08drm/xe: Minor cleanup in LRC handlingNiranjana Vishwanathapura
2024-04-25drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpersHimal Prasad Ghimiray
2024-04-08drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit