Searched refs:GET_EDID_RETRIES (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_query_device.c72 #define GET_EDID_RETRIES 3 /* # of ioctl(AST_GET_EDID) retries */ macro
73 for (i = GET_EDID_RETRIES; ; i -= 1) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_query_device.c76 #define GET_EDID_RETRIES 3 /* # of ioctl(EFB_GET_EDID) retries */ macro
77 for (i = GET_EDID_RETRIES; ; i -= 1) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_query_device.c72 #define GET_EDID_RETRIES 3 /* # of ioctl(MGA_GET_EDID) retries */ macro
73 for (i = GET_EDID_RETRIES; ; i -= 1) {

Completed in 235 milliseconds