amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Increment drm driver minor version for list handles ioctl
@ 2025-08-29 18:30 David Francis
  2025-09-02 17:41 ` Mario Limonciello
  0 siblings, 1 reply; 2+ messages in thread
From: David Francis @ 2025-08-29 18:30 UTC (permalink / raw)
  To: amd-gfx; +Cc: David Francis

With the addition of the drm ioctl
DRM_IOCTL_AMDGPU_GEM_LIST_HANDLES,
the drm driver version should be incremented (to 65)

Signed-off-by: David Francis <David.Francis@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index b42a2a32b0b7..e098a553d12b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -128,7 +128,7 @@
  * - 3.64.0 - Userq IP support query
  */
 #define KMS_DRIVER_MAJOR	3
-#define KMS_DRIVER_MINOR	64
+#define KMS_DRIVER_MINOR	65
 #define KMS_DRIVER_PATCHLEVEL	0
 
 /*
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amdgpu: Increment drm driver minor version for list handles ioctl
  2025-08-29 18:30 [PATCH] drm/amdgpu: Increment drm driver minor version for list handles ioctl David Francis
@ 2025-09-02 17:41 ` Mario Limonciello
  0 siblings, 0 replies; 2+ messages in thread
From: Mario Limonciello @ 2025-09-02 17:41 UTC (permalink / raw)
  To: David Francis, amd-gfx

On 8/29/2025 1:30 PM, David Francis wrote:
> With the addition of the drm ioctl
> DRM_IOCTL_AMDGPU_GEM_LIST_HANDLES,
> the drm driver version should be incremented (to 65)
> 
> Signed-off-by: David Francis <David.Francis@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index b42a2a32b0b7..e098a553d12b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -128,7 +128,7 @@
>    * - 3.64.0 - Userq IP support query
>    */
>   #define KMS_DRIVER_MAJOR	3
> -#define KMS_DRIVER_MINOR	64
> +#define KMS_DRIVER_MINOR	65
>   #define KMS_DRIVER_PATCHLEVEL	0
>   
>   /*

Can you please update the comment above the define to indicate what 
changed at the bump to 65?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-02 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29 18:30 [PATCH] drm/amdgpu: Increment drm driver minor version for list handles ioctl David Francis
2025-09-02 17:41 ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).