Searched refs:DpmDescriptor (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| A D | vega20_processpptables.c | 133 pptable->DpmDescriptor[PPCLK_GFXCLK].padding, 150 pptable->DpmDescriptor[PPCLK_VCLK].padding, 153 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.a, 154 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.b, 167 pptable->DpmDescriptor[PPCLK_DCLK].padding, 170 pptable->DpmDescriptor[PPCLK_DCLK].SsCurve.a, 171 pptable->DpmDescriptor[PPCLK_DCLK].SsCurve.b, 184 pptable->DpmDescriptor[PPCLK_ECLK].padding, 187 pptable->DpmDescriptor[PPCLK_ECLK].SsCurve.a, 218 pptable->DpmDescriptor[PPCLK_UCLK].padding, [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| A D | sienna_cichlid_ppt.c | 2583 pptable->DpmDescriptor[PPCLK_GFXCLK].SsFmin, in beige_goby_dump_pptable() 2604 pptable->DpmDescriptor[PPCLK_SOCCLK].SsFmin, in beige_goby_dump_pptable() 2619 pptable->DpmDescriptor[PPCLK_UCLK].Padding, in beige_goby_dump_pptable() 2625 pptable->DpmDescriptor[PPCLK_UCLK].SsFmin, in beige_goby_dump_pptable() 2640 pptable->DpmDescriptor[PPCLK_FCLK].Padding, in beige_goby_dump_pptable() 2646 pptable->DpmDescriptor[PPCLK_FCLK].SsFmin, in beige_goby_dump_pptable() 2667 pptable->DpmDescriptor[PPCLK_DCLK_0].SsFmin, in beige_goby_dump_pptable() 3258 pptable->DpmDescriptor[PPCLK_UCLK].Padding, in sienna_cichlid_dump_pptable() 3264 pptable->DpmDescriptor[PPCLK_UCLK].SsFmin, in sienna_cichlid_dump_pptable() 3279 pptable->DpmDescriptor[PPCLK_FCLK].Padding, in sienna_cichlid_dump_pptable() [all …]
|
| A D | arcturus_ppt.c | 1626 pptable->DpmDescriptor[PPCLK_GFXCLK].padding, in arcturus_dump_pptable() 1632 pptable->DpmDescriptor[PPCLK_GFXCLK].SsFmin, in arcturus_dump_pptable() 1647 pptable->DpmDescriptor[PPCLK_VCLK].padding, in arcturus_dump_pptable() 1653 pptable->DpmDescriptor[PPCLK_VCLK].SsFmin, in arcturus_dump_pptable() 1668 pptable->DpmDescriptor[PPCLK_DCLK].padding, in arcturus_dump_pptable() 1674 pptable->DpmDescriptor[PPCLK_DCLK].SsFmin, in arcturus_dump_pptable() 1695 pptable->DpmDescriptor[PPCLK_SOCCLK].SsFmin, in arcturus_dump_pptable() 1710 pptable->DpmDescriptor[PPCLK_UCLK].padding, in arcturus_dump_pptable() 1716 pptable->DpmDescriptor[PPCLK_UCLK].SsFmin, in arcturus_dump_pptable() 1731 pptable->DpmDescriptor[PPCLK_FCLK].padding, in arcturus_dump_pptable() [all …]
|
| A D | navi10_ppt.c | 982 !driver_ppt->DpmDescriptor[PPCLK_SOCCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1000 !driver_ppt->DpmDescriptor[PPCLK_GFXCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1018 !driver_ppt->DpmDescriptor[PPCLK_UCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1036 !driver_ppt->DpmDescriptor[PPCLK_VCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1054 !driver_ppt->DpmDescriptor[PPCLK_DCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1072 !driver_ppt->DpmDescriptor[PPCLK_DCEFCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1090 !driver_ppt->DpmDescriptor[PPCLK_PIXCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1108 !driver_ppt->DpmDescriptor[PPCLK_DISPCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1126 !driver_ppt->DpmDescriptor[PPCLK_PHYCLK].SnapToDiscrete; in navi10_set_default_dpm_table() 1234 dpm_desc = &pptable->DpmDescriptor[clk_index]; in navi10_is_support_fine_grained_dpm() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| A D | smu13_driver_if_aldebaran.h | 296 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| A D | smu11_driver_if_sienna_cichlid.h | 679 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member 1039 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| A D | smu11_driver_if_arcturus.h | 513 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| A D | smu11_driver_if_navi10.h | 583 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| A D | smu13_driver_if_v13_0_7.h | 1048 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| A D | smu13_driver_if_v13_0_0.h | 1039 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| A D | smu14_driver_if_v14_0.h | 1138 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/ |
| A D | smu9_driver_if.h | 306 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| A D | smu11_driver_if.h | 418 DpmDescriptor_t DpmDescriptor[PPCLK_COUNT]; member
|
Completed in 101 milliseconds