Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <boris.brezillon@collabora.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Reviewed-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Link: https://lore.kernel.org/r/20250919080700.3949393-1-steven.price@arm.com

+1 -1
+1 -1
drivers/gpu/drm/panfrost/panfrost_drv.c
··· 853 853 .name = "panfrost", 854 854 .desc = "panfrost DRM", 855 855 .major = 1, 856 - .minor = 4, 856 + .minor = 5, 857 857 858 858 .gem_create_object = panfrost_gem_create_object, 859 859 .gem_prime_import_sg_table = panfrost_gem_prime_import_sg_table,