[PATCH 3/3] drm/amdgpu: bump driver version for new CTX OP to set/get stable pstates

Quan, Evan Evan.Quan at amd.com
Tue Jan 11 01:51:55 UTC 2022


[AMD Official Use Only]

Series is reviewed-by: Evan Quan <evan.quan at amd.com>

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Alex
> Deucher
> Sent: Tuesday, January 11, 2022 4:20 AM
> To: amd-gfx at lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher at amd.com>
> Subject: [PATCH 3/3] drm/amdgpu: bump driver version for new CTX OP to
> set/get stable pstates
> 
> So mesa and tools know when this is available.
> 
> Mesa MR:
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> b.freedesktop.org%2Fmesa%2Fdrm%2F-
> %2Fmerge_requests%2F207&data=04%7C01%7Cevan.quan%40amd.co
> m%7C2c0626cabecf4fe0056008d9d476afce%7C3dd8961fe4884e608e11a82d99
> 4e183d%7C0%7C0%7C637774428494652078%7CUnknown%7CTWFpbGZsb3d8
> eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3
> D%7C3000&sdata=YqpsYhXD24uIFjntEAkeWvEMPAuCP42kbh02aqEPHO
> 4%3D&reserved=0
> 
> 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 d3ef99d7d117..5e3de111ae0e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -99,9 +99,10 @@
>   * - 3.42.0 - Add 16bpc fixed point display support
>   * - 3.43.0 - Add device hot plug/unplug support
>   * - 3.44.0 - DCN3 supports DCC independent block settings: !64B && 128B,
> 64B && 128B
> + * - 3.45.0 - Add context ioctl stable pstate interface
>   */
>  #define KMS_DRIVER_MAJOR	3
> -#define KMS_DRIVER_MINOR	44
> +#define KMS_DRIVER_MINOR	45
>  #define KMS_DRIVER_PATCHLEVEL	0
> 
>  int amdgpu_vram_limit;
> --
> 2.33.1


More information about the amd-gfx mailing list