Implement EDID support for getting the preferred screen resolution

Este commit está contenido en:
2024-03-21 15:40:09 +01:00
padre eb75a27ac2
commit 56d50ea2e8
Se han modificado 3 ficheros con 65 adiciones y 0 borrados

Ver fichero

@@ -24,6 +24,11 @@ FbGetDisplayInformation(OUT PEFI_PHYSICAL_ADDRESS FrameBufferBase,
OUT PULONG_PTR FrameBufferSize,
OUT PXTBL_FRAMEBUFFER_MODE_INFORMATION ModeInfo);
XTCDECL
EFI_STATUS
FbGetPreferredScreenResolution(OUT PUINT PreferredWidth,
OUT PUINT PreferredHeight);
XTCDECL
EFI_STATUS
FbInitializeDisplay();