Home
last modified time | relevance | path

Searched refs:drm_panfrost_get_param (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
Dpanfrost_drm.h29 …FROST_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_PANFROST_GET_PARAM, struct drm_panfrost_get_param)
177 struct drm_panfrost_get_param { struct
/third_party/mesa3d/src/panfrost/drm-shim/
Dpanfrost_noop.c44 struct drm_panfrost_get_param *gp = arg; in pan_ioctl_get_param()
/third_party/mesa3d/src/panfrost/lib/
Dpan_props.c52 struct drm_panfrost_get_param get_param = {0,}; in panfrost_query_raw()