Searched refs:DRM_IOCTL_MODE_GETRESOURCES (Results 1 – 2 of 2) sorted by relevance
143 if (drmIoctl(fd, DRM_IOCTL_MODE_GETRESOURCES, &res)) in drmModeGetResources()155 if (drmIoctl(fd, DRM_IOCTL_MODE_GETRESOURCES, &res)) { in drmModeGetResources()
778 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res) macro