Searched refs:drm_panfrost_create_bo (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/drm/
H A Dpanfrost_drm.h27 #define DRM_IOCTL_PANFROST_CREATE_BO DRM_IOWR(DRM_COMMAND_BASE + DRM_PANFROST_CREATE_BO, struct drm_panfrost_create_bo)
87 /* Valid flags to pass to drm_panfrost_create_bo */
92 * struct drm_panfrost_create_bo - ioctl argument for creating Panfrost BOs.
96 struct drm_panfrost_create_bo { struct
185 * This is the same value returned by drm_panfrost_create_bo, if that was called
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c85 struct drm_panfrost_create_bo *args = data;

Completed in 107 milliseconds