Home
last modified time | relevance | path

Searched refs:drm_mode_card_res (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/include/drm/
Ddrm_mode.h115 struct drm_mode_card_res { struct
Ddrm.h745 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h126 struct drm_mode_card_res { struct
Ddrm.h758 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/external/libdrm/
Dxf86drmMode.c159 struct drm_mode_card_res res, counts; in drmModeGetResources()
821 struct drm_mode_card_res res; in drmCheckModesettingSupported()
827 memset(&res, 0, sizeof(struct drm_mode_card_res)); in drmCheckModesettingSupported()