[Bug 111499] [bisected][skl] Graphical corruption in kwin effects
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Sep 21 13:08:04 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111499
--- Comment #20 from Mike Lothian <mike at fireburn.co.uk> ---
I've also fixed that xserver error with the following patch
diff --git a/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h
b/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h
index da7ea1c1e..b2c158bcf 100644
--- a/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h
+++ b/hw/xfree86/dri2/pci_ids/pci_id_driver_map.h
@@ -70,7 +70,7 @@ static const struct {
int num_chips_ids;
} driver_map[] = {
{ 0x8086, "i915", i915_chip_ids, ARRAY_SIZE(i915_chip_ids) },
- { 0x8086, "i965", i965_chip_ids, ARRAY_SIZE(i965_chip_ids) },
+ { 0x8086, "iris", i965_chip_ids, ARRAY_SIZE(i965_chip_ids) },
#ifndef DRIVER_MAP_GALLIUM_ONLY
{ 0x1002, "radeon", r100_chip_ids, ARRAY_SIZE(r100_chip_ids) },
{ 0x1002, "r200", r200_chip_ids, ARRAY_SIZE(r200_chip_ids) },
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190921/6a5deeb2/attachment.html>
More information about the intel-3d-bugs
mailing list