queso-fuego / uefi-dev

Repo for the UEFI Development Series
The Unlicense
42 stars 3 forks source link

Graphics Mode(s) #11

Closed elevatorguy closed 2 months ago

elevatorguy commented 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.

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.

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:

#define CL_TARGET_OPENCL_VERSION 200
#include "../3rdparty/CL/opencl.h"
elevatorguy commented 2 months ago

Needed to select "Legacy Support Disable and Secure Boot Disable" in BIOS.