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

Disable direct composition on two AMD GPUs on Windowns

It seems they cause video frame drop.

BUG=995396
TEST=user
R=sunnyps@chromium.org

Change-Id: I0e0d227e564ba1390478b8020ab84fa2f7e28fae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877049
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709211}
parent d4bb8bd1
...@@ -3377,6 +3377,19 @@ ...@@ -3377,6 +3377,19 @@
"features": [ "features": [
"max_msaa_sample_count_2" "max_msaa_sample_count_2"
] ]
},
{
"id": 318,
"cr_bugs": [995396],
"description": "Direct composition caused performance issues on AMD GPUs",
"os": {
"type": "win"
},
"vendor_id": "0x1002",
"device_id": ["0x694c"],
"features": [
"disable_direct_composition"
]
} }
] ]
} }
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