summaryrefslogtreecommitdiff
path: root/vcl/inc/driverblocklist.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-02-12 11:31:18 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-02-13 15:44:53 +0100
commit7fcac1989c8dd853779bbd04c4eaddc50a5bbc5e (patch)
tree799768cefc4c824b55f7b888c11834b883954fc9 /vcl/inc/driverblocklist.hxx
parent2b702f7436acf6883b41508277441e5ea0a53d51 (diff)
remove 'ATI' from the driver list
The ATI brand has not been in use for a decade, and it's confusing to have both AMD and ATI there. All AMD gfx cards use the 0x1002 formerly-ATI PCI vendor ID, so just use AMD and that vendor ID. Change-Id: I9d60f1e86fe12a2e0fe9548c7c912d2d1ecec240 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88534 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl/inc/driverblocklist.hxx')
-rw-r--r--vcl/inc/driverblocklist.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/driverblocklist.hxx b/vcl/inc/driverblocklist.hxx
index e8f99378fa24..6a0180386a9a 100644
--- a/vcl/inc/driverblocklist.hxx
+++ b/vcl/inc/driverblocklist.hxx
@@ -65,7 +65,6 @@ enum DeviceVendor
VendorIntel,
VendorNVIDIA,
VendorAMD,
- VendorATI,
VendorMicrosoft,
};
const int DeviceVendorMax = VendorMicrosoft + 1;