Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Ddri.txt69 …OURCES(fd fd_dri, cmd const[DRM_IOCTL_MODE_GETPLANERESOURCES], arg ptr[in, drm_mode_get_plane_res])
295 drm_mode_get_plane_res {
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h263 struct drm_mode_get_plane_res { struct
Ddrm.h866 #define DRM_IOCTL_MODE_GETPLANERESOURCES DRM_IOWR(0xB5, struct drm_mode_get_plane_res)
/external/libdrm/include/drm/
Ddrm_mode.h280 struct drm_mode_get_plane_res { struct
Ddrm.h866 #define DRM_IOCTL_MODE_GETPLANERESOURCES DRM_IOWR(0xB5, struct drm_mode_get_plane_res)
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h299 struct drm_mode_get_plane_res { struct
Ddrm.h888 #define DRM_IOCTL_MODE_GETPLANERESOURCES DRM_IOWR(0xB5, struct drm_mode_get_plane_res)
/external/libdrm/
Dxf86drmMode.c1067 struct drm_mode_get_plane_res res, counts; in drmModeGetPlaneResources()