Searched refs:has_edid (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/private/graphics/virtio/
H A Dvirtio_info.h26 bool has_edid; member in struct:virtio_gpu_shared_info
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h49 bool has_edid; member in struct:vesa_shared_info
/haiku/src/add-ons/accelerants/virtio/
H A Dmode.cpp56 if (!gInfo->shared_info->has_edid) {
139 if (!gInfo->shared_info->has_edid)
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.h63 bool has_edid; member in struct:accelerant_info
H A Dmode.cpp123 gInfo->has_edid ? &gInfo->edid_info : NULL);
205 gInfo->has_edid = true;
210 if (!gInfo->has_edid && gInfo->shared_info->has_vesa_edid_info) {
216 gInfo->has_edid = true;
237 if (!gInfo->has_edid && gInfo->shared_info->got_vbt) {
260 gInfo->has_edid ? &gInfo->edid_info : NULL, NULL, 0,
547 if (gInfo->has_edid || !gInfo->shared_info->got_vbt
567 if (!gInfo->has_edid)
/haiku/headers/private/graphics/radeon_hd/
H A Dradeon_hd.h237 bool has_edid; member in struct:radeon_shared_info
/haiku/src/add-ons/accelerants/framebuffer/
H A Dmode.cpp121 if (!gInfo->shared_info->has_edid)
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp137 gInfo->shared_info->has_edid ? &gInfo->shared_info->edid_info : NULL,
265 if (!gInfo->shared_info->has_edid)
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dmode.cpp117 if (!gInfo->shared_info->has_edid)
339 if (gInfo->shared_info->has_edid
H A Daccelerant.h67 bool has_edid; member in struct:accelerant_info
H A Ddisplay.cpp289 gInfo->shared_info->has_edid = true;
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer.cpp203 sharedInfo.has_edid = true;
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Dradeon_hd.cpp891 info.shared_info->has_edid = true;
896 info.shared_info->has_edid = false;
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp414 sharedInfo.has_edid = true;
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp204 info->sharedInfo->has_edid = true;

Completed in 97 milliseconds