summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 4a1c2f75..efb425c2 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1416,6 +1416,15 @@ struct gk20a {
1416 u16 pci_class; 1416 u16 pci_class;
1417 u8 pci_revision; 1417 u8 pci_revision;
1418 1418
1419 /*
1420 * PCI power management: i2c device index, port and address for
1421 * INA3221.
1422 */
1423 u32 ina3221_dcb_index;
1424 u32 ina3221_i2c_address;
1425 u32 ina3221_i2c_port;
1426 bool hardcode_sw_threshold;
1427
1419 /* PCIe power states. */ 1428 /* PCIe power states. */
1420 bool xve_l0s; 1429 bool xve_l0s;
1421 bool xve_l1; 1430 bool xve_l1;