Searched refs:EDID_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/videomode/ | ||
| D | edidreg.h | 58 #define EDID_SIGNATURE { 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0 } macro |
| D | edid.c | 143 uint8_t sig[8] = EDID_SIGNATURE; in edid_is_valid() |