Home
last modified time | relevance | path

Searched refs:DRM_MSM_GET_PARAM (Results 1 – 7 of 7) sorted by relevance

/third_party/libdrm/include/drm/
Dmsm_drm.h276 #define DRM_MSM_GET_PARAM 0x00 macro
293 #define DRM_IOCTL_MSM_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_MSM_GET_PARAM, struct drm_ms…
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h349 #define DRM_MSM_GET_PARAM 0x00 macro
365 #define DRM_IOCTL_MSM_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_MSM_GET_PARAM, struct drm_ms…
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c41 ret = drmCommandWriteRead(pipe->dev->fd, DRM_MSM_GET_PARAM, in query_param()
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c161 [DRM_MSM_GET_PARAM] = msm_ioctl_get_param,
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c43 drmCommandWriteRead(pipe->dev->fd, DRM_MSM_GET_PARAM, &req, sizeof(req)); in query_param()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c72 int ret = drmCommandWriteRead(dev->local_fd, DRM_MSM_GET_PARAM, &req, in tu_drm_get_param()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst987 - turnip: add wrappers around DRM_MSM_GET_PARAM