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

Configure Feed

Select the types of activity you want to include in your feed.

drm/panfrost: Bump the driver version to 1.6

Bump the driver version to reflect the new cached-CPU mapping
capability.

v2:
- Quickly describe what the new version exposes in the commit message

v3:
- Add Steve's R-b

v4:
- No changes

v5:
- No changes

v6:
- No changes

v7:
- No changes

v8:
- No changes

Signed-off-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patch.msgid.link/20251208100841.730527-14-boris.brezillon@collabora.com
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>

authored by

Faith Ekstrand and committed by
Boris Brezillon
0823bd89 62eedf1c

+4 -1
+4 -1
drivers/gpu/drm/panfrost/panfrost_drv.c
··· 928 928 * - 1.4 - adds SET_LABEL_BO 929 929 * - 1.5 - adds JM_CTX_{CREATE,DESTROY} ioctls and extend SUBMIT to allow 930 930 * context creation with configurable priorities/affinity 931 + * - 1.6 - adds PANFROST_BO_MAP_WB, PANFROST_IOCTL_SYNC_BO, 932 + * PANFROST_IOCTL_QUERY_BO_INFO and 933 + * DRM_PANFROST_PARAM_SELECTED_COHERENCY 931 934 */ 932 935 static const struct drm_driver panfrost_drm_driver = { 933 936 .driver_features = DRIVER_RENDER | DRIVER_GEM | DRIVER_SYNCOBJ, ··· 943 940 .name = "panfrost", 944 941 .desc = "panfrost DRM", 945 942 .major = 1, 946 - .minor = 5, 943 + .minor = 6, 947 944 948 945 .gem_create_object = panfrost_gem_create_object, 949 946 .gem_prime_import = panfrost_gem_prime_import,