diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-02-12 11:31:18 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-02-13 15:44:53 +0100 |
commit | 7fcac1989c8dd853779bbd04c4eaddc50a5bbc5e (patch) | |
tree | 799768cefc4c824b55f7b888c11834b883954fc9 /vcl/qa | |
parent | 2b702f7436acf6883b41508277441e5ea0a53d51 (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/qa')
-rw-r--r-- | vcl/qa/cppunit/test_blocklist_evaluate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/test_blocklist_evaluate.xml b/vcl/qa/cppunit/test_blocklist_evaluate.xml index dbcee17a1b18..00a8b0439146 100644 --- a/vcl/qa/cppunit/test_blocklist_evaluate.xml +++ b/vcl/qa/cppunit/test_blocklist_evaluate.xml @@ -10,7 +10,7 @@ <!-- entry attributes: os - "all", "7", "8", "8_1", "10" - vendor - "all", "intel", "ati", "amd", "nvidia", "microsoft" + vendor - "all", "intel", "amd", "nvidia", "microsoft" compare - "less", "less_equal", "greater", "greater_equal", "equal", "not_equal", "between_exclusive", "between_inclusive", "between_inclusive_start" version minVersion |