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.h797 #define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
798 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
Ddrm_mode.h378 struct drm_mode_fb_cmd { struct
/external/libdrm/include/drm/
Ddrm.h791 #define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
792 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
Ddrm_mode.h368 struct drm_mode_fb_cmd { struct
/external/libdrm/
Dxf86drmMode.c255 struct drm_mode_fb_cmd f; in drmModeAddFB()
317 struct drm_mode_fb_cmd info; in drmModeGetFB()