451a0bd490
Follow the implementation of all other Mesa drivers and use the primary node of the render device for VK_EXT_physical_device_drm. The topic of which node should be returned here has been the topic of a long debate, but at least for Mesa drivers, there is the consensus that this extension should not mix nodes from different DRM devices. So align v3dv with the other Mesa implementations. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37584>