Re: [Spice-devel] [PATCH] common: Add a udev helper to identify GPU Vendor (v2)

2023-10-05 Thread Frediano Ziglio
Il giorno mar 3 ott 2023 alle ore 20:36 Frediano Ziglio ha scritto: > > Il giorno lun 2 ott 2023 alle ore 06:41 Vivek Kasireddy > ha scritto: > > > > Given that libudev is widely available on many Linux distros, we > > can use the relevant APIs to iterate over all the devices associated > > with

Re: [Spice-devel] [PATCH] common: Add a udev helper to identify GPU Vendor (v2)

2023-10-03 Thread Frediano Ziglio
Il giorno lun 2 ott 2023 alle ore 06:41 Vivek Kasireddy ha scritto: > > Given that libudev is widely available on many Linux distros, we > can use the relevant APIs to iterate over all the devices associated > with the drm subsystem to figure out if a specific vendor GPU > is available or not. > >

Re: [Spice-devel] [PATCH] common: Add a udev helper to identify GPU Vendor

2023-09-17 Thread Kasireddy, Vivek
Hi Frediano, > > Given that libudev is widely available on many distros, we can > > use the relevant APIs to iterate over all the PCI devices on > > any given system to identify if a GPU is available by looking > > at the driver name associated with it. > > > > This capability (identifying GPU Ven

Re: [Spice-devel] [PATCH] common: Add a udev helper to identify GPU Vendor

2023-09-15 Thread Frediano Ziglio
Il giorno ven 15 set 2023 alle ore 01:33 Vivek Kasireddy ha scritto: > > Given that libudev is widely available on many distros, we can > use the relevant APIs to iterate over all the PCI devices on > any given system to identify if a GPU is available by looking > at the driver name associated wit