mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drm/panfrost: Bump the minor version number
@ 2025-09-19  8:07 Steven Price
  2025-09-19  9:35 ` Adrián Larumbe
  2025-09-19  9:46 ` Steven Price
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Price @ 2025-09-19  8:07 UTC (permalink / raw)
  To: Boris Brezillon, Adrián Larumbe
  Cc: Steven Price, dri-devel, linux-kernel

Commit a017f7b86051 ("drm/panfrost: Expose JM context IOCTLs to UM")
added new ioctls to the driver and was meant to bump the version number.
However it actually only added a comment and didn't change the exposed
version number. Bump the number to be consistent with the comment.

Fixes: a017f7b86051 ("drm/panfrost: Expose JM context IOCTLs to UM")
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Steven Price <steven.price@arm.com>
---
 drivers/gpu/drm/panfrost/panfrost_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c
index 3af4b4753ca4..22350ce8a08f 100644
--- a/drivers/gpu/drm/panfrost/panfrost_drv.c
+++ b/drivers/gpu/drm/panfrost/panfrost_drv.c
@@ -853,7 +853,7 @@ static const struct drm_driver panfrost_drm_driver = {
 	.name			= "panfrost",
 	.desc			= "panfrost DRM",
 	.major			= 1,
-	.minor			= 4,
+	.minor			= 5,
 
 	.gem_create_object	= panfrost_gem_create_object,
 	.gem_prime_import_sg_table = panfrost_gem_prime_import_sg_table,
-- 
2.39.5


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

* Re: [PATCH] drm/panfrost: Bump the minor version number
  2025-09-19  8:07 [PATCH] drm/panfrost: Bump the minor version number Steven Price
@ 2025-09-19  9:35 ` Adrián Larumbe
  2025-09-19  9:46 ` Steven Price
  1 sibling, 0 replies; 3+ messages in thread
From: Adrián Larumbe @ 2025-09-19  9:35 UTC (permalink / raw)
  To: Steven Price; +Cc: Boris Brezillon, dri-devel, linux-kernel

Reviewed-by: Adrián Larumbe <adrian.larumbe@collabora.com>

On 19.09.2025 09:07, Steven Price wrote:
> Commit a017f7b86051 ("drm/panfrost: Expose JM context IOCTLs to UM")
> added new ioctls to the driver and was meant to bump the version number.
> However it actually only added a comment and didn't change the exposed
> version number. Bump the number to be consistent with the comment.
>
> Fixes: a017f7b86051 ("drm/panfrost: Expose JM context IOCTLs to UM")
> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
> Signed-off-by: Steven Price <steven.price@arm.com>
> ---
>  drivers/gpu/drm/panfrost/panfrost_drv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c
> index 3af4b4753ca4..22350ce8a08f 100644
> --- a/drivers/gpu/drm/panfrost/panfrost_drv.c
> +++ b/drivers/gpu/drm/panfrost/panfrost_drv.c
> @@ -853,7 +853,7 @@ static const struct drm_driver panfrost_drm_driver = {
>  	.name			= "panfrost",
>  	.desc			= "panfrost DRM",
>  	.major			= 1,
> -	.minor			= 4,
> +	.minor			= 5,
>
>  	.gem_create_object	= panfrost_gem_create_object,
>  	.gem_prime_import_sg_table = panfrost_gem_prime_import_sg_table,
> --
> 2.39.5

Adrian Larumbe

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

* Re: [PATCH] drm/panfrost: Bump the minor version number
  2025-09-19  8:07 [PATCH] drm/panfrost: Bump the minor version number Steven Price
  2025-09-19  9:35 ` Adrián Larumbe
@ 2025-09-19  9:46 ` Steven Price
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Price @ 2025-09-19  9:46 UTC (permalink / raw)
  To: Boris Brezillon, Adrián Larumbe; +Cc: dri-devel, linux-kernel

On 19/09/2025 09:07, Steven Price wrote:
> Commit a017f7b86051 ("drm/panfrost: Expose JM context IOCTLs to UM")
> added new ioctls to the driver and was meant to bump the version number.
> However it actually only added a comment and didn't change the exposed
> version number. Bump the number to be consistent with the comment.
> 
> Fixes: a017f7b86051 ("drm/panfrost: Expose JM context IOCTLs to UM")
> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
> Signed-off-by: Steven Price <steven.price@arm.com>

Pushed to drm-misc-next.

Thanks,
Steve

> ---
>  drivers/gpu/drm/panfrost/panfrost_drv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c
> index 3af4b4753ca4..22350ce8a08f 100644
> --- a/drivers/gpu/drm/panfrost/panfrost_drv.c
> +++ b/drivers/gpu/drm/panfrost/panfrost_drv.c
> @@ -853,7 +853,7 @@ static const struct drm_driver panfrost_drm_driver = {
>  	.name			= "panfrost",
>  	.desc			= "panfrost DRM",
>  	.major			= 1,
> -	.minor			= 4,
> +	.minor			= 5,
>  
>  	.gem_create_object	= panfrost_gem_create_object,
>  	.gem_prime_import_sg_table = panfrost_gem_prime_import_sg_table,


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

end of thread, other threads:[~2025-09-19  9:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-19  8:07 [PATCH] drm/panfrost: Bump the minor version number Steven Price
2025-09-19  9:35 ` Adrián Larumbe
2025-09-19  9:46 ` Steven Price

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®