Home
last modified time | relevance | path

Searched refs:vddgfx_voltage_table (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_hwmgr.h252 struct pp_atomctrl_voltage_table vddgfx_voltage_table; member
H A Dsmu7_hwmgr.c297 result = phm_get_svi2_vdd_voltage_table(&(data->vddgfx_voltage_table), in smu7_construct_voltage_tables()
332 (data->vddgfx_voltage_table.count <= tmp), in smu7_construct_voltage_tables()
335 &(data->vddgfx_voltage_table))); in smu7_construct_voltage_tables()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dtonga_smumgr.c316 table->VddGfxLevelCount = data->vddgfx_voltage_table.count; in tonga_populate_smc_vdd_gfx_table()
317 for (count = 0; count < data->vddgfx_voltage_table.count; count++) { in tonga_populate_smc_vdd_gfx_table()
319 PP_HOST_TO_SMC_US(data->vddgfx_voltage_table.entries[count].value * VOLTAGE_SCALE); in tonga_populate_smc_vdd_gfx_table()
1551 phm_get_voltage_id(&(data->vddgfx_voltage_table), in tonga_populate_smc_boot_level()