Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_processpptables.c1097 pp_table_info->vddci_lookup_table = NULL; in init_dpm_2_parameters()
1141 &pp_table_info->vddci_lookup_table, vddci_table, 4); in init_dpm_2_parameters()
1219 kfree(pp_table_info->vddci_lookup_table); in vega10_pp_tables_uninitialize()
1220 pp_table_info->vddci_lookup_table = NULL; in vega10_pp_tables_uninitialize()
H A Dvega10_hwmgr.c709 table_info->vddci_lookup_table->entries[voltage_id].us_vdd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h589 struct phm_ppt_v1_voltage_lookup_table *vddci_lookup_table; member