summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2025-03-07 09:57:45 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-03-10 13:22:01 -0400
commit3855f1d925d4f0971e35ec8c44f62862f78500fd (patch)
tree5a81ae0b6bbf460c6a5452e396d35e6339073653 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parent236f475d29f8e585a72fb6fac7f8bb4dc4b162b7 (diff)
downloadlinux-3855f1d925d4f0971e35ec8c44f62862f78500fd.tar.gz
linux-3855f1d925d4f0971e35ec8c44f62862f78500fd.tar.bz2
linux-3855f1d925d4f0971e35ec8c44f62862f78500fd.zip
drm/amd/display: allow 256B DCC max compressed block sizes on gfx12
The hw supports it. Signed-off-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index ce08c428ba4c..653f2bc77530 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -122,9 +122,10 @@
* - 3.60.0 - Add AMDGPU_TILING_GFX12_DCC_WRITE_COMPRESS_DISABLE (Vulkan requirement)
* - 3.61.0 - Contains fix for RV/PCO compute queues
* - 3.62.0 - Add AMDGPU_IDS_FLAGS_MODE_PF, AMDGPU_IDS_FLAGS_MODE_VF & AMDGPU_IDS_FLAGS_MODE_PT
+ * - 3.63.0 - GFX12 display DCC supports 256B max compressed block size
*/
#define KMS_DRIVER_MAJOR 3
-#define KMS_DRIVER_MINOR 62
+#define KMS_DRIVER_MINOR 63
#define KMS_DRIVER_PATCHLEVEL 0
/*