Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega10_processpptables.c1083 pp_table_info->vddci_lookup_table = NULL; in init_dpm_2_parameters()
1127 &pp_table_info->vddci_lookup_table, vddci_table, 4); in init_dpm_2_parameters()
1206 kfree(pp_table_info->vddci_lookup_table); in vega10_pp_tables_uninitialize()
1207 pp_table_info->vddci_lookup_table = NULL; in vega10_pp_tables_uninitialize()
H A Dvega10_hwmgr.c676 table_info->vddci_lookup_table->entries[voltage_id].us_vdd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h552 struct phm_ppt_v1_voltage_lookup_table *vddci_lookup_table; member