|
ArmPlatformPkg[all]
0.1
|
Functions | |
| EFI_STATUS | LcdIdentify (VOID) |
| EFI_STATUS | LcdInitialize (EFI_PHYSICAL_ADDRESS FrameBaseAddress) |
| EFI_STATUS | LcdSetMode (IN UINT32 ModeNumber) |
| VOID | LcdShutdown (VOID) |
This file contains interface functions for LcdHwLib of ArmPlatformPkg
Copyright (c) 2017, ARM Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
| EFI_STATUS LcdIdentify | ( | VOID | ) |
Check for presence of display
| EFI_SUCCESS | Platform implements display. |
| EFI_NOT_FOUND | Display not found on the platform. |
| EFI_STATUS LcdInitialize | ( | EFI_PHYSICAL_ADDRESS | FrameBaseAddress | ) |
Initialize display.
| FrameBaseAddress | Address of the frame buffer. |
| EFI_SUCCESS | Display initialization success. |
| !(EFI_SUCCESS) | Display initialization failure. |
| EFI_STATUS LcdSetMode | ( | IN UINT32 | ModeNumber | ) |
Set requested mode of the display.
| ModeNumber | Display mode number. |
| EFI_SUCCESS | Display set mode success. |
| EFI_DEVICE_ERROR | If mode not found/supported. |
| VOID LcdShutdown | ( | VOID | ) |
De-initializes the display.