Commit c4f42c8d authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/Kconfig: fix wording of DRM_AMDGPU_NAVI3X_USERQ



The feature is not navi3x specific at this point.

Reviewed-by: default avatarPrike Liang <Prike.Liang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent df85baa7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"