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
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.
>
>
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
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