From: Alex Deucher <alexander.deucher@xxxxxxx> commit 55ed2b1b50d029dd7e49a35f6628ca64db6d75d8 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 <lijo.lazar@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Cc: stable@xxxxxxxxxxxxxxx # 6.12.x Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -119,9 +119,10 @@ * - 3.58.0 - Add GFX12 DCC support * - 3.59.0 - Cleared VRAM * - 3.60.0 - Add AMDGPU_TILING_GFX12_DCC_WRITE_COMPRESS_DISABLE (Vulkan requirement) + * - 3.61.0 - Contains fix for RV/PCO compute queues */ #define KMS_DRIVER_MAJOR 3 -#define KMS_DRIVER_MINOR 60 +#define KMS_DRIVER_MINOR 61 #define KMS_DRIVER_PATCHLEVEL 0 /* Patches currently in stable-queue which might be from alexander.deucher@xxxxxxx are queue-6.12/amdkfd-properly-free-gang_ctx_bo-when-failed-to-init.patch queue-6.12/drm-amdgpu-bump-version-for-rv-pco-compute-fix.patch queue-6.12/drm-amdgpu-bail-out-when-failed-to-load-fw-in-psp_in.patch queue-6.12/drm-amdgpu-gfx9-manually-control-gfxoff-for-cs-on-rv.patch queue-6.12/drm-amdgpu-avoid-buffer-overflow-attach-in-smu_sys_set_pp_table.patch