[v0.11] Adding most of Gen9/9.5 iGPUs to database

This commit is contained in:
Dr-Noob
2021-11-27 11:10:01 +01:00
parent 8740337145
commit 8db60b614d
4 changed files with 78 additions and 5 deletions

View File

@@ -9,8 +9,6 @@
struct gpu_info* get_gpu_info_intel() {
struct gpu_info* gpu = (struct gpu_info*) emalloc(sizeof(struct gpu_info));
const char* name = "UHD Graphics XXX";
gpu->vendor = GPU_VENDOR_INTEL;
struct pci_dev *devices = get_pci_devices_from_pciutils();