Searched refs:DRM_MSM_GET_PARAM (Results 1 – 7 of 7) sorted by relevance
/third_party/libdrm/include/drm/ |
D | msm_drm.h | 276 #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/ |
D | msm_drm.h | 349 #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/ |
D | msm_pipe.c | 41 ret = drmCommandWriteRead(pipe->dev->fd, DRM_MSM_GET_PARAM, in query_param()
|
/third_party/mesa3d/src/freedreno/drm-shim/ |
D | freedreno_noop.c | 161 [DRM_MSM_GET_PARAM] = msm_ioctl_get_param,
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
D | msm_pipe.c | 43 drmCommandWriteRead(pipe->dev->fd, DRM_MSM_GET_PARAM, &req, sizeof(req)); in query_param()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_drm.c | 72 int ret = drmCommandWriteRead(dev->local_fd, DRM_MSM_GET_PARAM, &req, in tu_drm_get_param()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 987 - turnip: add wrappers around DRM_MSM_GET_PARAM
|