Home
last modified time | relevance | path

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

/external/libdrm/include/drm/
Ddrm.h857 #define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
858 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
Ddrm_mode.h446 struct drm_mode_fb_cmd { struct
/external/mesa3d/include/drm-uapi/
Ddrm.h857 #define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
858 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
Ddrm_mode.h429 struct drm_mode_fb_cmd { struct
/external/kernel-headers/original/uapi/drm/
Ddrm.h879 #define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
880 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
Ddrm_mode.h466 struct drm_mode_fb_cmd { struct
/external/syzkaller/sys/linux/
Ddri.txt83 #ioctl$DRM_IOCTL_MODE_GETFB(fd fd_dri, cmd const[DRM_IOCTL_MODE_GETFB], arg ptr[in, drm_mode_fb_cmd
84 #ioctl$DRM_IOCTL_MODE_ADDFB(fd fd_dri, cmd const[DRM_IOCTL_MODE_ADDFB], arg ptr[in, drm_mode_fb_cmd
/external/libdrm/
Dxf86drmMode.c251 struct drm_mode_fb_cmd f; in drmModeAddFB()
313 struct drm_mode_fb_cmd info; in drmModeGetFB()