Commit 01a7ef1e authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Disable all GPU features on old AMD driver 8.17.10.*.

This driver is old and buggy and should not be used.
We tried to disable accelerated video decode first,
but crashes/hangs arose again recently on these old drivers.

Let's just follow AMD advice and disable this driver
entirely.

BUG=1069262
TEST=
R=sunnyps@chromium.org

Change-Id: I7d29cc86162eeaa4ec175030d761447a6fcb6106
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297711Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788830}
parent 907a161b
...@@ -1698,7 +1698,7 @@ ...@@ -1698,7 +1698,7 @@
"value": "8.17.10" "value": "8.17.10"
}, },
"features": [ "features": [
"accelerated_video_decode" "all"
] ]
} }
] ]
......
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