Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/common/
HDgfx_fb.h42 #define EDID_MAGIC { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 } macro
/freebsd-14-stable/stand/efi/loader/
HDframebuffer.c494 const uint8_t magic[] = EDID_MAGIC; in efifb_gop_get_edid()
/freebsd-14-stable/stand/i386/libi386/
HDvbe.c847 const uint8_t magic[] = EDID_MAGIC; in vbe_get_edid()