Closed elevatorguy closed 2 months ago
Using a device from a vendor - 2017 - and the list shown when using the Set Graphics Mode menu item doesn't include the native screen resolution as it does on older hardware.
Set Graphics Mode
related: gpuopen - twitter
@GPUOpen-Drivers Hello Triangle; UEFI development - is it possible?
With EFI_PCI_IO_PROTOCOL; not sure if PCI Local Bus Specification Revision 3 is the correct reference.
EFI_PCI_IO_PROTOCOL
Using the Print EFI Global Variables; is this relevant/applicable? A simple toggle would be convenient.
Print EFI Global Variables
CoPilot chat
I've got OpenCL compiling after adding the following:
#define CL_TARGET_OPENCL_VERSION 200 #include "../3rdparty/CL/opencl.h"
Needed to select "Legacy Support Disable and Secure Boot Disable" in BIOS.
Using a device from a vendor - 2017 - and the list shown when using the
Set Graphics Mode
menu item doesn't include the native screen resolution as it does on older hardware.related: gpuopen - twitter
With
EFI_PCI_IO_PROTOCOL
; not sure if PCI Local Bus Specification Revision 3 is the correct reference.Using the
Print EFI Global Variables
; is this relevant/applicable? A simple toggle would be convenient.CoPilot chat
I've got OpenCL compiling after adding the following: