Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Ddrm.h1040 #define DRM_IOCTL_MODE_DETACHMODE DRM_IOWR(0xA9, struct drm_mode_mode_cmd) /* deprecated (never wor… macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h1040 #define DRM_IOCTL_MODE_DETACHMODE DRM_IOWR(0xA9, struct drm_mode_mode_cmd) /* deprecated (never wor… macro
/third_party/libdrm/
Dxf86drmMode.c632 return DRM_IOCTL(fd, DRM_IOCTL_MODE_DETACHMODE, &res); in drmModeDetachMode()