Searched refs:store_cc6_data (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 323 if (hwmgr->hwmgr_func->store_cc6_data == NULL) in phm_store_dal_configuration_data() 328 if (hwmgr->hwmgr_func->store_cc6_data) in phm_store_dal_configuration_data() 329 hwmgr->hwmgr_func->store_cc6_data(hwmgr, in phm_store_dal_configuration_data()
|
H A D | smu10_hwmgr.c | 1453 .store_cc6_data = smu10_store_cc6_data,
|
H A D | smu8_hwmgr.c | 2025 .store_cc6_data = smu8_store_cc6_data,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 326 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()
|
H A D | smu10_hwmgr.c | 1635 .store_cc6_data = smu10_store_cc6_data,
|
H A D | smu8_hwmgr.c | 2046 .store_cc6_data = smu8_store_cc6_data,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_internal.h | 76 #define smu_store_cc6_data(smu, st, cc6_dis, pst_dis, pst_sw_dis) smu_ppt_funcs(store_cc6_data, 0, smu, st, cc6_dis, pst_dis, pst_sw_dis)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 294 int (*store_cc6_data)(struct pp_hwmgr *hwmgr, uint32_t separation_time, member
|
H A D | amdgpu_smu.h | 556 int (*store_cc6_data)(struct smu_context *smu, uint32_t separation_time, member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 293 int (*store_cc6_data)(struct pp_hwmgr *hwmgr, uint32_t separation_time, member
|
Completed in 18 milliseconds