search for: pci_table

Displaying 3 results from an estimated 3 matches for "pci_table".

Did you mean: i_table
2025 Feb 03
0
[PATCH 1/2] gpu: nova-core: add initial driver stub
On 2/3/25 12:24 PM, Joel Fernandes wrote: > Hi Danilo, > On Fri, Jan 31, 2025 at 11:04:24PM +0100, Danilo Krummrich wrote: ... >> +const BAR0_SIZE: usize = 8; >> +pub(crate) type Bar0 = pci::Bar<BAR0_SIZE>; >> + >> +kernel::pci_device_table!( >> + PCI_TABLE, >> + MODULE_PCI_TABLE, >> + <NovaCore as pci::Driver>::IdInfo, >> + [( >> + pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_NVIDIA, bindings::PCI_ANY_ID as _), > > Does this mean it will match even non-GSP Nvidia devices? > Yes, it does. How...
2014 Jul 18
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
...PCI tables. > > The reason people were getting the PCI table wrong was mostly the init > section specifiers which are now gone, but it has enough underlying > utility (mostly constification) that I don't think we'd want to churn > the kernel hugely to make a change to struct pci_table and then have to > start detecting and fixing misuses. > > James > > > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo...
2014 Jul 18
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
...PCI tables. > > The reason people were getting the PCI table wrong was mostly the init > section specifiers which are now gone, but it has enough underlying > utility (mostly constification) that I don't think we'd want to churn > the kernel hugely to make a change to struct pci_table and then have to > start detecting and fixing misuses. > > James > > > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo...