mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-13 12:40:19 +00:00
vk: Fixup on linux + RADV combo (#10341)
This commit is contained in:
parent
a736350859
commit
338dc62474
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user