Home
last modified time | relevance | path

Searched refs:vddc_dep_on_dal_pwrl (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu_helper.c516 pptable_info->vddc_dep_on_dal_pwrl = table_clk_vlt; in phm_initializa_dynamic_state_adjustment_rule_settings()
517 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = table_clk_vlt; in phm_initializa_dynamic_state_adjustment_rule_settings()
538 table_info->vddc_dep_on_dal_pwrl; in phm_apply_dal_min_voltage_request()
Dsmu10_hwmgr.c165 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = table_clk_vlt; in smu10_init_dynamic_state_adjustment_rule_settings()
558 kfree(hwmgr->dyn_state.vddc_dep_on_dal_pwrl); in smu10_hwmgr_backend_fini()
559 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = NULL; in smu10_hwmgr_backend_fini()
Dsmu8_hwmgr.c302 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = table_clk_vlt; in smu8_init_dynamic_state_adjustment_rule_settings()
1113 kfree(hwmgr->dyn_state.vddc_dep_on_dal_pwrl); in smu8_hwmgr_backend_fini()
1114 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = NULL; in smu8_hwmgr_backend_fini()
1477 hwmgr->dyn_state.vddc_dep_on_dal_pwrl; in smu8_get_dal_power_level()
Dprocesspptables.c1216 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = NULL; in init_clock_voltage_dependency()
Dsmu7_hwmgr.c2410 tmp = smu7_patch_vddc(hwmgr, hwmgr->dyn_state.vddc_dep_on_dal_pwrl); in smu7_patch_dependency_tables_with_leakage()
2499 kfree(hwmgr->dyn_state.vddc_dep_on_dal_pwrl); in smu7_hwmgr_backend_fini()
2500 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = NULL; in smu7_hwmgr_backend_fini()
Dvega10_hwmgr.c810 kfree(hwmgr->dyn_state.vddc_dep_on_dal_pwrl); in vega10_hwmgr_backend_fini()
811 hwmgr->dyn_state.vddc_dep_on_dal_pwrl = NULL; in vega10_hwmgr_backend_fini()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h533 struct phm_clock_voltage_dependency_table *vddc_dep_on_dal_pwrl; member
625 struct phm_clock_voltage_dependency_table *vddc_dep_on_dal_pwrl; member