Skip to content

Commit

Permalink
gpu: Disable delayed copy NV12 video for AMD
Browse files Browse the repository at this point in the history
TBR=zmo@chromium.org

Bug: 983787
Change-Id: I03a59a3e12380e29333ecfc3f79e7815b7162832
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1723584
Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org>
Reviewed-by: Zhenyao Mo <zmo@chromium.org>
Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682045}
  • Loading branch information
sunnyps authored and Commit Bot committed Jul 29, 2019
1 parent 2f6bf5d commit 292e8dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gpu/config/gpu_driver_bug_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3295,6 +3295,18 @@
"features": [
"force_gl_flush_on_swap_buffers"
]
},
{
"id": 308,
"cr_bugs": [983787],
"description": "Delayed copy NV12 causes crashes on GPU main thread when DXVA video decoder runs on another thread",
"os": {
"type": "win"
},
"vendor_id": "0x1002",
"features": [
"disable_delayed_copy_nv12"
]
}
]
}

0 comments on commit 292e8dd

Please sign in to comment.