[vlc-commits] direct3d11: disable zero-copy for RX Vega 8/11 too
    Steve Lhomme 
    git at videolan.org
       
    Mon Dec  3 16:23:36 CET 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Dec  3 10:33:54 2018 +0100| [886d23692ae9cd9a48c237f0a3d9c1416949d7ae] | 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
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=886d23692ae9cd9a48c237f0a3d9c1416949d7ae
---
 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 1f72a69822..4474c46491 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -1464,6 +1464,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