]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amdgpu: bump version for RV/PCO compute fix
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 31 Jan 2025 18:53:40 +0000 (13:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2025 12:34:22 +0000 (04:34 -0800)
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@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.12.x
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index e63efe5c5b75a20516410c2559300f4aecdcca05..91a874bb0e24155c12cb9defb3b09c779ccb11fc 100644 (file)
  * - 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
 
 /*