summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-26drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()Apoorva Singh1-1/+1
2024-08-13drm/xe: Name and document Wa_14019789679Matt Roper1-10/+25
2024-08-01drm/xe: Take ref to VM in delayed snapshotMatthew Brost1-1/+14
2024-06-18drm/xe/oa: Add OAR supportAshutosh Dixit1-5/+6
2024-06-13drm/xe: Add ctx timestamp to LRC snapshotMatthew Brost1-0/+6
2024-06-13drm/xe: Add LRC ctx timestamp support functionsMatthew Brost1-1/+77
2024-05-31drm/xe: Add kernel-doc to some xe_lrc interfacesNiranjana Vishwanathapura1-0/+18
2024-05-30drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura1-8/+36
2024-05-27drm/xe: Remove xe_lrc_create_seqno_fence()Thomas Hellström1-11/+0
2024-05-27drm/xe: Split lrc seqno fence creation upThomas Hellström1-2/+46
2024-05-21drm/xe/lrc: Add helper to capture context timestampUmesh Nerlige Ramappa1-0/+12
2024-05-09drm/xe: Move xe_gpu_commands.h file to instructions/Michal Wajdeczko1-1/+0
2024-05-09drm/xe: Add Indirect Ring State supportNiranjana Vishwanathapura1-26/+159
2024-05-09drm/xe: Minor cleanup in LRC handlingNiranjana Vishwanathapura1-1/+1
2024-04-26drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpersHimal Prasad Ghimiray1-2/+2
2024-04-08drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit1-3/+2
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-3/+3
2024-03-26drm/xe: Use FIELD_PREP for lrc descriptorNiranjana Vishwanathapura1-8/+8
2024-03-22drm/xe: Fix END redefinitionLucas De Marchi1-11/+9
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost1-1/+2
2024-03-07drm/xe: Declare __xe_lrc_*_ggtt_addr with __maybe__unusedDawei Li1-1/+1
2024-03-04drm/xe: Implement capture of HWSP and HWCTXMaarten Lankhorst1-1/+63
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst1-0/+8
2024-03-04drm/xe: Move lrc snapshot capturing to xe_lrc.cMaarten Lankhorst1-0/+45
2024-02-29drm/xe: Add LRC parsing for more GPU instructionsMatt Roper1-0/+31
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast1-9/+1
2024-02-01drm/xe: Use LRC prefix rather than CTX prefix in lrc desc definesMatthew Brost1-7/+7
2023-12-22drm/xe/vf: Update LRC with memory based interrupts dataMichal Wajdeczko1-0/+24
2023-12-22drm/xe: Add command MI_LOAD_REGISTER_MEMMichal Wajdeczko1-0/+14
2023-12-21drm/xe: Drop some unnecessary header includesMatt Roper1-2/+0
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-1/+1
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi1-12/+11
2023-12-21drm/xe/xe2: Update SVG state handlingMatt Roper1-2/+13
2023-12-21drm/xe: Emit SVG state on RCS during driver load on DG2 and MTLMatt Roper1-1/+110
2023-12-21drm/xe: Prepare to emit non-register state while recording default LRCMatt Roper1-0/+45
2023-12-21drm/xe/debugfs: Include GFXPIPE commands in LRC dumpMatt Roper1-0/+108
2023-12-21drm/xe/debugfs: Add dump of default LRCs' MI instructionsMatt Roper1-0/+97
2023-12-21drm/xe: Extract MI_* instructions to their own headerMatt Roper1-0/+1
2023-12-21drm/xe: Separate number of registers from MI_LRI opcodeMatt Roper1-1/+1
2023-12-21drm/xe: Account ring buffer and context state storageTejas Upadhyay1-1/+6
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-4/+5
2023-12-21drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceThomas Hellström1-8/+2
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström1-4/+2
2023-12-21drm/xe/xe2: Update context image layoutsMatt Roper1-2/+74
2023-12-21drm/xe/xe2: Update render/compute context image sizesMatt Roper1-1/+8
2023-12-21drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio1-0/+1
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-5/+5
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-4/+4
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast1-40/+40
2023-12-21drm/xe: Cleanup COMPLEX_MACRO style issuesFrancois Dugast1-1/+1