Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.h30 #define EDID_MAGIC { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 } macro
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c456 const uint8_t magic[] = EDID_MAGIC; in efifb_gop_get_edid()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c604 const uint8_t magic[] = EDID_MAGIC; in vbe_get_edid()