3921812885
EDID uses the bytes of 38-53 to support up to 8 standard modes. And it is based on the mechanism: Byte 0 defines the xres / 8 - 31 and byte 1 defines the aspect_ratio/refresh_rate. But now it uses the incorrect logic in course of adding standard mode, which causes that no standard mode is added in EDID block. Fix it and add another two standard modes so that the guest_vm can parse more modes from EDID. Tracked-On: #7376 Acked-by: Wang Yu <yu1.wang@intel.com> Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
bios | ||
core | ||
hw | ||
include | ||
lib | ||
log | ||
MAINTAINERS | ||
Makefile | ||
README.rst | ||
samples |
README.rst
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service VM and post-launched User VMs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and is installed within the Service VM. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor