Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.h42 #define EDID_MAGIC { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 } macro
/freebsd/stand/efi/loader/
H A Dframebuffer.c494 const uint8_t magic[] = EDID_MAGIC; in efifb_gop_get_edid()
/freebsd/stand/i386/libi386/
H A Dvbe.c847 const uint8_t magic[] = EDID_MAGIC; in vbe_get_edid()