OpenCore
1.0.4
OpenCore Bootloader
|
#include <Uefi.h>
Go to the source code of this file.
Data Structures | |
struct | OC_FORCE_RESOLUTION_PROTOCOL_ |
Macros | |
#define | OC_FORCE_RESOLUTION_PROTOCOL_GUID |
Typedefs | |
typedef struct OC_FORCE_RESOLUTION_PROTOCOL_ | OC_FORCE_RESOLUTION_PROTOCOL |
typedef EFI_STATUS(EFIAPI * | OC_FORCE_RESOLUTION_SET_RESOLUTION) (IN OUT OC_FORCE_RESOLUTION_PROTOCOL *This, IN UINT32 Width OPTIONAL, IN UINT32 Height OPTIONAL) |
Variables | |
EFI_GUID | gOcForceResolutionProtocolGuid |
Copyright (C) 2020, Goldfish64. All rights reserved.
All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file OcForceResolution.h.
#define OC_FORCE_RESOLUTION_PROTOCOL_GUID |
Definition at line 24 of file OcForceResolution.h.
typedef struct OC_FORCE_RESOLUTION_PROTOCOL_ OC_FORCE_RESOLUTION_PROTOCOL |
Definition at line 28 of file OcForceResolution.h.
typedef EFI_STATUS(EFIAPI * OC_FORCE_RESOLUTION_SET_RESOLUTION) (IN OUT OC_FORCE_RESOLUTION_PROTOCOL *This, IN UINT32 Width OPTIONAL, IN UINT32 Height OPTIONAL) |
Force the specified resolution and reconnect the controller. Specifying zero for Width and Height will pull the maximum supported resolution by the EDID instead.
[in,out] | This | Protocol instance. |
[in] | Width | Desired screen width. |
[in] | Height | Desired screen height. |
EFI_SUCCESS | Resolution successfully forced. |
EFI_UNSUPPORTED | The video adapter or the display are not supported. |
EFI_ALREADY_STARTED | The specified resolution is already supported. |
Definition at line 44 of file OcForceResolution.h.
|
extern |