diff options
author | 2025-02-19 16:46:52 -0500 | |
---|---|---|
committer | 2025-04-08 16:48:21 -0400 | |
commit | 665de8c94792d095c9dbd0ef16b0532f546aa8f9 (patch) | |
tree | 9edcc7afdb0dd901430308ba90afc7d31128aca5 /drivers/gpu/drm/amd/amdgpu | |
parent | drm/amdgpu: add userq firmware version checks (diff) | |
download | wireguard-linux-665de8c94792d095c9dbd0ef16b0532f546aa8f9.tar.xz wireguard-linux-665de8c94792d095c9dbd0ef16b0532f546aa8f9.zip |
drm/amdgpu/userq: remove BROKEN from config
This can be enabled now. We have the firmware checks
in place.
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/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig index b8f39377b24a..7b95221d2f3d 100644 --- a/drivers/gpu/drm/amd/amdgpu/Kconfig +++ b/drivers/gpu/drm/amd/amdgpu/Kconfig @@ -99,7 +99,6 @@ config DRM_AMDGPU_WERROR config DRM_AMDGPU_NAVI3X_USERQ 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 |