mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Add debug message to output video resolution used by GraphicsConsole.
Signed-off-by: Li Elvin <elvin.li@intel.com> Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14210 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
74a959b39e
commit
9fc9446897
@ -549,6 +549,8 @@ GraphicsConsoleControllerDriverStart (
|
||||
}
|
||||
}
|
||||
|
||||
DEBUG ((EFI_D_INFO, "GraphicsConsole video resolution %d x %d\n", HorizontalResolution, VerticalResolution));
|
||||
|
||||
//
|
||||
// Initialize the mode which GraphicsConsole supports.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user