mirror-linux/drivers/gpu/drm/xe
Linus Torvalds 6596a02b20 drm for 7.1-rc1 (part 2)
drm:
 - Add support for AMD VSDB parsing to drm_edid
 
 dma-buf:
 - fix documentation formatting
 
 i915:
 - add support for reordered pipes to support joined pipes better
 - Fix VESA backlight possible check condition
 - Verify the correct plane DDB entry
 
 amdgpu:
 - Audio regression fix
 - Use drm edid parser for AMD VSDB
 - Misc cleanups
 - VCE cs parse fixes
 - VCN cs parse fixes
 - RAS fixes
 - Clean up and unify vram reservation handling
 - GPU Partition updates
 - system_wq cleanups
 - Add CONFIG_GCOV_PROFILE_AMDGPU kconfig option
 - SMU vram copy updates
 - SMU 13/14/15 fixes
 - UserQ fixes
 - Replace pasid idr with an xarray
 - Dither handling fix
 - Enable amdgpu by default for CIK APUs
 - Add IBs to devcoredump
 
 amdkfd:
 - system_wq cleanups
 
 radeon:
 - system_wq cleanups
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmnn8KcACgkQDHTzWXnE
 hr6pOQ/+O2ELjqV53pgkdL+PVj3s0Rxe3i+dizO3j9eTtYfYsZjSWF1yasis1LpL
 sglFJtep2K18uI6nnPrti61tPFZviq3rYCBqKRi6A6AT518ZgelBn2v9qHwodiRa
 8JSygyFymnfjEXf0JVM076e2l7ZC0/LEdaYb0iKC8htp5D+yQcasRB2algKAiztE
 RNIOUk4CciNCNHPZwzc6epFGBn5a+kxYZi3KVdjmBsovw0zOIbfe7PJe/VSmXocR
 RfuDW2ZyWWH8MwlOkrTA68VBLK9lz/sXrWyF5TEBfu73oxKCeuoW/ZQGEQ4tjjT5
 yad9MtfQZPaPtDxMBBhlKOd2eGs3xpeoiWKSc/C1Xup0c6IZSpU4e5tB98w3cw96
 WEfGKcPwkl27uzGwUaG/xTUTjZtqnmv1tYdtq3on6pDSTp/K9SVX9VtEkywvVDya
 dAznCqY22CtsBWyb7CJ7Qhj+plu5tJ6ajFCqxNTbH7/mxil8dUobMPyzt3Nu3e8L
 cNDDnqC3l20N7SSi06m1abyGbvfhnS+2tDJ1xpK6maMCU8tLfebWapns0RfJtTa6
 ZytUOED2lkBXhx7jwP0Qyx12RV9Wr3XHmtBLqM1Es97qeRS7HsHUWci9KzxT2Tb2
 YUr/y3wGG3C28FPWh1MVnnsSUzl7hTbHtZZE+FXHe80JpkxvYK8=
 =NmlO
 -----END PGP SIGNATURE-----

Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernel

Pull more drm updates from Dave Airlie:
 "This is a followup which is mostly next material with some fixes.

  Alex pointed out I missed one of his AMD MRs from last week, so I
  added that, then Jani sent the pipe reordering stuff, otherwise it's
  just some minor i915 fixes and a dma-buf fix.

  drm:
   - Add support for AMD VSDB parsing to drm_edid

  dma-buf:
   - fix documentation formatting

  i915:
   - add support for reordered pipes to support joined pipes better
   - Fix VESA backlight possible check condition
   - Verify the correct plane DDB entry

  amdgpu:
   - Audio regression fix
   - Use drm edid parser for AMD VSDB
   - Misc cleanups
   - VCE cs parse fixes
   - VCN cs parse fixes
   - RAS fixes
   - Clean up and unify vram reservation handling
   - GPU Partition updates
   - system_wq cleanups
   - Add CONFIG_GCOV_PROFILE_AMDGPU kconfig option
   - SMU vram copy updates
   - SMU 13/14/15 fixes
   - UserQ fixes
   - Replace pasid idr with an xarray
   - Dither handling fix
   - Enable amdgpu by default for CIK APUs
   - Add IBs to devcoredump

  amdkfd:
   - system_wq cleanups

  radeon:
   - system_wq cleanups"

* tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernel: (62 commits)
  drm/i915/display: change pipe allocation order for discrete platforms
  drm/i915/wm: Verify the correct plane DDB entry
  drm/i915/backlight: Fix VESA backlight possible check condition
  drm/i915: Walk crtcs in pipe order
  drm/i915/joiner: Make joiner "nomodeset" state copy independent of pipe order
  dma-buf: fix htmldocs error for dma_buf_attach_revocable
  drm/amdgpu: dump job ibs in the devcoredump
  drm/amdgpu: store ib info for devcoredump
  drm/amdgpu: extract amdgpu_vm_lock_by_pasid from amdgpu_vm_handle_fault
  drm/amdgpu: Use amdgpu by default for CIK APUs too
  drm/amd/display: Remove unused NUM_ELEMENTS macros
  drm/amd/display: Replace inline NUM_ELEMENTS macro with ARRAY_SIZE
  drm/amdgpu: save ring content before resetting the device
  drm/amdgpu: make userq fence_drv drop explicit in queue destroy
  drm/amdgpu: rework userq fence driver alloc/destroy
  drm/amdgpu/userq: use dma_fence_wait_timeout without test for signalled
  drm/amdgpu/userq: call dma_resv_wait_timeout without test for signalled
  drm/amdgpu/userq: add the return code too in error condition
  drm/amdgpu/userq: fence wait for max time in amdgpu_userq_wait_for_signal
  drm/amd/display: Change dither policy for 10 bpc output back to dithering
  ...
2026-04-21 17:39:21 -07:00
..
abi drm/xe/guc: Fix kernel-doc warning in GuC scheduler ABI header 2026-02-05 08:03:30 -05:00
compat-i915-headers drm/i915/de: Implement register polling in the display code 2026-03-24 15:57:31 +02:00
display drm/i915: Walk crtcs in pipe order 2026-04-13 10:16:13 +03:00
instructions drm/xe/xelp: Wait for AuxCCS invalidation to complete 2026-03-24 09:29:11 -04:00
regs drm/xe: Implement recent spec updates to Wa_16025250150 2026-03-24 09:29:10 -04:00
tests Merge drm/drm-next into drm-xe-next 2026-03-12 07:23:23 -07:00
.gitignore
.kunitconfig
Kconfig drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected 2026-01-22 11:27:25 +01:00
Kconfig.debug drm/xe: Don't force DRM_XE_DEBUG_MEMIRQ for SR-IOV debug 2025-10-06 19:11:30 +02:00
Kconfig.profile
Makefile Merge tag 'drm-intel-next-2026-03-30' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next 2026-03-31 16:38:50 +10:00
xe_args.h drm/xe: Introduce IF_ARGS macro utility 2025-12-17 23:42:40 +01:00
xe_assert.h
xe_bb.c Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next 2026-03-03 10:37:29 +10:00
xe_bb.h drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocation 2026-02-20 10:54:03 -08:00
xe_bb_types.h
xe_bo.c drm/xe/bo: Add purgeable shrinker state helpers 2026-03-26 19:59:53 -07:00
xe_bo.h drm/xe/madvise: Implement purgeable buffer object support 2026-03-26 19:57:10 -07:00
xe_bo_doc.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_bo_evict.c drm/xe/evict: drop bogus assert 2025-10-15 22:48:54 -07:00
xe_bo_evict.h
xe_bo_types.h drm/xe/bo: Add purgeable bo state tracking and field madv to xe_bo 2026-03-26 19:57:01 -07:00
xe_configfs.c Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next 2026-03-03 10:37:29 +10:00
xe_configfs.h drm/xe/configfs: Fix 'parameter name omitted' errors 2026-02-17 19:38:57 -05:00
xe_debugfs.c platform/x86/intel/vsec: Switch exported helpers from pci_dev to device 2026-03-17 18:51:15 +02:00
xe_debugfs.h
xe_defaults.h drm/xe: Don't expose display modparam if no display support 2026-02-26 13:44:55 +01:00
xe_dep_job_types.h
xe_dep_scheduler.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_dep_scheduler.h
xe_devcoredump.c drm/xe: replace use of system_unbound_wq with system_dfl_wq 2026-02-02 19:18:09 -05:00
xe_devcoredump.h
xe_devcoredump_types.h
xe_device.c Linux 7.0-rc7 2026-04-07 12:36:31 +02:00
xe_device.h drm/xe/xe3p_lpg: flush shrinker bo cachelines manually 2026-03-23 15:23:24 +05:30
xe_device_sysfs.c drm/xe/sysfs: Use scope-based runtime power management 2025-11-19 11:58:58 -08:00
xe_device_sysfs.h
xe_device_types.h drm/xe: Drop unused IS_PLATFORM_STEP() and IS_SUBPLATFORM_STEP() 2026-03-10 19:18:45 -03:00
xe_device_wa_oob.rules drm/xe/nvlp: Implement Wa_14026539277 2026-03-10 19:18:45 -03:00
xe_dma_buf.c drm/xe/dma_buf: Block export of DONTNEED/purged BOs 2026-03-26 19:59:53 -07:00
xe_dma_buf.h
xe_drm_client.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_drm_client.h
xe_drm_ras.c drm/xe/xe_drm_ras: Add support for XE DRM RAS 2026-03-05 19:38:55 -05:00
xe_drm_ras.h drm/xe/xe_drm_ras: Add support for XE DRM RAS 2026-03-05 19:38:55 -05:00
xe_drm_ras_types.h drm/xe/xe_hw_error: Integrate DRM RAS with hardware error handling 2026-03-05 19:38:56 -05:00
xe_drv.h
xe_eu_stall.c drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*() 2026-03-04 13:04:24 +02:00
xe_eu_stall.h
xe_exec.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_exec.h
xe_exec_queue.c Merge drm/drm-next into drm-xe-next 2026-03-12 07:23:23 -07:00
xe_exec_queue.h drm/xe: Wrappers for setting and getting LRC references 2026-02-27 18:02:04 +01:00
xe_exec_queue_types.h drm/xe: Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13 2026-03-10 06:45:10 -07:00
xe_execlist.c Merge tag 'drm-intel-next-2026-03-16' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next 2026-03-17 15:44:26 +10:00
xe_execlist.h
xe_execlist_types.h
xe_force_wake.c drm/xe: Add forcewake status to powergate_info 2026-02-05 14:33:44 -08:00
xe_force_wake.h drm/xe: Add forcewake status to powergate_info 2026-02-05 14:33:44 -08:00
xe_force_wake_types.h drm/xe/forcewake: Improve kerneldoc 2025-11-13 14:04:49 -08:00
xe_gen_wa_oob.c drm/xe: Don't use absolute path in generated header comment 2025-12-23 10:05:06 -05:00
xe_ggtt.c drm/xe: Issue GGTT invalidation under lock in ggtt_node_remove 2026-03-26 12:03:02 -07:00
xe_ggtt.h drm/xe: Remove xe_ggtt_node_allocated 2026-02-16 14:20:24 +01:00
xe_ggtt_types.h drm/xe: Open-code GGTT MMIO access protection 2026-03-19 17:13:54 +01:00
xe_gpu_scheduler.c drm/xe: Stop abusing DRM scheduler internals 2026-01-10 13:39:50 -08:00
xe_gpu_scheduler.h drm/xe: Stop abusing DRM scheduler internals 2026-01-10 13:39:50 -08:00
xe_gpu_scheduler_types.h drm/xe: Add dedicated message lock 2026-01-10 13:38:47 -08:00
xe_gsc.c drm/xe/gsc: Make GSC FW load optional for newer platforms 2026-01-12 10:06:28 -08:00
xe_gsc.h
xe_gsc_debugfs.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_gsc_debugfs.h
xe_gsc_proxy.c drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure 2026-03-04 08:54:18 -05:00
xe_gsc_proxy.h
xe_gsc_submit.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_gsc_submit.h
xe_gsc_types.h drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure 2026-03-04 08:54:18 -05:00
xe_gt.c drm/xe/vf: Improve getting clean NULL context 2026-03-23 10:38:14 +01:00
xe_gt.h drm/xe/pf: Initialize scheduler groups 2025-12-22 10:22:00 -08:00
xe_gt_ccs_mode.c drm/xe: Fix missing runtime PM reference in ccs_mode_store 2026-03-19 18:05:04 +01:00
xe_gt_ccs_mode.h drm/xe/gt: Add engine masks for each class 2025-12-22 10:21:56 -08:00
xe_gt_clock.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_gt_clock.h
xe_gt_debugfs.c drm/xe/reg_sr: Allow register_save_restore_check debugfs to verify LRC values 2026-02-19 07:31:05 -08:00
xe_gt_debugfs.h
xe_gt_freq.c drm/xe: Fix freq kobject leak on sysfs_create_files failure 2025-12-15 14:13:41 +01:00
xe_gt_freq.h
xe_gt_idle.c drm/xe: Add forcewake status to powergate_info 2026-02-05 14:33:44 -08:00
xe_gt_idle.h
xe_gt_idle_types.h drm/xe: Fix mismatched include guards in header files 2026-03-26 14:21:12 -07:00
xe_gt_mcr.c drm/xe/xe3p_xpc: Drop stale MCR steering TODO comment 2026-02-26 13:47:24 -08:00
xe_gt_mcr.h
xe_gt_printk.h
xe_gt_sriov_pf.c drm/xe/pf: Scheduler groups are incompatible with multi-lrc 2025-12-22 10:22:05 -08:00
xe_gt_sriov_pf.h drm/xe/pf: Scheduler groups are incompatible with multi-lrc 2025-12-22 10:22:05 -08:00
xe_gt_sriov_pf_config.c drm/xe: Utilize for_each_gt_with_type() for type-specific GT loops 2026-03-09 14:19:45 -07:00
xe_gt_sriov_pf_config.h drm/xe/pf: Add locked variants of VRAM configuration functions 2026-02-20 15:49:59 +01:00
xe_gt_sriov_pf_config_types.h drm/xe/pf: Prep for multiple exec quantums and preemption timeouts 2025-12-22 10:22:12 -08:00
xe_gt_sriov_pf_control.c drm/xe/pf: Add FLR_PREPARE state to VF control flow 2026-03-24 10:47:52 +01:00
xe_gt_sriov_pf_control.h drm/xe/pf: Add FLR_PREPARE state to VF control flow 2026-03-24 10:47:52 +01:00
xe_gt_sriov_pf_control_types.h drm/xe/pf: Add FLR_PREPARE state to VF control flow 2026-03-24 10:47:52 +01:00
xe_gt_sriov_pf_debugfs.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_gt_sriov_pf_debugfs.h drm/xe/pf: Move SR-IOV GT debugfs files to new tree 2025-09-29 23:58:47 +02:00
xe_gt_sriov_pf_helpers.h
xe_gt_sriov_pf_migration.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_gt_sriov_pf_migration.h drm/xe/pf: Handle VRAM migration data as part of PF control 2025-11-13 11:48:20 +01:00
xe_gt_sriov_pf_migration_types.h drm/xe/pf: Handle VRAM migration data as part of PF control 2025-11-13 11:48:20 +01:00
xe_gt_sriov_pf_monitor.c
xe_gt_sriov_pf_monitor.h
xe_gt_sriov_pf_monitor_types.h
xe_gt_sriov_pf_policy.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_gt_sriov_pf_policy.h drm/xe/pf: Scheduler groups are incompatible with multi-lrc 2025-12-22 10:22:05 -08:00
xe_gt_sriov_pf_policy_types.h drm/xe/pf: Add support for enabling scheduler groups 2025-12-22 10:22:02 -08:00
xe_gt_sriov_pf_service.c drm/xe/xe3p_xpc: Add new XeCore fuse registers to VF runtime regs 2026-02-12 11:01:41 -08:00
xe_gt_sriov_pf_service.h
xe_gt_sriov_pf_service_types.h
xe_gt_sriov_pf_types.h drm/xe/pf: Switch VF migration GuC save/restore to struct migration data 2025-11-13 11:48:19 +01:00
xe_gt_sriov_printk.h drm/xe: Add tile-based SRIOV printk macros 2025-10-06 19:39:23 +02:00
xe_gt_sriov_vf.c drm/xe/vf: Redo LRC creation while in VF fixups 2026-02-27 18:02:07 +01:00
xe_gt_sriov_vf.h drm/xe/vf: Redo LRC creation while in VF fixups 2026-02-27 18:02:07 +01:00
xe_gt_sriov_vf_debugfs.c drm/xe/vf: Add debugfs entries to test VF double migration 2025-12-02 16:18:05 +01:00
xe_gt_sriov_vf_debugfs.h
xe_gt_sriov_vf_types.h drm/xe/vf: Redo LRC creation while in VF fixups 2026-02-27 18:02:07 +01:00
xe_gt_stats.c drm/xe: Add new SVM copy GT stats per size 2026-03-25 18:19:37 -07:00
xe_gt_stats.h drm/xe: Convert GT stats to per-cpu counters 2026-02-17 18:12:10 -08:00
xe_gt_stats_types.h drm/xe: Add new SVM copy GT stats per size 2026-03-25 18:19:37 -07:00
xe_gt_sysfs.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_gt_sysfs.h
xe_gt_sysfs_types.h
xe_gt_throttle.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_gt_throttle.h
xe_gt_topology.c drm/xe/xe3p_xpc: XeCore mask spans four registers 2026-02-06 09:49:20 -08:00
xe_gt_topology.h drm/xe/xe3p_xpc: Add MCR steering for NODE and L3BANK ranges 2025-10-23 16:22:06 -07:00
xe_gt_types.h drm/xe: Convert GT stats to per-cpu counters 2026-02-17 18:12:10 -08:00
xe_guard.h drm/xe/pf: Allow to lockdown the PF using custom guard 2025-11-12 18:15:33 +01:00
xe_guc.c drm/xe/xe3p_lpg: Restrict UAPI to enable L2 flush optimization 2026-03-23 15:24:14 +05:30
xe_guc.h drm/xe: Forcefully tear down exec queues in GuC submit fini 2026-03-19 14:22:28 +01:00
xe_guc_ads.c drm/xe/guc: Skip access counter queue init for unsupported platforms 2026-03-03 17:53:01 +05:30
xe_guc_ads.h drm/xe: Update wedged.mode only after successful reset policy change 2026-01-21 15:43:39 +01:00
xe_guc_ads_types.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_guc_buf.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_guc_buf.h drm/xe: Allow the caller to pass guc_buf_cache size 2025-11-13 11:48:19 +01:00
xe_guc_buf_types.h
xe_guc_capture.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_guc_capture.h drm/gt/guc: extract scheduler-related defines from guc_fwif.h 2025-12-22 10:21:58 -08:00
xe_guc_capture_types.h
xe_guc_ct.c drm/xe/guc: Ensure CT state transitions via STOP before DISABLED 2026-03-19 14:22:39 +01:00
xe_guc_ct.h drm/xe/guc: READ/WRITE_ONCE ct->state 2025-12-23 16:43:49 -05:00
xe_guc_ct_types.h drm/xe: Fix overflow in guc_ct_snapshot_capture 2026-03-12 07:10:58 -07:00
xe_guc_db_mgr.c
xe_guc_db_mgr.h
xe_guc_debugfs.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_guc_debugfs.h
xe_guc_engine_activity.c
xe_guc_engine_activity.h
xe_guc_engine_activity_types.h
xe_guc_exec_queue_types.h drm/xe: Fix mismatched include guards in header files 2026-03-26 14:21:12 -07:00
xe_guc_fwif.h drm/xe/xe3p_lpg: Restrict UAPI to enable L2 flush optimization 2026-03-23 15:24:14 +05:30
xe_guc_hwconfig.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_guc_hwconfig.h
xe_guc_hxg_helpers.h
xe_guc_id_mgr.c
xe_guc_id_mgr.h
xe_guc_klv_helpers.c drm/xe/pf: Add functions to set preempt timeouts for each group 2025-12-22 10:22:16 -08:00
xe_guc_klv_helpers.h
xe_guc_klv_thresholds_set.h
xe_guc_klv_thresholds_set_types.h drm/xe/pf: Add handling for MLRC adverse event threshold 2025-12-17 23:42:46 +01:00
xe_guc_log.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
xe_guc_log.h drm/xe/guc: Increase GuC log sizes in debug builds 2026-02-20 13:11:09 +01:00
xe_guc_log_types.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_guc_pagefault.c drm/xe: Add prefetch fault support for Xe3p 2026-02-23 12:31:32 -08:00
xe_guc_pagefault.h drm/xe: Add xe_guc_pagefault layer 2025-11-04 09:04:29 -08:00
xe_guc_pc.c drm/xe: Translate C-state "reset value" into RC6 2026-03-10 19:18:46 -03:00
xe_guc_pc.h drm/xe: Add a wrapper for SLPC set/unset params 2026-02-05 14:17:37 -08:00
xe_guc_pc_types.h drm/xe/guc: Eliminate RPa frequency caching 2025-11-12 18:05:52 -05:00
xe_guc_rc.c drm/xe/pvc: Drop pre-prod workarounds 2026-02-23 15:43:35 -08:00
xe_guc_rc.h drm/xe/pvc: Drop pre-prod workarounds 2026-02-23 15:43:35 -08:00
xe_guc_relay.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_guc_relay.h
xe_guc_relay_types.h drm/xe/guc: Ratelimit diagnostic messages from the relay 2025-10-06 19:44:43 +02:00
xe_guc_submit.c drm/xe: Trigger queue cleanup if not in wedged mode 2 2026-03-19 14:22:33 +01:00
xe_guc_submit.h drm/xe/pf: Scheduler groups are incompatible with multi-lrc 2025-12-22 10:22:05 -08:00
xe_guc_submit_types.h drm/xe: Stop abusing DRM scheduler internals 2026-01-10 13:39:50 -08:00
xe_guc_tlb_inval.c drm/xe: Add context-based invalidation to GuC TLB invalidation backend 2026-01-16 18:24:57 -08:00
xe_guc_tlb_inval.h
xe_guc_types.h
xe_heci_gsc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_heci_gsc.h drm/xe: Fix mismatched include guards in header files 2026-03-26 14:21:12 -07:00
xe_huc.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_huc.h
xe_huc_debugfs.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_huc_debugfs.h
xe_huc_types.h
xe_hw_engine.c drm for v7.1-rc1 2026-04-15 08:45:00 -07:00
xe_hw_engine.h
xe_hw_engine_class_sysfs.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_hw_engine_class_sysfs.h drm/xe: Fix mismatched include guards in header files 2026-03-26 14:21:12 -07:00
xe_hw_engine_group.c drm/xe: add WQ_PERCPU to alloc_workqueue users 2026-02-02 19:18:09 -05:00
xe_hw_engine_group.h drm/xe: Wait on in-syncs when swicthing to dma-fence mode 2025-12-15 14:02:54 -08:00
xe_hw_engine_group_types.h
xe_hw_engine_types.h
xe_hw_error.c drm/xe/xe_hw_error: Add support for PVC SoC errors 2026-03-05 19:38:56 -05:00
xe_hw_error.h
xe_hw_fence.c dma-buf: inline spinlock for fence protection v5 2026-02-23 16:14:19 +01:00
xe_hw_fence.h drm/xe: Stop abusing DRM scheduler internals 2026-01-10 13:39:50 -08:00
xe_hw_fence_types.h
xe_hwmon.c platform/x86/intel/vsec: Switch exported helpers from pci_dev to device 2026-03-17 18:51:15 +02:00
xe_hwmon.h
xe_i2c.c drm/xe/i2c: Assert/Deassert I2C IRQ 2026-03-16 07:36:41 -07:00
xe_i2c.h drm/xe/i2c: Wire up reset/postinstall for I2C IRQ 2025-10-13 07:24:25 -07:00
xe_irq.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_irq.h
xe_late_bind_fw.c drm/xe/xe_late_bind_fw: Initialize uval variable in xe_late_bind_fw_num_fans() 2025-10-02 21:57:52 -07:00
xe_late_bind_fw.h
xe_late_bind_fw_types.h drm/xe: Fix mismatched include guards in header files 2026-03-26 14:21:12 -07:00
xe_lmtt.c Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next 2026-03-03 10:37:29 +10:00
xe_lmtt.h drm/xe/pf: Expose LMTT page size 2026-02-20 15:49:58 +01:00
xe_lmtt_2l.c
xe_lmtt_ml.c
xe_lmtt_types.h
xe_lrc.c drm/xe: Fix confusion with locals on context creation 2026-03-25 18:24:52 -07:00
xe_lrc.h drm/xe: Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13 2026-03-10 06:45:10 -07:00
xe_lrc_types.h drm/xe: Move LRC seqno to system memory to avoid slow dGPU reads 2026-02-26 10:17:50 -08:00
xe_macros.h
xe_map.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_memirq.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_memirq.h drm/xe/vf: Add xe_gt_recovery_pending helper 2025-10-09 03:22:23 -07:00
xe_memirq_types.h
xe_mert.c drm/xe/mert: Improve handling of MERT CAT errors 2026-01-14 16:02:50 +01:00
xe_mert.h drm/xe/mert: Move MERT initialization to xe_mert.c 2026-01-12 14:38:44 +01:00
xe_migrate.c Merge drm/drm-next into drm-xe-next 2026-03-12 07:23:23 -07:00
xe_migrate.h drm/xe: add xe_migrate_resolve wrapper and is_vram_resolve support 2026-03-12 09:37:40 +00:00
xe_migrate_doc.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_mmio.c Merge drm/drm-next into drm-intel-next 2026-02-25 13:23:04 +02:00
xe_mmio.h Merge tag 'drm-intel-next-2026-03-16' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next 2026-03-17 15:44:26 +10:00
xe_mmio_gem.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_mmio_gem.h
xe_mmio_types.h drm/xe: Promote struct xe_mmio definition to own file 2026-02-05 21:14:23 +01:00
xe_mocs.c drm/xe/nvlp: Attach MOCS table for nvlp 2026-02-10 10:09:21 -03:00
xe_mocs.h drm/xe/debugfs: Update xe_mocs_dump signature 2025-09-30 10:21:27 +02:00
xe_module.c drm/xe: Don't expose display modparam if no display support 2026-02-26 13:44:55 +01:00
xe_module.h drm/xe: Make xe_modparam.force_vram_bar_size signed 2026-02-17 19:39:30 -05:00
xe_nvm.c Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next 2026-03-03 10:37:29 +10:00
xe_nvm.h drm/xe/nvm: Manage nvm aux cleanup with devres 2026-01-29 20:25:32 +01:00
xe_oa.c drm/xe/oa: Allow reading after disabling OA stream 2026-03-19 14:22:58 +01:00
xe_oa.h
xe_oa_types.h drm/xe/pvc: Drop pre-prod workarounds 2026-02-23 15:43:35 -08:00
xe_observation.c
xe_observation.h
xe_page_reclaim.c drm/xe: Skip adding PRL entry to NULL VMA 2026-03-16 09:42:41 -07:00
xe_page_reclaim.h drm/xe: Move page reclaim done_handler to own func 2026-03-16 09:42:41 -07:00
xe_pagefault.c drm for v7.1-rc1 2026-04-15 08:45:00 -07:00
xe_pagefault.h drm/xe: Stub out new pagefault layer 2025-11-04 09:01:58 -08:00
xe_pagefault_types.h drm/xe: Add prefetch fault support for Xe3p 2026-02-23 12:31:32 -08:00
xe_pat.c drm/xe/pat: define coh_mode 2way 2026-03-23 15:23:24 +05:30
xe_pat.h drm/xe/pat: define coh_mode 2way 2026-03-23 15:23:24 +05:30
xe_pci.c drm/xe/nvlp: Read platform-level stepping info 2026-03-10 19:18:45 -03:00
xe_pci.h drm/xe/pci: Introduce a helper to allow VF access to PF xe_device 2025-12-01 09:42:37 +01:00
xe_pci_rebar.c drm/xe: Improve rebar log messages 2025-12-24 07:59:35 -08:00
xe_pci_rebar.h drm/xe: Move rebar to its own file 2025-12-24 07:59:35 -08:00
xe_pci_sriov.c drm/xe/sriov: Use scope-based runtime PM 2025-11-19 11:58:58 -08:00
xe_pci_sriov.h drm/xe/pf: Promote xe_pci_sriov_get_vf_pdev 2025-10-31 20:01:48 +01:00
xe_pci_types.h drm/xe/guc: Skip access counter queue init for unsupported platforms 2026-03-03 17:53:01 +05:30
xe_pcode.c drm/{i915, xe}/pcode: move display pcode calls to parent interface 2026-01-27 16:45:53 +02:00
xe_pcode.h drm/{i915, xe}/pcode: move display pcode calls to parent interface 2026-01-27 16:45:53 +02:00
xe_pcode_api.h drm/xe/hwmon: Expose GPU PCIe temperature 2026-01-12 17:00:29 -05:00
xe_platform_types.h drm/xe: Fix mismatched include guards in header files 2026-03-26 14:21:12 -07:00
xe_pm.c drm/xe/pm: Disable D3Cold for BMG only on specific platforms 2026-02-05 08:03:58 -05:00
xe_pm.h drm/xe/pm: Add scope-based cleanup helper for runtime PM 2025-12-01 09:41:33 +01:00
xe_pmu.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_pmu.h
xe_pmu_types.h
xe_preempt_fence.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_preempt_fence.h
xe_preempt_fence_types.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_printk.h
xe_psmi.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_psmi.h
xe_pt.c drm/xe/madvise: Implement purgeable buffer object support 2026-03-26 19:57:10 -07:00
xe_pt.h
xe_pt_types.h drm/xe: Allow compressible surfaces to be 1-way coherent 2026-01-09 14:55:58 -08:00
xe_pt_walk.c
xe_pt_walk.h
xe_pxp.c Linux 7.0-rc7 2026-04-07 12:36:31 +02:00
xe_pxp.h
xe_pxp_debugfs.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_pxp_debugfs.h
xe_pxp_submit.c
xe_pxp_submit.h
xe_pxp_types.h
xe_query.c drm/xe/madvise: Enable purgeable buffer object IOCTL support 2026-03-26 19:59:53 -07:00
xe_query.h
xe_range_fence.c
xe_range_fence.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_reg_sr.c drm/xe/reg_sr: Fix leak on xa_store failure 2026-03-04 08:54:19 -05:00
xe_reg_sr.h drm/xe/reg_sr: Allow register_save_restore_check debugfs to verify LRC values 2026-02-19 07:31:05 -08:00
xe_reg_sr_types.h
xe_reg_whitelist.c drm/xe/reg_sr: Don't process gt/hwe lists in VF 2026-02-19 07:31:05 -08:00
xe_reg_whitelist.h
xe_res_cursor.h gpu: Move DRM buddy allocator one level up (part two) 2026-02-06 11:38:35 +10:00
xe_ring_ops.c drm/xe: Move aux table invalidation to ring ops 2026-03-24 09:29:11 -04:00
xe_ring_ops.h
xe_ring_ops_types.h drm/xe: Move aux table invalidation to ring ops 2026-03-24 09:29:11 -04:00
xe_rtp.c drm/xe/rtp: Add support for matching platform-level stepping 2026-03-10 19:18:45 -03:00
xe_rtp.h drm/xe/rtp: Add support for matching platform-level stepping 2026-03-10 19:18:45 -03:00
xe_rtp_helpers.h
xe_rtp_types.h drm/xe/rtp: Add support for matching platform-level stepping 2026-03-10 19:18:45 -03:00
xe_sa.c drm/xe/sa: Add lockdep annotations for SA manager swap_guard 2026-02-20 10:54:05 -08:00
xe_sa.h drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocation 2026-02-20 10:54:03 -08:00
xe_sa_types.h drm/xe/sa: Shadow buffer support in the sub-allocator pool 2025-11-18 21:45:06 -08:00
xe_sched_job.c dma-buf: abstract fence locking v2 2026-02-23 16:14:19 +01:00
xe_sched_job.h drm/xe: Remove last fence dependency check from binds and execs 2025-11-04 08:21:18 -08:00
xe_sched_job_types.h drm/xe/vf: Improve getting clean NULL context 2026-03-23 10:38:14 +01:00
xe_shrinker.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_shrinker.h
xe_sleep.h drm/xe: Move exponential sleep logic to helper 2026-02-02 22:35:42 +01:00
xe_soc_remapper.c drm/xe: Move xe_root_tile_mmio() to xe_device.h 2026-02-05 21:08:28 +01:00
xe_soc_remapper.h drm/xe/soc_remapper: Initialize SoC remapper during Xe probe 2025-12-23 11:43:46 -08:00
xe_sriov.c drm/xe: add WQ_PERCPU to alloc_workqueue users 2026-02-02 19:18:09 -05:00
xe_sriov.h drm/xe/pf: Simplify IS_SRIOV_PF macro 2026-02-02 22:22:57 +01:00
xe_sriov_packet.c drm/xe/pf: Fix use-after-free in migration restore 2026-03-23 10:10:50 -04:00
xe_sriov_packet.h drm/xe/pf: Add minimalistic migration descriptor 2025-11-13 11:48:19 +01:00
xe_sriov_packet_types.h drm/xe/pf: Add helpers for migration data packet allocation / free 2025-11-13 11:48:19 +01:00
xe_sriov_pf.c drm/xe/configfs: Add sriov.admin_only_pf attribute 2026-02-03 12:03:50 +01:00
xe_sriov_pf.h drm/xe/pf: Allow to lockdown the PF using custom guard 2025-11-12 18:15:33 +01:00
xe_sriov_pf_control.c drm/xe/pf: Add FLR_PREPARE state to VF control flow 2026-03-24 10:47:52 +01:00
xe_sriov_pf_control.h drm/xe/pf: Add FLR_PREPARE state to VF control flow 2026-03-24 10:47:52 +01:00
xe_sriov_pf_debugfs.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_sriov_pf_debugfs.h drm/xe/pf: Promote PF debugfs function to its own file 2025-09-29 23:58:41 +02:00
xe_sriov_pf_helpers.h drm/xe/pf: Define admin_only as real flag 2026-02-03 12:02:44 +01:00
xe_sriov_pf_migration.c drm/xe/pf: Enable SR-IOV VF migration 2025-12-01 09:42:36 +01:00
xe_sriov_pf_migration.h drm/xe/pf: Enable SR-IOV VF migration 2025-12-01 09:42:36 +01:00
xe_sriov_pf_migration_types.h drm/xe/pf: Enable SR-IOV VF migration 2025-12-01 09:42:36 +01:00
xe_sriov_pf_provision.c drm/xe/pf: Don't check for empty config 2026-02-20 15:50:05 +01:00
xe_sriov_pf_provision.h drm/xe/pf: Add functions for VRAM provisioning 2026-02-20 15:50:01 +01:00
xe_sriov_pf_provision_types.h drm/xe/pf: Disable auto-provisioning if changed using debugfs 2025-10-17 17:11:09 +02:00
xe_sriov_pf_service.c
xe_sriov_pf_service.h
xe_sriov_pf_service_types.h
xe_sriov_pf_sysfs.c Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next 2026-03-03 10:37:29 +10:00
xe_sriov_pf_sysfs.h drm/xe/pf: Add sysfs device symlinks to enabled VFs 2025-10-31 20:01:49 +01:00
xe_sriov_pf_types.h drm/xe/pf: Define admin_only as real flag 2026-02-03 12:02:44 +01:00
xe_sriov_printk.h drm/xe: Update SRIOV printk macros 2025-10-06 19:39:22 +02:00
xe_sriov_types.h
xe_sriov_vf.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_sriov_vf.h drm/xe/vf: Fix GuC FW check for VF migration support 2025-10-22 16:00:47 +02:00
xe_sriov_vf_ccs.c Linux 6.19-rc7 2026-01-28 12:44:28 +10:00
xe_sriov_vf_ccs.h drm/xe/vf: Shadow buffer management for CCS read/write operations 2025-11-18 21:45:08 -08:00
xe_sriov_vf_ccs_types.h
xe_sriov_vf_types.h drm/xe/vf: Revert logic of vf.migration.enabled 2025-10-22 16:00:45 +02:00
xe_sriov_vfio.c drm/xe/pf: Add FLR_PREPARE state to VF control flow 2026-03-24 10:47:52 +01:00
xe_step.c drm/xe/nvlp: Read platform-level stepping info 2026-03-10 19:18:45 -03:00
xe_step.h drm/xe/nvlp: Read platform-level stepping info 2026-03-10 19:18:45 -03:00
xe_step_types.h drm/xe/nvlp: Read platform-level stepping info 2026-03-10 19:18:45 -03:00
xe_survivability_mode.c drm for 7.0-rc1 2026-02-11 12:55:44 -08:00
xe_survivability_mode.h
xe_survivability_mode_types.h drm/xe/xe_survivability: Add support for survivability mode v2 2025-12-09 17:19:43 -05:00
xe_svm.c Linux 7.0-rc7 2026-04-07 12:36:31 +02:00
xe_svm.h drm/pagemap, drm/xe: Support destination migration over interconnect 2025-12-23 10:00:49 +01:00
xe_sync.c drm/xe/sync: Fix user fence leak on alloc failure 2026-02-23 16:48:43 -05:00
xe_sync.h drm/xe: Wait on in-syncs when swicthing to dma-fence mode 2025-12-15 14:02:54 -08:00
xe_sync_types.h drm/xe: Enforce correct user fence signaling order using 2025-11-07 03:55:19 -08:00
xe_tile.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_tile.h drm/xe: Drop unnecessary include from xe_tile.h 2026-02-05 21:16:20 +01:00
xe_tile_debugfs.c drm/xe: Move VRAM MM debugfs creation to tile level 2025-11-27 14:43:07 +01:00
xe_tile_debugfs.h drm/xe/debugfs: Promote xe_tile_debugfs_simple_show 2025-09-29 23:58:48 +02:00
xe_tile_printk.h drm/xe: Fix mismatched include guards in header files 2026-03-26 14:21:12 -07:00
xe_tile_sriov_pf_debugfs.c drm/xe/sriov: Use scope-based runtime PM 2025-11-19 11:58:58 -08:00
xe_tile_sriov_pf_debugfs.h drm/xe/pf: Populate SR-IOV debugfs tree with tiles 2025-09-29 23:58:44 +02:00
xe_tile_sriov_printk.h drm/xe: Add tile-based SRIOV printk macros 2025-10-06 19:39:23 +02:00
xe_tile_sriov_vf.c drm/xe: Rewrite GGTT VF initialization 2026-02-16 14:20:24 +01:00
xe_tile_sriov_vf.h drm/xe: Rewrite GGTT VF initialization 2026-02-16 14:20:24 +01:00
xe_tile_sriov_vf_types.h drm/xe/vf: Close multi-GT GGTT shift race 2025-10-09 03:22:34 -07:00
xe_tile_sysfs.c Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next 2026-03-03 10:37:29 +10:00
xe_tile_sysfs.h
xe_tile_sysfs_types.h
xe_tile_types.h drm/xe: Promote struct xe_tile definition to own file 2026-02-05 21:15:34 +01:00
xe_tlb_inval.c drm/xe: Split TLB invalidation into submit and wait steps 2026-03-11 09:32:59 +01:00
xe_tlb_inval.h drm/xe: Split TLB invalidation into submit and wait steps 2026-03-11 09:32:59 +01:00
xe_tlb_inval_job.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_tlb_inval_job.h drm/xe: Prep page reclaim in tlb inval job 2025-12-12 16:59:09 -08:00
xe_tlb_inval_types.h drm/xe: Split TLB invalidation into submit and wait steps 2026-03-11 09:32:59 +01:00
xe_trace.c
xe_trace.h drm/xe: Remove special casing for LR queues in submission 2026-01-10 13:39:52 -08:00
xe_trace_bo.c
xe_trace_bo.h
xe_trace_guc.c
xe_trace_guc.h
xe_trace_lrc.c
xe_trace_lrc.h
xe_ttm_stolen_mgr.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_ttm_stolen_mgr.h
xe_ttm_sys_mgr.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_ttm_sys_mgr.h
xe_ttm_vram_mgr.c Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next 2026-03-03 10:37:29 +10:00
xe_ttm_vram_mgr.h
xe_ttm_vram_mgr_types.h gpu: Move DRM buddy allocator one level up (part two) 2026-02-06 11:38:35 +10:00
xe_tuning.c drm/xe/tuning: Apply windower hardware filtering setting on Xe3 and Xe3p 2026-02-27 08:54:21 -08:00
xe_tuning.h drm/xe/debugfs: Update xe_tuning_dump signature 2025-09-30 10:21:26 +02:00
xe_uc.c drm/xe/uc: Drop xe_guc_sanitize in favor of managed cleanup 2026-03-13 18:04:15 -07:00
xe_uc.h drm/xe: Decouple GuC RC code from xe_guc_pc 2026-02-05 14:17:30 -08:00
xe_uc_debugfs.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_uc_debugfs.h
xe_uc_fw.c drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*() 2026-03-04 13:04:24 +02:00
xe_uc_fw.h
xe_uc_fw_abi.h
xe_uc_fw_types.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_uc_types.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_userptr.c drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if possible 2026-03-11 09:33:01 +01:00
xe_userptr.h drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if possible 2026-03-11 09:33:01 +01:00
xe_validation.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_validation.h drm/xe: Fix uninitialized return value from xe_validation_guard() 2025-10-29 10:44:48 -07:00
xe_vm.c drm/xe/madvise: Implement per-VMA purgeable state tracking 2026-03-26 19:59:53 -07:00
xe_vm.h drm/xe/xe_vm: Implement xe_vm_get_property_ioctl 2026-03-25 18:05:59 -07:00
xe_vm_doc.h drm/xe: Fix spelling and typos across Xe driver files 2025-10-27 13:00:11 +00:00
xe_vm_madvise.c drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctl 2026-03-30 08:51:42 -04:00
xe_vm_madvise.h drm/xe/madvise: Implement per-VMA purgeable state tracking 2026-03-26 19:59:53 -07:00
xe_vm_types.h drm/xe/madvise: Implement per-VMA purgeable state tracking 2026-03-26 19:59:53 -07:00
xe_vram.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_vram.h drm/xe: Move rebar to its own file 2025-12-24 07:59:35 -08:00
xe_vram_freq.c drm/xe: Drop unnecessary include from xe_tile.h 2026-02-05 21:16:20 +01:00
xe_vram_freq.h
xe_vram_types.h drm/xe: Use the drm_pagemap cache and shrinker 2025-12-23 09:58:33 +01:00
xe_vsec.c platform/x86/intel/vsec: Switch exported helpers from pci_dev to device 2026-03-17 18:51:15 +02:00
xe_vsec.h platform/x86/intel/vsec: Switch exported helpers from pci_dev to device 2026-03-17 18:51:15 +02:00
xe_wa.c drm/xe: Implement recent spec updates to Wa_16025250150 2026-03-24 09:29:10 -04:00
xe_wa.h drm/xe/debugfs: Update xe_wa_dump signature 2025-09-30 10:21:24 +02:00
xe_wa_oob.rules drm/xe/wa_oob: Consolidate some OOB rules 2026-02-23 15:44:34 -08:00
xe_wait_user_fence.c drm/xe: Cleanup unused header includes 2026-01-15 07:05:04 -08:00
xe_wait_user_fence.h
xe_wopcm.c drm/xe/nvlp: Bump maximum WOPCM size 2026-02-10 10:09:25 -03:00
xe_wopcm.h
xe_wopcm_types.h