Displaying 1 result from an estimated 1 matches for "drmgetdevices2".
Did you mean:
drmgetdevices
2024 Jul 26
2
[PATCH v2 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
...n't understand the auxiliary
>> bus.? So, if nouveau were to use its auxiliary device as parent of the DRM
>> device, PRIME breaks.
> The Vulkan device selector stuff looks like it should mostly work.
>
> However, I guess you refer to the loader stuff in Mesa that uses
> drmGetDevices2() from libdrm? This stuff indeed whitelists busses it accepts to
> report DRM device from:
>
> { "/pci", DRM_BUS_PCI },
> { "/usb", DRM_BUS_USB },
> { "/platform", DRM_BUS_PLATFORM },
> { "/spi", DRM_BUS_PLATFORM },
> { "/host1x...