Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_MODE_ADDFB (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/include/drm/
Ddrm.h1046 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h1046 #define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd) macro
/third_party/libdrm/
Dxf86drmMode.c274 if ((ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_ADDFB, &f))) in drmModeAddFB()