Searched refs:DRM_ETNAVIV_GET_PARAM (Results 1 – 3 of 3) sorted by relevance
257 #define DRM_ETNAVIV_GET_PARAM 0x00 macro273 #define DRM_IOCTL_ETNAVIV_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GET_PARAM, struct dr…
38 ret = drmCommandWriteRead(dev->fd, DRM_ETNAVIV_GET_PARAM, &req, sizeof(req)); in get_param()