Home
last modified time | relevance | path

Searched refs:store_cc6_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c326 if (hwmgr->hwmgr_func->store_cc6_data == NULL) in phm_store_dal_configuration_data()
331 if (hwmgr->hwmgr_func->store_cc6_data) in phm_store_dal_configuration_data()
332 hwmgr->hwmgr_func->store_cc6_data(hwmgr, in phm_store_dal_configuration_data()
Dsmu10_hwmgr.c1635 .store_cc6_data = smu10_store_cc6_data,
Dsmu8_hwmgr.c2046 .store_cc6_data = smu8_store_cc6_data,
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h293 int (*store_cc6_data)(struct pp_hwmgr *hwmgr, uint32_t separation_time, member