Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: bump version for RV/PCO compute fix

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

+2 -1
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
··· 120 120 * - 3.58.0 - Add GFX12 DCC support 121 121 * - 3.59.0 - Cleared VRAM 122 122 * - 3.60.0 - Add AMDGPU_TILING_GFX12_DCC_WRITE_COMPRESS_DISABLE (Vulkan requirement) 123 + * - 3.61.0 - Contains fix for RV/PCO compute queues 123 124 */ 124 125 #define KMS_DRIVER_MAJOR 3 125 - #define KMS_DRIVER_MINOR 60 126 + #define KMS_DRIVER_MINOR 61 126 127 #define KMS_DRIVER_PATCHLEVEL 0 127 128 128 129 /*