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 <marek.olsak@amd.com> Reviewed-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org # 6.11.x
1 parent a8387dd commit 34ad56a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)