Searched refs:DRM_ETNAVIV_GET_PARAM (Results 1 – 6 of 6) sorted by relevance
/third_party/libdrm/etnaviv/ |
D | etnaviv_drm.h | 268 #define DRM_ETNAVIV_GET_PARAM 0x00 macro 284 #define DRM_IOCTL_ETNAVIV_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GET_PARAM, struct dr…
|
D | etnaviv_gpu.c | 38 ret = drmCommandWriteRead(dev->fd, DRM_ETNAVIV_GET_PARAM, &req, sizeof(req)); in get_param()
|
/third_party/mesa3d/include/drm-uapi/ |
D | etnaviv_drm.h | 268 #define DRM_ETNAVIV_GET_PARAM 0x00 macro 284 #define DRM_IOCTL_ETNAVIV_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GET_PARAM, struct dr…
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_device.c | 71 ret = drmCommandWriteRead(dev->fd, DRM_ETNAVIV_GET_PARAM, &req, sizeof(req)); in etna_device_new()
|
D | etnaviv_gpu.c | 38 ret = drmCommandWriteRead(dev->fd, DRM_ETNAVIV_GET_PARAM, &req, sizeof(req)); in get_param()
|
/third_party/mesa3d/src/etnaviv/drm-shim/ |
D | etnaviv_noop.c | 204 [DRM_ETNAVIV_GET_PARAM] = etnaviv_ioctl_get_param,
|