Commit 00ae8c0d authored by Eric Karl's avatar Eric Karl Committed by Commit Bot

Disable HW Acceleration on GM45 with bad driver

We've found visual corruption on this GPU / driver combination.
Blacklisting very restrictively for now. If we find this issue in future
drivers we can change the blacklist to >=.

Bug: 890688
Change-Id: I996fb8b9c7f83230aa9cd0f5fd39038d3f686eb2
Reviewed-on: https://chromium-review.googlesource.com/c/1496536
Commit-Queue: Eric Karl <ericrk@chromium.org>
Commit-Queue: Khushal <khushalsagar@chromium.org>
Auto-Submit: Eric Karl <ericrk@chromium.org>
Reviewed-by: default avatarKhushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636672}
parent 8ee8f9d4
...@@ -1714,6 +1714,23 @@ ...@@ -1714,6 +1714,23 @@
"features": [ "features": [
"all" "all"
] ]
},
{
"id": 161,
"cr_bugs": [890688],
"description": "Newer Mesa drivers experience visual corruption on very old hardware",
"os": {
"type": "linux"
},
"vendor_id": "0x8086",
"device_id": ["0x2a42"],
"driver_version": {
"op": "=",
"value": "18.1.7"
},
"features": [
"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