Commit 99a06963 authored by Zhenyao Mo's avatar Zhenyao Mo Committed by Commit Bot

Disable hardware overlays on two AMD GPUs.

They are 0x15d8, 0x15dd

There is a crash spike in M80 caused mostly by these two GPUs.

It's most likely caused by Chrome enabling hardware overlays
for these two GPUs on M80.

BUG=625785
TEST=manual
R=sunnyps@chromium.org

Change-Id: I896d5993818e9b7088f64f6cd974989c8e33c93b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097827
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org>
Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749279}
parent 6429c3e9
...@@ -3583,6 +3583,19 @@ ...@@ -3583,6 +3583,19 @@
"features": [ "features": [
"disable_aimagereader" "disable_aimagereader"
] ]
},
{
"id": 336,
"cr_bugs": [625785],
"description": "Hardware overlays caused crash spike on certain AMD GPUs",
"os": {
"type": "win"
},
"vendor_id": "0x1002",
"device_id": ["0x15d8", "0x15dd"],
"features": [
"disable_direct_composition_video_overlays"
]
} }
] ]
} }
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