Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/drm/
Ddrm.h772 #define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
773 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
Ddrm_mode.h344 struct drm_mode_fb_cmd { struct
/external/libdrm/include/drm/
Ddrm.h759 #define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
760 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
Ddrm_mode.h330 struct drm_mode_fb_cmd { struct
/external/libdrm/
Dxf86drmMode.c255 struct drm_mode_fb_cmd f; in drmModeAddFB()
304 struct drm_mode_fb_cmd info; in drmModeGetFB()