https://bugs.winehq.org/show_bug.cgi?id=54533
Bug ID: 54533 Summary: mfmediaengine:mfmediaengine - On Windows test_TransferVideoFrames() fails on AMD GPUs Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mfplat Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
mfmediaengine:mfmediaengine - test_TransferVideoFrames() fails on AMD GPUs:
w11pro64_amd (AMD RX6600): mfmediaengine.c:1300: Test failed: Unexpected 49% diff
fgtb-w10pro64_rx550 (AMD RX550): mfmediaengine.c:1300: Test failed: Unexpected 2% diff
See https://test.winehq.org/data/patterns.html#mfmediaengine:mfmediaengine
The percentages are constant on both machines.
https://bugs.winehq.org/show_bug.cgi?id=54533
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase CC| |rbernon@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=54533
Bernhard Kölbl besentv@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |besentv@gmail.com
--- Comment #1 from Bernhard Kölbl besentv@gmail.com --- The problem with this test is, that it seems to be suffering from an AMD driver bug. When you look at the generated image it's really clear that it's garbage output. The only real way to fix this test would be to check for GPU vendor and skip the tests accordingly, not sure if that's a good solution though?
https://bugs.winehq.org/show_bug.cgi?id=54533
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- The goal should be to understand why it's different on AMD, not simply skipping.