summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_hw_engine.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-10drm/xe/hw_engine: document top-down paging requirementMatthew Auld1-1/+12
2026-07-10drm/xe/vf: wire up NUM_PAGING_ENGINE_INSTANCESMatthew Auld1-2/+30
2026-07-10drm/xe: refactor the paging engine setupMatthew Auld1-10/+30
2026-07-10drm/xe/hw_engine: don't open code is_usm_hwe()Matthew Auld1-2/+1
2026-06-29drm/xe/hw_engine: Fix double-free of managed BO in error pathShuicheng Lin1-3/+1
2026-06-22drm/xe/rtp: Maintain OA whitelists separatelyAshutosh Dixit1-0/+2
2026-06-17drm/xe: Move engines' non-LRC programming RTP table off the stackMatt Roper1-75/+81
2026-06-17drm/xe: Move engines' LRC programming RTP table off the stackMatt Roper1-29/+31
2026-06-02drm/xe/rtp: Add struct types for RTP tablesGustavo Sousa1-8/+6
2026-05-19drm/xe: Add IRQ page to HW engine definitionMichal Wajdeczko1-3/+8
2026-05-15drm/xe: Extract xe_hw_engine_setup_reg_lrc()Gustavo Sousa1-2/+13
2026-04-27drm/xe: Mark BCS engines as belonging to the GT forcewake domainMatt Roper1-9/+9
2026-04-27drm/xe: Drop xe_hw_engine_mmio_write32()Matt Roper1-23/+2
2026-04-27drm/xe: Drop unnecessary STOP_RING clearingMatt Roper1-3/+0
2026-04-27drm/xe: Move GFX_MODE programming to RTPMatt Roper1-6/+10
2026-04-27drm/xe: Fix name and definition of GFX_MODE registerMatt Roper1-1/+1
2026-04-27drm/xe: Move HWSTAM programming to RTPMatt Roper1-1/+5
2026-04-27drm/xe: Stop programming BLIT_CCTL on Xe2 and later platformsMatt Roper1-1/+1
2026-04-27drm/xe/rtp: Add "always true" match functionMatt Roper1-1/+1
2026-04-27drm/xe: Move CCS enablement to engine setup RTPMatt Roper1-6/+5
2026-04-14drm/xe/pf: Restrict device query responses in admin-only PF modeSatyanarayana K V P1-0/+3
2026-04-03drm/xe: Fix bug in idledly unit conversionVinay Belgaumkar1-2/+1
2026-03-17Merge tag 'drm-intel-next-2026-03-16' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-4/+4
2026-03-04drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*()Jani Nikula1-4/+4
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-2/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-19drm/xe/reg_sr: Don't process gt/hwe lists in VFMatt Roper1-2/+4
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-1/+0
2025-10-18drm/xe/irq: Rename bits used with all enginesLucas De Marchi1-1/+1
2025-10-17drm/xe/xe3p: Determine service copy availability from fuseMatt Roper1-9/+34
2025-10-17drm/xe/xe3p: Stop programming RCU_MODE's fixed slice mode settingMatt Roper1-0/+7
2025-10-14drm/xe/rtp: Pass xe_device parameter to FUNC matchesMatt Roper1-4/+6
2025-08-08drm/xe: rename XE_WA to XE_GT_WAMatt Atwood1-1/+1
2025-07-02drm/xe: Don't compare GT ID to GT count when determining valid GTsMatt Roper1-1/+2
2025-06-02drm/xe: Allow to disable enginesLucas De Marchi1-0/+20
2025-06-02drm/xe: Convert "fused off" messages to be gt-basedLucas De Marchi1-11/+6
2025-03-27drm/xe: Ensure fixed_slice_mode gets set after ccs_mode changeNiranjana Vishwanathapura1-6/+6
2025-03-20drm/xe: Apply Wa_16023105232Vinay Belgaumkar1-0/+33
2025-03-10drm/xe/rtp: Drop sentinels from arg to xe_rtp_process_to_sr()Lucas De Marchi1-4/+2
2025-01-16drm/xe: Mark ComputeCS read mode as UC on iGPUMatthew Brost1-1/+1
2024-12-20drm/xe/gsc: Make GSCCS disabling message less alarmingDaniele Ceraolo Spurio1-1/+1
2024-12-13drm/xe: Initial MSI-X support for HW enginesIlia Levi1-2/+5
2024-12-11drm/xe: Apply whitelist to engine save-restoreLucas De Marchi1-1/+0
2024-11-14drm/xe/guc: Remove duplicate source fieldZhanjun Dong1-2/+0
2024-11-14drm/xe: Change xe_engine_snapshot_capture_for_job to be for queueMatthew Brost1-4/+4
2024-10-08drm/xe/guc: Save manual engine capture into capture listZhanjun Dong1-243/+11
2024-10-08drm/xe/guc: Plumb GuC-capture into dev coredumpZhanjun Dong1-64/+99
2024-10-07drm/xe/devcoredump: Improve section headings and add tile infoJohn Harrison1-1/+0
2024-09-26drm/xe: Move IRQ-related registers to dedicated headerMatt Roper1-0/+1
2024-09-19drm/xe: memirq handler changesIlia Levi1-1/+27