From: Steven Price Date: Fri, 19 Sep 2025 08:07:00 +0000 (+0100) Subject: drm/panfrost: Bump the minor version number X-Git-Tag: v6.19-rc1~157^2~24^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a93d70801421ca506807ced45566490976d532a;p=thirdparty%2Fkernel%2Fstable.git drm/panfrost: Bump the minor version number 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 Signed-off-by: Steven Price Reviewed-by: Adrián Larumbe Link: https://lore.kernel.org/r/20250919080700.3949393-1-steven.price@arm.com --- diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c index 3af4b4753ca41..22350ce8a08fc 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,