summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()Apoorva Singh2024-08-261-1/+1
* drm/xe: Name and document Wa_14019789679Matt Roper2024-08-131-10/+25
* drm/xe: Take ref to VM in delayed snapshotMatthew Brost2024-08-011-1/+14
* drm/xe/oa: Add OAR supportAshutosh Dixit2024-06-181-5/+6
* drm/xe: Add ctx timestamp to LRC snapshotMatthew Brost2024-06-121-0/+6
* drm/xe: Add LRC ctx timestamp support functionsMatthew Brost2024-06-121-1/+77
* drm/xe: Add kernel-doc to some xe_lrc interfacesNiranjana Vishwanathapura2024-05-311-0/+18
* drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura2024-05-291-8/+36
* drm/xe: Remove xe_lrc_create_seqno_fence()Thomas Hellström2024-05-271-11/+0
* drm/xe: Split lrc seqno fence creation upThomas Hellström2024-05-271-2/+46
* drm/xe/lrc: Add helper to capture context timestampUmesh Nerlige Ramappa2024-05-211-0/+12
* drm/xe: Move xe_gpu_commands.h file to instructions/Michal Wajdeczko2024-05-091-1/+0
* drm/xe: Add Indirect Ring State supportNiranjana Vishwanathapura2024-05-081-26/+159
* drm/xe: Minor cleanup in LRC handlingNiranjana Vishwanathapura2024-05-081-1/+1
* drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpersHimal Prasad Ghimiray2024-04-251-2/+2
* drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit2024-04-081-3/+2
* drm/xe: Normalize bo flags macrosLucas De Marchi2024-04-021-3/+3
* drm/xe: Use FIELD_PREP for lrc descriptorNiranjana Vishwanathapura2024-03-261-8/+8
* drm/xe: Fix END redefinitionLucas De Marchi2024-03-221-11/+9
* drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost2024-03-201-1/+2
* drm/xe: Declare __xe_lrc_*_ggtt_addr with __maybe__unusedDawei Li2024-03-071-1/+1
* drm/xe: Implement capture of HWSP and HWCTXMaarten Lankhorst2024-03-041-1/+63
* drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst2024-03-041-0/+8
* drm/xe: Move lrc snapshot capturing to xe_lrc.cMaarten Lankhorst2024-03-041-0/+45
* drm/xe: Add LRC parsing for more GPU instructionsMatt Roper2024-02-291-0/+31
* drm/xe/uapi: Remove unused flagsFrancois Dugast2024-02-231-9/+1
* drm/xe: Use LRC prefix rather than CTX prefix in lrc desc definesMatthew Brost2024-01-311-7/+7
* drm/xe/vf: Update LRC with memory based interrupts dataMichal Wajdeczko2023-12-211-0/+24
* drm/xe: Add command MI_LOAD_REGISTER_MEMMichal Wajdeczko2023-12-211-0/+14
* drm/xe: Drop some unnecessary header includesMatt Roper2023-12-211-2/+0
* drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi2023-12-211-1/+1
* drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi2023-12-211-12/+11
* drm/xe/xe2: Update SVG state handlingMatt Roper2023-12-211-2/+13
* drm/xe: Emit SVG state on RCS during driver load on DG2 and MTLMatt Roper2023-12-211-1/+110
* drm/xe: Prepare to emit non-register state while recording default LRCMatt Roper2023-12-211-0/+45
* drm/xe/debugfs: Include GFXPIPE commands in LRC dumpMatt Roper2023-12-211-0/+108
* drm/xe/debugfs: Add dump of default LRCs' MI instructionsMatt Roper2023-12-211-0/+97
* drm/xe: Extract MI_* instructions to their own headerMatt Roper2023-12-211-0/+1
* drm/xe: Separate number of registers from MI_LRI opcodeMatt Roper2023-12-211-1/+1
* drm/xe: Account ring buffer and context state storageTejas Upadhyay2023-12-211-1/+6
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-4/+5
* drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceThomas Hellström2023-12-211-8/+2
* drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström2023-12-211-4/+2
* drm/xe/xe2: Update context image layoutsMatt Roper2023-12-211-2/+74
* drm/xe/xe2: Update render/compute context image sizesMatt Roper2023-12-211-1/+8
* drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio2023-12-211-0/+1
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-5/+5
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-4/+4
* drm/xe: Cleanup style warningsFrancois Dugast2023-12-211-40/+40
* drm/xe: Cleanup COMPLEX_MACRO style issuesFrancois Dugast2023-12-211-1/+1