mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
Pull drm fixes from Dave Airlie:
"This is pretty much two weeks worth of fixes, plus one thing that
might be considered next: amdkfd is now able to be enabled on risc-v
platforms.
Otherwise, amdgpu and xe with the majority of fixes, and then a
smattering all over.
panel:
- nt37801: fix IS_ERR
- nt37801: fix KConfig
connector:
- Fix null deref in HDMI audio helper.
bridge:
- analogix_dp: fixup clk-disable removal
nouveau:
- minor typo fix (',' vs ';')
msm:
- mailmap updates
i915:
- Fix the enabling/disabling of DP audio SDP splitting
- Fix PSR register definitions for ALPM
- Fix u32 overflow in SNPS PHY HDMI PLL setup
- Fix GuC pending message underflow when submit fails
- Fix GuC wakeref underflow race during reset
xe:
- Two documentation fixes
- A couple of vm init fixes
- Hwmon fixes
- Drop reduntant conversion to bool
- Fix CONFIG_INTEL_VSEC dependency
- Rework eviction rejection of bound external bos
- Stop re-submitting signalled jobs
- A couple of pxp fixes
- Add back a fix that got lost in a merge
- Create LRC bo without VM
- Fix for the above fix
amdgpu:
- UserQ fixes
- SMU 13.x fixes
- VCN fixes
- JPEG fixes
- Misc cleanups
- runtime pm fix
- DCN 4.0.1 fixes
- Misc display fixes
- ISP fix
- VRAM manager fix
- RAS fixes
- IP discovery fix
- Cleaner shader fix for GC 10.1.x
- OD fix
- Non-OLED panel fix
- Misc display fixes
- Brightness fixes
amdkfd:
- Enable CONFIG_HSA_AMD on RISCV
- SVM fix
- Misc cleanups
- Ref leak fix
- WPTR BO fix
radeon:
- Misc cleanups"
* tag 'drm-next-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel: (105 commits)
drm/nouveau/vfn/r535: Convert comma to semicolon
drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
drm/xe: Create LRC BO without VM
drm/xe/guc_submit: add back fix
drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not ready
drm/xe/pxp: Use the correct define in the set_property_funcs array
drm/xe/sched: stop re-submitting signalled jobs
drm/xe: Rework eviction rejection of bound external bos
drm/xe/vsec: fix CONFIG_INTEL_VSEC dependency
drm/xe: drop redundant conversion to bool
drm/xe/hwmon: Move card reactive critical power under channel card
drm/xe/hwmon: Add support to manage power limits though mailbox
drm/xe/vm: move xe_svm_init() earlier
drm/xe/vm: move rebind_work init earlier
MAINTAINERS: .mailmap: update Rob Clark's email address
mailmap: Update entry for Akhil P Oommen
MAINTAINERS: update my email address
MAINTAINERS: drop myself as maintainer
drm/i915/display: Fix u32 overflow in SNPS PHY HDMI PLL setup
drm/amd/display: Fix default DC and AC levels
...
138 lines
3.8 KiB
Plaintext
138 lines
3.8 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_XE
|
|
tristate "Intel Xe Graphics"
|
|
depends on DRM && PCI && (m || (y && KUNIT=y))
|
|
depends on INTEL_VSEC || !INTEL_VSEC
|
|
depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
|
|
select INTERVAL_TREE
|
|
# we need shmfs for the swappable backing store, and in particular
|
|
# the shmem_readpage() which depends upon tmpfs
|
|
select SHMEM
|
|
select TMPFS
|
|
select DRM_BUDDY
|
|
select DRM_CLIENT_SELECTION
|
|
select DRM_EXEC
|
|
select DRM_KMS_HELPER
|
|
select DRM_KUNIT_TEST_HELPERS if DRM_XE_KUNIT_TEST != n
|
|
select DRM_PANEL
|
|
select DRM_SUBALLOC_HELPER
|
|
select DRM_DISPLAY_DP_HELPER
|
|
select DRM_DISPLAY_DSC_HELPER
|
|
select DRM_DISPLAY_HDCP_HELPER
|
|
select DRM_DISPLAY_HDMI_HELPER
|
|
select DRM_DISPLAY_HELPER
|
|
select DRM_MIPI_DSI
|
|
select RELAY
|
|
select IRQ_WORK
|
|
# xe depends on ACPI_VIDEO when ACPI is enabled
|
|
# but for select to work, need to select ACPI_VIDEO's dependencies, ick
|
|
select BACKLIGHT_CLASS_DEVICE if ACPI
|
|
select INPUT if ACPI
|
|
select ACPI_VIDEO if X86 && ACPI
|
|
select ACPI_WMI if X86 && ACPI
|
|
select SYNC_FILE
|
|
select IOSF_MBI
|
|
select CRC32
|
|
select SND_HDA_I915 if SND_HDA_CORE
|
|
select CEC_CORE if CEC_NOTIFIER
|
|
select VMAP_PFN
|
|
select DRM_TTM
|
|
select DRM_TTM_HELPER
|
|
select DRM_EXEC
|
|
select DRM_GPUVM
|
|
select DRM_SCHED
|
|
select MMU_NOTIFIER
|
|
select WANT_DEV_COREDUMP
|
|
select AUXILIARY_BUS
|
|
select HMM_MIRROR
|
|
help
|
|
Experimental driver for Intel Xe series GPUs
|
|
|
|
If "M" is selected, the module will be called xe.
|
|
|
|
config DRM_XE_DISPLAY
|
|
bool "Enable display support"
|
|
depends on DRM_XE && DRM_XE=m && HAS_IOPORT
|
|
select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
|
|
select I2C
|
|
select I2C_ALGOBIT
|
|
default y
|
|
help
|
|
Disable this option only if you want to compile out display support.
|
|
|
|
config DRM_XE_DP_TUNNEL
|
|
bool "Enable DP tunnel support"
|
|
depends on DRM_XE_DISPLAY
|
|
depends on USB4
|
|
select DRM_DISPLAY_DP_TUNNEL
|
|
default y
|
|
help
|
|
Choose this option to detect DP tunnels and enable the Bandwidth
|
|
Allocation mode for such tunnels. This allows using the maximum
|
|
resolution allowed by the link BW on all displays sharing the
|
|
link BW, for instance on a Thunderbolt link.
|
|
|
|
If in doubt say "Y".
|
|
|
|
config DRM_XE_GPUSVM
|
|
bool "Enable CPU to GPU address mirroring"
|
|
depends on DRM_XE
|
|
depends on !UML
|
|
depends on DEVICE_PRIVATE
|
|
default y
|
|
select DRM_GPUSVM
|
|
help
|
|
Enable this option if you want support for CPU to GPU address
|
|
mirroring.
|
|
|
|
If in doubut say "Y".
|
|
|
|
config DRM_XE_DEVMEM_MIRROR
|
|
bool "Enable device memory mirror"
|
|
depends on DRM_XE_GPUSVM
|
|
select GET_FREE_REGION
|
|
default y
|
|
help
|
|
Disable this option only if you want to compile out without device
|
|
memory mirror. Will reduce KMD memory footprint when disabled.
|
|
|
|
config DRM_XE_FORCE_PROBE
|
|
string "Force probe xe for selected Intel hardware IDs"
|
|
depends on DRM_XE
|
|
help
|
|
This is the default value for the xe.force_probe module
|
|
parameter. Using the module parameter overrides this option.
|
|
|
|
Force probe the xe for Intel graphics devices that are
|
|
recognized but not properly supported by this kernel version. It is
|
|
recommended to upgrade to a kernel version with proper support as soon
|
|
as it is available.
|
|
|
|
It can also be used to block the probe of recognized and fully
|
|
supported devices.
|
|
|
|
Use "" to disable force probe. If in doubt, use this.
|
|
|
|
Use "<pci-id>[,<pci-id>,...]" to force probe the xe for listed
|
|
devices. For example, "4500" or "4500,4571".
|
|
|
|
Use "*" to force probe the driver for all known devices.
|
|
|
|
Use "!" right before the ID to block the probe of the device. For
|
|
example, "4500,!4571" forces the probe of 4500 and blocks the probe of
|
|
4571.
|
|
|
|
Use "!*" to block the probe of the driver for all known devices.
|
|
|
|
menu "drm/Xe Debugging"
|
|
depends on DRM_XE
|
|
depends on EXPERT
|
|
source "drivers/gpu/drm/xe/Kconfig.debug"
|
|
endmenu
|
|
|
|
menu "drm/xe Profile Guided Optimisation"
|
|
visible if EXPERT
|
|
depends on DRM_XE
|
|
source "drivers/gpu/drm/xe/Kconfig.profile"
|
|
endmenu
|