Searched refs:GFX_IOCTL_GET_EDID (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defbio.h31 #define EFB_GET_EDID GFX_IOCTL_GET_EDID
H A Defb_query_device.c78 if (ioctl(device_fd, GFX_IOCTL_GET_EDID, edid) >= 0) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_query_device.c74 if (ioctl(device_fd, GFX_IOCTL_GET_EDID, edid) >= 0) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_query_device.c74 if (ioctl(device_fd, GFX_IOCTL_GET_EDID, edid) >= 0) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_common.h36 #define GFX_IOCTL_GET_EDID (GFXIOC | 6) macro
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Dgfx_common.h36 #define GFX_IOCTL_GET_EDID (GFXIOC | 6) macro
H A Defb_driver.c435 status = ioctl(info->fd, GFX_IOCTL_GET_EDID, &edid_buf);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_query_device.c185 if (ioctl(device_fd, GFX_IOCTL_GET_EDID, &edid) < 0) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c605 case GFX_IOCTL_GET_EDID:

Completed in 319 milliseconds