Blame SOURCES/0001-mustard-Add-DRI2-fallback-driver-mappings-for-i965-a.patch

05dbd3
From efb4bc5b3da511d128144840d7eb3cf3c7cfa0ae Mon Sep 17 00:00:00 2001
05dbd3
From: Adam Jackson <ajax@redhat.com>
05dbd3
Date: Tue, 3 Sep 2019 12:10:37 -0400
05dbd3
Subject: [PATCH] mustard: Add DRI2 fallback driver mappings for i965 and
05dbd3
 radeonsi
05dbd3
05dbd3
---
05dbd3
 hw/xfree86/dri2/pci_ids/pci_id_driver_map.h | 2 ++
05dbd3
 1 file changed, 2 insertions(+)
05dbd3
05dbd3
diff --git a/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h b/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h
05dbd3
index 689a570..3825f52 100644
05dbd3
--- a/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h
05dbd3
+++ b/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h
05dbd3
@@ -45,8 +45,10 @@ static const struct {
05dbd3
    int num_chips_ids;
05dbd3
 } driver_map[] = {
05dbd3
    { 0x8086, "i965", "va_gl", i965_chip_ids, ARRAY_SIZE(i965_chip_ids) },
05dbd3
+   { 0x8086, "i965", "va_gl", NULL, -1 },
05dbd3
    { 0x1002, "r600","r600",  r600_chip_ids, ARRAY_SIZE(r600_chip_ids) },
05dbd3
    { 0x1002, "radeonsi", "radeonsi", radeonsi_chip_ids, ARRAY_SIZE(radeonsi_chip_ids) },
05dbd3
+   { 0x1002, "radeonsi", "radeonsi", NULL, -1 },
05dbd3
    { 0x10de, "nouveau", "nouveau", NULL, -1 },
05dbd3
    { 0x1af4, "virtio_gpu", "virtio_gpu", virtio_gpu_chip_ids, ARRAY_SIZE(virtio_gpu_chip_ids) },
05dbd3
    { 0x15ad, "vmwgfx", "vmwgfx", vmwgfx_chip_ids, ARRAY_SIZE(vmwgfx_chip_ids) },
05dbd3
-- 
05dbd3
2.23.0
05dbd3