drm/amdgpu/Kconfig: fix wording of DRM_AMDGPU_NAVI3X_USERQ
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Feb 2025 19:37:31 +0000 (14:37 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Apr 2025 20:48:20 +0000 (16:48 -0400)
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>
drivers/gpu/drm/amd/amdgpu/Kconfig

index 5bb44ea80164a88aeb1204c2619f649eb0e0e330..b8f39377b24a28aa25ae4ddd7260ad81602738ff 100644 (file)
@@ -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"