[PATCH] drm/amdgpu: bump driver version for cleared VRAM
Bhardwaj, Rajneesh
Rajneesh.Bhardwaj at amd.com
Thu Sep 26 13:55:55 UTC 2024
[Public]
Reviewed-by: Rajneesh Bhardwaj <rajneesh.bhardwaj at amd.com>
-----Original Message-----
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Alex Deucher
Sent: Thursday, September 26, 2024 9:46 AM
To: Deucher, Alexander <Alexander.Deucher at amd.com>; Olsak, Marek <Marek.Olsak at amd.com>
Cc: amd-gfx at lists.freedesktop.org
Subject: Re: [PATCH] drm/amdgpu: bump driver version for cleared VRAM
Ping?
On Fri, Sep 6, 2024 at 2:04 PM Alex Deucher <alexander.deucher at amd.com> wrote:
>
> Driver now clears VRAM on allocation. Bump the driver version so mesa
> knows when it will get cleared vram by default.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index d90473aec942..fad556be840b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -117,9 +117,10 @@
> * - 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
>
> /*
> --
> 2.46.0
>
More information about the amd-gfx
mailing list