summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
AgeCommit message (Expand)Author
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
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-26drm/xe: Use FIELD_PREP for lrc descriptorNiranjana Vishwanathapura
2024-03-22drm/xe: Fix END redefinitionLucas De Marchi
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost
2024-03-07drm/xe: Declare __xe_lrc_*_ggtt_addr with __maybe__unusedDawei Li
2024-03-04drm/xe: Implement capture of HWSP and HWCTXMaarten Lankhorst
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst
2024-03-04drm/xe: Move lrc snapshot capturing to xe_lrc.cMaarten Lankhorst
2024-02-29drm/xe: Add LRC parsing for more GPU instructionsMatt Roper
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast
2024-01-31drm/xe: Use LRC prefix rather than CTX prefix in lrc desc definesMatthew Brost
2023-12-21drm/xe/vf: Update LRC with memory based interrupts dataMichal Wajdeczko
2023-12-21drm/xe: Add command MI_LOAD_REGISTER_MEMMichal Wajdeczko
2023-12-21drm/xe: Drop some unnecessary header includesMatt Roper
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi
2023-12-21drm/xe/xe2: Update SVG state handlingMatt Roper
2023-12-21drm/xe: Emit SVG state on RCS during driver load on DG2 and MTLMatt Roper
2023-12-21drm/xe: Prepare to emit non-register state while recording default LRCMatt Roper
2023-12-21drm/xe/debugfs: Include GFXPIPE commands in LRC dumpMatt Roper
2023-12-21drm/xe/debugfs: Add dump of default LRCs' MI instructionsMatt Roper
2023-12-21drm/xe: Extract MI_* instructions to their own headerMatt Roper
2023-12-21drm/xe: Separate number of registers from MI_LRI opcodeMatt Roper
2023-12-21drm/xe: Account ring buffer and context state storageTejas Upadhyay
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceThomas Hellström
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström
2023-12-21drm/xe/xe2: Update context image layoutsMatt Roper
2023-12-21drm/xe/xe2: Update render/compute context image sizesMatt Roper
2023-12-21drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast
2023-12-21drm/xe: Cleanup COMPLEX_MACRO style issuesFrancois Dugast