summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
AgeCommit message (Expand)Author
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
2023-12-21drm/xe: Cleanup POINTER_LOCATION style issuesFrancois Dugast
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe/lrc: give start_seqno a better defaultMatthew Auld
2023-12-19drm/xe: Use a define to set initial seqno for fencesThomas Hellström
2023-12-19drm/xe: prefer xe_bo_create_pin_map()Matthew Auld
2023-12-19drm/xe: Remove dependency on i915_reg.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_lrc_reg.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi
2023-12-19drm/xe: Remove dependency on intel_engine_regs.hLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Add has_asid to device infoMatthew Brost
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost