Commit d81b8386 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Allow GPU acceleration on Linux with AMD Brahma drivers

BUG=719213
TEST=manual
R=magchen@chromium.org

Change-Id: I259ec8e0db3d586b9cbd9bd025c874a8930d31bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980558Reviewed-by: default avatarMaggie Chen <magchen@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727313}
parent db9b2ce6
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
{ {
"id": 5, "id": 5,
"description": "ATI/AMD cards with older drivers in Linux are crash-prone", "description": "ATI/AMD cards with older drivers in Linux are crash-prone",
"cr_bugs": [71381, 76428, 73910, 101225, 136240, 357314], "cr_bugs": [71381, 76428, 73910, 101225, 136240, 357314, 719213],
"os": { "os": {
"type": "linux" "type": "linux"
}, },
...@@ -69,6 +69,9 @@ ...@@ -69,6 +69,9 @@
}, },
{ {
"driver_vendor": ".*ANGLE.*" "driver_vendor": ".*ANGLE.*"
},
{
"driver_vendor": ".*Brahma.*"
} }
], ],
"features": [ "features": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment