Searched refs:vc4_get_tiling_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.c | 172 DRM_IOCTL_DEF_DRV(VC4_GET_TILING, vc4_get_tiling_ioctl, DRM_RENDER_ALLOW),
|
H A D | vc4_drv.h | 802 int vc4_get_tiling_ioctl(struct drm_device *dev, void *data,
|
H A D | vc4_bo.c | 934 * vc4_get_tiling_ioctl() (so that userspace can treat a BO it 974 * vc4_get_tiling_ioctl() - Gets the tiling modifier for a BO. 981 int vc4_get_tiling_ioctl(struct drm_device *dev, void *data, in vc4_get_tiling_ioctl() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.c | 191 DRM_IOCTL_DEF_DRV(VC4_GET_TILING, vc4_get_tiling_ioctl, DRM_RENDER_ALLOW),
|
H A D | vc4_drv.h | 894 int vc4_get_tiling_ioctl(struct drm_device *dev, void *data,
|
H A D | vc4_bo.c | 908 * vc4_get_tiling_ioctl() (so that userspace can treat a BO it 952 * vc4_get_tiling_ioctl() - Gets the tiling modifier for a BO. 959 int vc4_get_tiling_ioctl(struct drm_device *dev, void *data, in vc4_get_tiling_ioctl() function
|
Completed in 8 milliseconds