summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_hw_engine.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-09drm/xe: Ensure fixed_slice_mode gets set after ccs_mode changeNiranjana Vishwanathapura1-6/+6
2025-01-23drm/xe: Mark ComputeCS read mode as UC on iGPUMatthew Brost1-1/+1
2024-12-14drm/xe/devcoredump: Improve section headings and add tile infoJohn Harrison1-1/+0
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-08-28drm/xe: move the kernel lrc from hwe to execlist portIlia Levi1-13/+2
2024-08-23drm/xe: Move hw_engine_fini to devm managedMatthew Brost1-2/+2
2024-08-18drm/xe/hw_engine_group: Introduce xe_hw_engine_groupFrancois Dugast1-0/+4
2024-08-15drm/xe: fix engine_class bounds check againMatthew Auld1-1/+1
2024-08-07drm/xe: Add kernel doc for xe_hw_engine_lookupMika Kuoppala1-3/+13
2024-08-07drm/xe: Export xe_hw_engine's mmio accessorsDominik Grzegorzek1-34/+54
2024-08-01drm/xe/xe2: Enable Priority Mem ReadPallavi Mishra1-0/+6
2024-07-31drm/xe: Move and export xe_hw_engine lookup.Dominik Grzegorzek1-0/+31
2024-06-28drm/xe: Get hwe domain specific FW to read RING_TIMESTAMPUmesh Nerlige Ramappa1-0/+5
2024-06-20drm/xe/vf: Skip engine ring enabling if VFMichal Wajdeczko1-1/+2
2024-06-14drm/xe: Drop duplicated declarationMichal Wajdeczko1-0/+1
2024-05-30drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura1-4/+6
2024-05-28drm/xe: Don't refer to general LRC initialization as a "wa"Matt Roper1-2/+2
2024-05-21drm/xe: Add helper to capture engine timestampLucas De Marchi1-0/+5
2024-05-21drm/xe: Add XE_ENGINE_CLASS_OTHER to str conversionLucas De Marchi1-2/+6
2024-05-21drm/xe: Promote xe_hw_engine_class_to_str()Lucas De Marchi1-0/+18
2024-05-17drm/xe: Replace RING_START_UDW by u64 RING_STARTJosé Roberto de Souza1-5/+5
2024-05-09drm/xe: Dump Indirect Ring State registersNiranjana Vishwanathapura1-0/+11
2024-05-01drm/xe/gsc: Turn off GSCCS interrupts when disabling the engineDaniele Ceraolo Spurio1-0/+5
2024-04-24drm/xe: Add INSTDONE registers to devcoredumpJosé Roberto de Souza1-0/+128
2024-04-24drm/xe: Store xe_hw_engine in xe_hw_engine_snapshotJosé Roberto de Souza1-3/+3
2024-04-18drm/xe: Simplify function return using drmm_add_action_or_reset()Himal Prasad Ghimiray1-5/+1
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi1-3/+3
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost1-1/+2
2024-03-15drm/xe/gsc: Handle GSCCS ER interruptDaniele Ceraolo Spurio1-1/+34
2024-02-13drm/xe/vf: Don't try to capture engine data unavailable to VFMichal Wajdeczko1-0/+5
2024-01-24drm/xe: Remove additional spaces in devcoredump HW Engines sectionJosé Roberto de Souza1-7/+7
2024-01-24drm/xe: Print registers spread in 2 u32 as u64José Roberto de Souza1-37/+32
2024-01-24drm/xe: Remove double new lines in devcoredumpJosé Roberto de Souza1-1/+1
2024-01-16drm/xe: Use kstrdup while creating snapshotMichal Wajdeczko1-6/+1
2024-01-08drm/xe/xe2: synchronise CS_CHICKEN1 with WMTP supportNirmoy Das1-0/+21
2023-12-22drm/xe: Define IRQ offsets used by HW enginesMichal Wajdeczko1-0/+28
2023-12-21drm/xe: Define interrupt vector bits with the interrupt registersMatt Roper1-1/+0
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-2/+2
2023-12-21drm/xe: Enable Fixed CCS mode settingNiranjana Vishwanathapura1-0/+20
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski1-5/+3
2023-12-21drm/xe/gsc: Define GSCCS for MTLDaniele Ceraolo Spurio1-0/+20
2023-12-21drm/xe: Drop EXECLIST_CONTROL from error state dumpMatt Roper1-4/+0
2023-12-21drm/xe: Add infrastructure for per engine tuningMatt Atwood1-0/+2
2023-12-21drm/xe: Remove devcoredump readout of IPEIRJosé Roberto de Souza1-2/+0
2023-12-21drm/xe: Fix devcoredump readout of IPEHRJosé Roberto de Souza1-1/+1
2023-12-21drm/xe: Fix RING_MI_MODE label in devcoredumpJosé Roberto de Souza1-1/+1
2023-12-21drm/xe: Leverage ComputeCS read L3 cachingBalasubramani Vivekanandan1-11/+14
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-2/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-5/+6
2023-12-21drm/xe/xe2: Handle fused-off CCS enginesMatt Roper1-1/+28