aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2025-02-28 14:37:31 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-04-08 16:48:20 -0400
commitc4f42c8d0b97c2f16a4fc90f77eb3c0315c4cf6b (patch)
tree14583cba48992688caea392fd1df23dc32558230 /drivers/gpu/drm/amd/amdgpu
parentdrm/amdgpu: return an error in the userq IOCTL when DRM_AMDGPU_NAVI3X_USERQ=n (diff)
downloadwireguard-linux-c4f42c8d0b97c2f16a4fc90f77eb3c0315c4cf6b.tar.xz
wireguard-linux-c4f42c8d0b97c2f16a4fc90f77eb3c0315c4cf6b.zip
drm/amdgpu/Kconfig: fix wording of DRM_AMDGPU_NAVI3X_USERQ
The feature is not navi3x specific at this point. Reviewed-by: Prike Liang <Prike.Liang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig
index 5bb44ea80164..b8f39377b24a 100644
--- a/drivers/gpu/drm/amd/amdgpu/Kconfig
+++ b/drivers/gpu/drm/amd/amdgpu/Kconfig
@@ -97,13 +97,13 @@ config DRM_AMDGPU_WERROR
Only enable this if you are warning code for amdgpu.ko.
config DRM_AMDGPU_NAVI3X_USERQ
- bool "Enable Navi 3x gfx usermode queues"
+ bool "Enable amdgpu usermode queues"
depends on DRM_AMDGPU
depends on BROKEN
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 Navi 3X only.
+ workload submission. This feature is experimental and supported on GFX11+.
source "drivers/gpu/drm/amd/acp/Kconfig"
source "drivers/gpu/drm/amd/display/Kconfig"