On 1/20/26 12:33, Thomas Hellström wrote:
The first patch fixes the problem of xe userptr not being enabled if CONFIG_DEVICE_PRIVATE is missing. Second patch explicitly selects CONFIG_DEVICE_PRIVATE if DRM_XE_GPUSVM is enabled, which is probably what most distros want. This patch is not Fixes: tags since some configurations may actively exclude CONFIG_DEVICE_PRIVATE and it's undesirable if a stable update breaks those.
Hmm. Need to take also CONFIG_ZONE_DEVICE into account. Will respin.
Cc: Matthew Auld <[email protected]> Cc: Himal Prasad Ghimiray <[email protected]> Cc: Thomas Hellström <[email protected]> Cc: Dafna Hirschfeld <[email protected]> Cc: Matthew Brost <[email protected]> Cc: "Thomas Hellström" <[email protected]> Cc: Rodrigo Vivi <[email protected]> Cc: [email protected] Thomas Hellström (2): drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected drivers/gpu/drm/Kconfig | 2 +- drivers/gpu/drm/xe/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
