]> www.infradead.org Git - nvme.git/commitdiff
drm/amd: Bump KMS_DRIVER_MINOR version
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Wed, 10 Jul 2024 20:20:47 +0000 (20:20 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jul 2024 21:41:23 +0000 (17:41 -0400)
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 <aurabindo.pillai@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 78089f2f79f5e55dba1fbcac86acd00224db376b..094498a0964b510a8e561c32b531fee277ab569d 100644 (file)
  * - 3.55.0 - Add AMDGPU_INFO_GPUVM_FAULT query
  * - 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
  */
 #define KMS_DRIVER_MAJOR       3
-#define KMS_DRIVER_MINOR       57
+#define KMS_DRIVER_MINOR       58
 #define KMS_DRIVER_PATCHLEVEL  0
 
 /*