Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_PANFROST_GET_PARAM (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
Dpanfrost_drm.h29 #define DRM_IOCTL_PANFROST_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_PANFROST_GET_PARAM, struct dr… macro
/third_party/mesa3d/src/panfrost/lib/
Dpan_props.c56 ret = drmIoctl(fd, DRM_IOCTL_PANFROST_GET_PARAM, &get_param); in panfrost_query_raw()