Skip to content

Commit 27b929c

Browse files
alexdeuchergregkh
authored andcommitted
drm/amdgpu: bump version for RV/PCO compute fix
commit 55ed2b1 upstream. Bump the driver version for RV/PCO compute stability fix so mesa can use this check to enable compute queues on RV/PCO. Reviewed-by: Lijo Lazar <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.12.x Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4ce4d5e commit 27b929c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@
119119
* - 3.58.0 - Add GFX12 DCC support
120120
* - 3.59.0 - Cleared VRAM
121121
* - 3.60.0 - Add AMDGPU_TILING_GFX12_DCC_WRITE_COMPRESS_DISABLE (Vulkan requirement)
122+
* - 3.61.0 - Contains fix for RV/PCO compute queues
122123
*/
123124
#define KMS_DRIVER_MAJOR 3
124-
#define KMS_DRIVER_MINOR 60
125+
#define KMS_DRIVER_MINOR 61
125126
#define KMS_DRIVER_PATCHLEVEL 0
126127

127128
/*

0 commit comments

Comments
 (0)