Searched refs:PPCLK_VCLK (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | vega20_processpptables.c | 148 pptable->DpmDescriptor[PPCLK_VCLK].VoltageMode, 149 pptable->DpmDescriptor[PPCLK_VCLK].SnapToDiscrete, 150 pptable->DpmDescriptor[PPCLK_VCLK].NumDiscreteLevels, 151 pptable->DpmDescriptor[PPCLK_VCLK].padding, 152 pptable->DpmDescriptor[PPCLK_VCLK].ConversionToAvfsClk.m, 153 pptable->DpmDescriptor[PPCLK_VCLK].ConversionToAvfsClk.b, 154 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.a, 155 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.b, 156 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.c); 357 pr_info("DcModeMaxFreq[PPCLK_VCLK] = %d\n", pptable->DcModeMaxFreq[PPCLK_VCLK]);
|
D | vega12_hwmgr.c | 616 ret = vega12_setup_single_dpm_table(hwmgr, dpm_table, PPCLK_VCLK); in vega12_setup_default_dpm_tables() 1074 (PPCLK_VCLK << 16) | (min_freq & 0xffff))), in vega12_upload_dpm_min_level() 1152 (PPCLK_VCLK << 16) | (max_freq & 0xffff))), in vega12_upload_dpm_max_level()
|
D | vega20_hwmgr.c | 686 ret = vega20_setup_single_dpm_table(hwmgr, dpm_table, PPCLK_VCLK); in vega20_setup_default_dpm_tables() 1826 (PPCLK_VCLK << 16) | (min_freq & 0xffff))), in vega20_upload_dpm_min_level() 1921 (PPCLK_VCLK << 16) | (max_freq & 0xffff))), in vega20_upload_dpm_max_level()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/ |
D | arcturus_ppt.c | 134 CLK_MAP(VCLK, PPCLK_VCLK), 1534 pptable->DpmDescriptor[PPCLK_VCLK].VoltageMode, in arcturus_dump_pptable() 1535 pptable->DpmDescriptor[PPCLK_VCLK].SnapToDiscrete, in arcturus_dump_pptable() 1536 pptable->DpmDescriptor[PPCLK_VCLK].NumDiscreteLevels, in arcturus_dump_pptable() 1537 pptable->DpmDescriptor[PPCLK_VCLK].padding, in arcturus_dump_pptable() 1538 pptable->DpmDescriptor[PPCLK_VCLK].ConversionToAvfsClk.m, in arcturus_dump_pptable() 1539 pptable->DpmDescriptor[PPCLK_VCLK].ConversionToAvfsClk.b, in arcturus_dump_pptable() 1540 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.a, in arcturus_dump_pptable() 1541 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.b, in arcturus_dump_pptable() 1542 pptable->DpmDescriptor[PPCLK_VCLK].SsCurve.c, in arcturus_dump_pptable() [all …]
|
D | navi10_ppt.c | 130 CLK_MAP(VCLK, PPCLK_VCLK),
|
D | vega20_ppt.c | 150 CLK_MAP(VCLK, PPCLK_VCLK), 788 ret = vega20_set_single_dpm_table(smu, single_dpm_table, PPCLK_VCLK); in vega20_set_default_dpm_table()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/ |
D | smu11_driver_if_arcturus.h | 363 PPCLK_VCLK, enumerator
|
D | smu11_driver_if.h | 318 PPCLK_VCLK, enumerator
|
D | smu11_driver_if_navi10.h | 374 PPCLK_VCLK, enumerator
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/vega12/ |
D | smu9_driver_if.h | 220 PPCLK_VCLK, enumerator
|