580 release feedback & discussion

MPV interpolation stopped working after updating Nvidia drivers to 580.76.05 , the application plays the video but freezes, the controls do not load, I have to kill MPV process always

It seems the problem is the video-sync=display-resample setting - without this setting MPV works

mpv.conf :

vo=gpu-next
gpu-api=vulkan
gpu-context=auto
hwdec=nvdec
interpolation
video-sync=display-resample
tscale=oversample
vulkan-device=“NVIDIA GeForce RTX 3070”
scale=ewa_lanczos
cscale=ewa_lanczos

The same settings worked before the driver update. Vulkan is essentially broken, similar to problem with NVPRESENT_ENABLE_SMOOTH_MOTION=1 mentioned few posts above, any suggestion ?