Skip to content

Commit 34ad56a

Browse files
committed
drm/amdgpu: bump driver version for cleared VRAM
Driver now clears VRAM on allocation. Bump the driver version so mesa knows when it will get cleared vram by default. Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Rajneesh Bhardwaj <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.11.x
1 parent a8387dd commit 34ad56a

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
@@ -117,9 +117,10 @@
117117
* - 3.56.0 - Update IB start address and size alignment for decode and encode
118118
* - 3.57.0 - Compute tunneling on GFX10+
119119
* - 3.58.0 - Add GFX12 DCC support
120+
* - 3.59.0 - Cleared VRAM
120121
*/
121122
#define KMS_DRIVER_MAJOR 3
122-
#define KMS_DRIVER_MINOR 58
123+
#define KMS_DRIVER_MINOR 59
123124
#define KMS_DRIVER_PATCHLEVEL 0
124125

125126
/*

0 commit comments

Comments
 (0)