1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-02-13 12:40:19 +00:00

vk: Fixup on linux + RADV combo ()

This commit is contained in:
kd-11 2021-05-25 22:40:53 +03:00 committed by GitHub
parent a736350859
commit 338dc62474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -579,12 +579,12 @@ VKGSRender::VKGSRender() : GSRender()
#if !defined(__linux__)
// Intel chipsets would fail on BSD in most cases and DRM_IOCTL_i915_GEM_USERPTR unimplemented
case vk::driver_vendor::INTEL:
#endif
if (backend_config.supports_passthrough_dma)
{
rsx_log.error("AMDGPU kernel driver on linux and INTEL driver on some platforms cannot support passthrough DMA buffers.");
backend_config.supports_passthrough_dma = false;
}
#endif
break;
#endif
default: break;