-
Make wsi_device_matches_drm_fd() a default helper that PCI based GPUs plug in to wsi_dev->can_present_on_device. This is needed for devices without libdrm, where wsi_device_matches_drm_fd was still being called causing an "undefined reference" build error. Suggested-by:
Rob Clark <robdclark@chromium.org> Fixes: baa38c14 ("vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching") Reviewed-by:
Mark Collins <mark@igalia.com> Reviewed-by:
Faith Ekstrand <faith.ekstrand@collabora.com> Signed-off-by:
Valentine Burley <valentine.burley@gmail.com> Part-of: <!29627>
47289ebcMake wsi_device_matches_drm_fd() a default helper that PCI based GPUs plug in to wsi_dev->can_present_on_device. This is needed for devices without libdrm, where wsi_device_matches_drm_fd was still being called causing an "undefined reference" build error. Suggested-by:
Rob Clark <robdclark@chromium.org> Fixes: baa38c14 ("vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching") Reviewed-by:
Mark Collins <mark@igalia.com> Reviewed-by:
Faith Ekstrand <faith.ekstrand@collabora.com> Signed-off-by:
Valentine Burley <valentine.burley@gmail.com> Part-of: <!29627>
Loading