Searched refs:TotalPowerConfig (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu11_driver_if_sienna_cichlid.h | 625 …uint8_t TotalPowerConfig; //0-TDP, 1-TGP, 2-TCP Estimated, 3-TCP Measured. Use defines fro… member 985 …uint8_t TotalPowerConfig; //0-TDP, 1-TGP, 2-TCP Estimated, 3-TCP Measured. Use defines fro… member
|
D | smu11_driver_if_arcturus.h | 620 uint8_t TotalPowerConfig; //0-TDP, 1-TGP, 2-TCP Estimated, 3-TCP Measured member
|
D | smu11_driver_if_navi10.h | 698 uint8_t TotalPowerConfig; //0-TDP, 1-TGP, 2-TCP Estimated, 3-TCP Measured member
|
D | smu13_driver_if_v13_0_0.h | 947 …uint8_t TotalPowerConfig; // Determines how PMFW calculates the power. Use defines from Pw… member
|
D | smu13_driver_if_v13_0_7.h | 956 …uint8_t TotalPowerConfig; // Determines how PMFW calculates the power. Use defines from Pw… member
|
D | smu14_driver_if_v14_0.h | 1056 …uint8_t TotalPowerConfig; // Determines how PMFW calculates the power. Use defines from Pw… member
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 1899 dev_info(smu->adev->dev, "TotalPowerConfig = %d\n", pptable->TotalPowerConfig); in arcturus_dump_pptable()
|
D | sienna_cichlid_ppt.c | 2525 dev_info(smu->adev->dev, "TotalPowerConfig = 0x%x\n", pptable->TotalPowerConfig); in beige_goby_dump_pptable() 3160 dev_info(smu->adev->dev, "TotalPowerConfig = 0x%x\n", pptable->TotalPowerConfig); in sienna_cichlid_dump_pptable()
|