Skip to content

Commit 28814be

Browse files
Aurabindo Pillaialexdeucher
authored andcommitted
drm/amd: Bump KMS_DRIVER_MINOR version
Increase the KMS minor version to indicate GFX12 DCC support since this contains a major change in how DCC is managed across IPs like GFX, DCN etc. This will be used mainly by userspace like Mesa to figure out DCC support on GFX12 hardware. v2: fix version number (Alex) Signed-off-by: Aurabindo Pillai <[email protected]> Acked-by: Alex Deucher <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 1cff101 commit 28814be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@
116116
* - 3.55.0 - Add AMDGPU_INFO_GPUVM_FAULT query
117117
* - 3.56.0 - Update IB start address and size alignment for decode and encode
118118
* - 3.57.0 - Compute tunneling on GFX10+
119+
* - 3.58.0 - Add GFX12 DCC support
119120
*/
120121
#define KMS_DRIVER_MAJOR 3
121-
#define KMS_DRIVER_MINOR 57
122+
#define KMS_DRIVER_MINOR 58
122123
#define KMS_DRIVER_PATCHLEVEL 0
123124

124125
/*

0 commit comments

Comments
 (0)