drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQ

DRM_AMDGPU_NAVI3X_USERQ config support is not required for
usermode queue.

v2: rebase.

Cc: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Arvind Yadav <Arvind.Yadav@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Arvind Yadav
2025-04-22 19:29:03 +05:30
committed by Alex Deucher
parent 716ad3c28f
commit 56801cb83c
10 changed files with 4 additions and 56 deletions

View File

@@ -96,14 +96,6 @@ config DRM_AMDGPU_WERROR
Add -Werror to the build flags for amdgpu.ko.
Only enable this if you are warning code for amdgpu.ko.
config DRM_AMDGPU_NAVI3X_USERQ
bool "Enable amdgpu usermode queues"
depends on DRM_AMDGPU
default n
help
Choose this option to enable GFX usermode queue support for GFX/SDMA/Compute
workload submission. This feature is experimental and supported on GFX11+.
source "drivers/gpu/drm/amd/acp/Kconfig"
source "drivers/gpu/drm/amd/display/Kconfig"
source "drivers/gpu/drm/amd/amdkfd/Kconfig"