[vlc-commits] direct3d11: disable zero-copy for RX Vega 8/11 too
Steve Lhomme
git at videolan.org
Mon Dec 3 17:53:30 CET 2018
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Dec 3 10:33:54 2018 +0100| [9982a175938e73f8b9af9d473bb508427d195d1f] | committer: Steve Lhomme
direct3d11: disable zero-copy for RX Vega 8/11 too
https://forum.videolan.org/viewtopic.php?f=14&t=147078&p=483016
(cherry picked from commit 886d23692ae9cd9a48c237f0a3d9c1416949d7ae)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9982a175938e73f8b9af9d473bb508427d195d1f
---
modules/video_output/win32/direct3d11.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index 79114b708e..91252a5ec8 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -1499,6 +1499,7 @@ static bool BogusZeroCopy(vout_display_t *vd)
{
case 0x687F: // RX Vega 56/64
case 0x6863: // RX Vega Frontier Edition
+ case 0x15DD: // RX Vega 8/11 (Ryzen iGPU)
return true;
default:
return false;
More information about the vlc-commits
mailing list