https://bugs.winehq.org/show_bug.cgi?id=52564
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- On the NVIDIA side w11pro64_nv is the modern replacement for cw-gtx560, while w11pro64_amd (and to some extent fgtbw10pro64-rx550) replaces cw-rx460.
Based on this there is indeed no timeout on NVIDIA anymore. dxgi:dxgi sometimes still times out on fgtbw10pro64-rx550 (when it's lucky enough not to crash) but this happens in other parts of the code so it's another issue.
Also, looking at traces of dxgi:dxgi on w11pro64_nv and w11pro64_amd this loop seems to have been shortened: it only tests 58 and 34 modes respectively, taking about 40 seconds.
Beyond the reduced loop count, the tests seems to be taking under 1 ms per mode test (on NVIDIA, under 3 ms on AMD). That much faster than the 1060 ms that was causing the timeout.
So I think it's reasonable to mark this bug as fixed.