summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit1-3/+2
2024-03-25drm/xe: Fix END redefinitionLucas De Marchi1-11/+9
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+38
2024-02-29drm/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
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
2023-12-21drm/xe: Cleanup POINTER_LOCATION style issuesFrancois Dugast1-1/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-8/+5
2023-12-20drm/xe/lrc: give start_seqno a better defaultMatthew Auld1-0/+3
2023-12-20drm/xe: Use a define to set initial seqno for fencesThomas Hellström1-0/+3
2023-12-20drm/xe: prefer xe_bo_create_pin_map()Matthew Auld1-35/+18
2023-12-20drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove dependency on intel_lrc_reg.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove dependency on intel_gt_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Remove dependency on intel_engine_regs.hLucas De Marchi1-1/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-3/+3
2023-12-20drm/xe: Add has_asid to device infoMatthew Brost1-2/+2
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+841