Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Ddri.txt66 …ODE_GETRESOURCES(fd fd_dri, cmd const[DRM_IOCTL_MODE_GETRESOURCES], arg ptr[in, drm_mode_card_res])
274 drm_mode_card_res {
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h197 struct drm_mode_card_res { struct
Ddrm.h843 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/external/libdrm/include/drm/
Ddrm_mode.h214 struct drm_mode_card_res { struct
Ddrm.h843 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h233 struct drm_mode_card_res { struct
Ddrm.h865 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/external/libdrm/
Dxf86drmMode.c155 struct drm_mode_card_res res, counts; in drmModeGetResources()
832 struct drm_mode_card_res res; in drmCheckModesettingSupported()
838 memset(&res, 0, sizeof(struct drm_mode_card_res)); in drmCheckModesettingSupported()