Skip to content

Commit

Permalink
Disable NV12 dynamic textures on AMD GPUs in general.
Browse files Browse the repository at this point in the history
We disabled dynamic textures for a few integrated GPUs, but it
turns out for discrete GPUs we also need to disable them.
Otherwise videos fail to display when HW overlays are enabled.

This has been confirmed locally by xose@google and also AMD
that it is the right fix for the issue.

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

Change-Id: I03fd2bd78db2eb5cebb9fa7465aec1f217fd0172
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049026
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org>
Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740165}
  • Loading branch information
zhenyao authored and Commit Bot committed Feb 11, 2020
1 parent c4ff881 commit d8b748f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gpu/config/gpu_driver_bug_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3451,13 +3451,12 @@
},
{
"id": 324,
"cr_bugs": [1029855],
"description": "dynamic textures fail to work on certain AMD GPUs",
"cr_bugs": [1029855, 1050666],
"description": "dynamic textures fail to work on AMD GPUs",
"os": {
"type": "win"
},
"vendor_id": "0x1002",
"device_id": ["0x9870", "0x9874", "0x98E4", "0x15DD", "0x15D8"],
"features": [
"disable_nv12_dynamic_textures"
]
Expand Down

0 comments on commit d8b748f

Please sign in to comment.