|
iPXE
|
#include <GraphicsOutput.h>
Data Fields | |
| UINT32 | MaxMode |
| The number of modes supported by QueryMode() and SetMode(). More... | |
| UINT32 | Mode |
| Current Mode of the graphics device. More... | |
| EFI_GRAPHICS_OUTPUT_MODE_INFORMATION * | Info |
| Pointer to read-only EFI_GRAPHICS_OUTPUT_MODE_INFORMATION data. More... | |
| UINTN | SizeOfInfo |
| Size of Info structure in bytes. More... | |
| EFI_PHYSICAL_ADDRESS | FrameBufferBase |
| Base address of graphics linear frame buffer. More... | |
| UINTN | FrameBufferSize |
| Amount of frame buffer needed to support the active mode as defined by PixelsPerScanLine xVerticalResolution x PixelElementSize. More... | |
Definition at line 227 of file GraphicsOutput.h.
| UINT32 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::MaxMode |
The number of modes supported by QueryMode() and SetMode().
Definition at line 231 of file GraphicsOutput.h.
Referenced by efifb_select_mode().
| UINT32 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::Mode |
Current Mode of the graphics device.
Valid mode numbers are 0 to MaxMode -1.
Definition at line 235 of file GraphicsOutput.h.
Referenced by efifb_init().
| EFI_GRAPHICS_OUTPUT_MODE_INFORMATION* EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::Info |
Pointer to read-only EFI_GRAPHICS_OUTPUT_MODE_INFORMATION data.
Definition at line 239 of file GraphicsOutput.h.
Referenced by efifb_init().
| UINTN EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::SizeOfInfo |
Size of Info structure in bytes.
Definition at line 243 of file GraphicsOutput.h.
| EFI_PHYSICAL_ADDRESS EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::FrameBufferBase |
Base address of graphics linear frame buffer.
Offset zero in FrameBufferBase represents the upper left pixel of the display.
Definition at line 248 of file GraphicsOutput.h.
Referenced by efifb_init().
| UINTN EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::FrameBufferSize |
Amount of frame buffer needed to support the active mode as defined by PixelsPerScanLine xVerticalResolution x PixelElementSize.
Definition at line 253 of file GraphicsOutput.h.
1.8.15