Searched refs:store_cc6_data (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | hardwaremanager.c | 309 if (hwmgr->hwmgr_func->store_cc6_data == NULL) in phm_store_dal_configuration_data() 314 if (hwmgr->hwmgr_func->store_cc6_data) in phm_store_dal_configuration_data() 315 hwmgr->hwmgr_func->store_cc6_data(hwmgr, in phm_store_dal_configuration_data()
|
| D | smu10_hwmgr.c | 1337 .store_cc6_data = smu10_store_cc6_data,
|
| D | smu8_hwmgr.c | 1978 .store_cc6_data = smu8_store_cc6_data,
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/ |
| D | amdgpu_smu.h | 506 int (*store_cc6_data)(struct smu_context *smu, uint32_t separation_time, member 709 …((smu)->funcs->store_cc6_data ? (smu)->funcs->store_cc6_data((smu), (st), (cc6_dis), (pst_dis), (p…
|
| D | hwmgr.h | 293 int (*store_cc6_data)(struct pp_hwmgr *hwmgr, uint32_t separation_time, member
|