]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: bump driver version for cleared VRAM
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Sep 2024 17:51:06 +0000 (13:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 Sep 2024 21:04:47 +0000 (17:04 -0400)
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
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 86cff30d5c4e99f9525c0a4445fbd76c7612b07d..db0763ffeff7d46a9ba772e042e9f9b55ed853fe 100644 (file)
  * - 3.56.0 - Update IB start address and size alignment for decode and encode
  * - 3.57.0 - Compute tunneling on GFX10+
  * - 3.58.0 - Add GFX12 DCC support
+ * - 3.59.0 - Cleared VRAM
  */
 #define KMS_DRIVER_MAJOR       3
-#define KMS_DRIVER_MINOR       58
+#define KMS_DRIVER_MINOR       59
 #define KMS_DRIVER_PATCHLEVEL  0
 
 /*