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/panthor: Bump the driver version to 1.7

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:
- Bump to 1.7 (1.6 was picked in the meantime)

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

authored by

Faith Ekstrand and committed by
Boris Brezillon
ae09426f cd2c9c30

+5 -1
+5 -1
drivers/gpu/drm/panthor/panthor_drv.c
··· 1674 1674 * - 1.4 - adds DRM_IOCTL_PANTHOR_BO_SET_LABEL ioctl 1675 1675 * - 1.5 - adds DRM_PANTHOR_SET_USER_MMIO_OFFSET ioctl 1676 1676 * - 1.6 - enables GLB_COUNTER_EN 1677 + * - 1.7 - adds DRM_PANTHOR_BO_WB_MMAP flag 1678 + * - adds DRM_IOCTL_PANTHOR_BO_SYNC ioctl 1679 + * - adds DRM_IOCTL_PANTHOR_BO_QUERY_INFO ioctl 1680 + * - adds drm_panthor_gpu_info::selected_coherency 1677 1681 */ 1678 1682 static const struct drm_driver panthor_drm_driver = { 1679 1683 .driver_features = DRIVER_RENDER | DRIVER_GEM | DRIVER_SYNCOBJ | ··· 1691 1687 .name = "panthor", 1692 1688 .desc = "Panthor DRM driver", 1693 1689 .major = 1, 1694 - .minor = 6, 1690 + .minor = 7, 1695 1691 1696 1692 .gem_create_object = panthor_gem_create_object, 1697 1693 .gem_prime_import_sg_table = drm_gem_shmem_prime_import_sg_table,