mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
nouveau: Add PCI information to nv_device_info
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
8e722497cd
commit
9b20394b89
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
|||
#define NV_DEVINFO_H
|
||||
|
||||
struct nv_device_info {
|
||||
uint16_t pci_domain;
|
||||
uint8_t pci_bus;
|
||||
uint8_t pci_dev;
|
||||
uint8_t pci_func;
|
||||
uint16_t pci_device_id;
|
||||
uint8_t pci_revision_id;
|
||||
|
||||
uint16_t cls_copy;
|
||||
uint16_t cls_eng2d;
|
||||
uint16_t cls_eng3d;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue