Searched refs:edid (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | framebuffer.c | 457 EFI_EDID_ACTIVE_PROTOCOL *edid; in efifb_gop_get_edid() local 464 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 467 edid->SizeOfEdid == 0) { in efifb_gop_get_edid() 469 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 472 edid->SizeOfEdid == 0) in efifb_gop_get_edid() 476 size = MAX(sizeof (*edid_infop), edid->SizeOfEdid); in efifb_gop_get_edid() 482 memcpy(edid_infop, edid->Edid, edid->SizeOfEdid); in efifb_gop_get_edid()
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 2452 gfx_get_edid_resolution(struct vesa_edid_info *edid, edid_res_list_t *res) in gfx_get_edid_resolution() argument 2459 if ((edid->display.supported_features in gfx_get_edid_resolution() 2466 if (edid->detailed_timings[i].pixel_clock == 0) in gfx_get_edid_resolution() 2470 rp->width = GET_EDID_INFO_WIDTH(edid, i); in gfx_get_edid_resolution() 2471 rp->height = GET_EDID_INFO_HEIGHT(edid, i); in gfx_get_edid_resolution() 2485 if (edid->standard_timings[i] == 0x0101) in gfx_get_edid_resolution() 2491 rp->width = HSIZE(edid->standard_timings[i]); in gfx_get_edid_resolution() 2492 switch (RATIO(edid->standard_timings[i])) { in gfx_get_edid_resolution() 2494 rp->height = HSIZE(edid->standard_timings[i]); in gfx_get_edid_resolution() 2495 if (edid->header.version > 1 || in gfx_get_edid_resolution() [all …]
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | vbe.c | 700 bool edid = false; in vbe_modelist() local 716 edid = vbe_get_edid(&res); in vbe_modelist() 717 if (edid) { in vbe_modelist() 729 if (!edid) in vbe_modelist()
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | platform.h | 149 XEN_GUEST_HANDLE(uint8) edid;
|
/illumos-gate/usr/src/uts/i86xpv/io/ |
H A D | privcmd_hcall.c | 674 &op.u.firmware_info.u.vbeddc_info.edid, 128, in privcmd_HYPERVISOR_platform_op()
|