TianoCore EDK2 master
|
#include <Library/DebugLib.h>
#include <Library/IoLib.h>
#include <Library/LcdHwLib.h>
#include <Library/LcdPlatformLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
#include "HdLcd.h"
Go to the source code of this file.
Macros | |
#define | BYTES_PER_PIXEL 4 |
Functions | |
EFI_STATUS | LcdInitialize (IN EFI_PHYSICAL_ADDRESS VramBaseAddress) |
EFI_STATUS | LcdSetMode (IN UINT32 ModeNumber) |
VOID | LcdShutdown (VOID) |
EFI_STATUS | LcdIdentify (VOID) |
This file contains the platform independent parts of HdLcd
Copyright (c) 2011-2018, ARM Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file HdLcd.c.
EFI_STATUS LcdIdentify | ( | VOID | ) |
EFI_STATUS LcdInitialize | ( | IN EFI_PHYSICAL_ADDRESS | VramBaseAddress | ) |
EFI_STATUS LcdSetMode | ( | IN UINT32 | ModeNumber | ) |