Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Ddrm.h1035 #define DRM_IOCTL_MODE_GETGAMMA DRM_IOWR(0xA4, struct drm_mode_crtc_lut) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h1035 #define DRM_IOCTL_MODE_GETGAMMA DRM_IOWR(0xA4, struct drm_mode_crtc_lut) macro
/third_party/libdrm/
Dxf86drmMode.c980 return DRM_IOCTL(fd, DRM_IOCTL_MODE_GETGAMMA, &l); in drmModeCrtcGetGamma()