search for: drm_bus_virtio

Displaying 1 result from an estimated 1 matches for "drm_bus_virtio".

2024 Jul 26
2
[PATCH v2 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
...accepts to > report DRM device from: > > { "/pci", DRM_BUS_PCI }, > { "/usb", DRM_BUS_USB }, > { "/platform", DRM_BUS_PLATFORM }, > { "/spi", DRM_BUS_PLATFORM }, > { "/host1x", DRM_BUS_HOST1X }, > { "/virtio", DRM_BUS_VIRTIO }, > > Not a big deal to just add it for a new driver, but obviously we can't just do > this for an existing one. > >> Fortunately it didn't turn out to be necessary, and we >> can happily probe() against the auxiliary device and still use the PCI >> device as...