Home
last modified time | relevance | path

Searched refs:set_ppfeature_status (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h322 int (*set_ppfeature_status)(void *handle, uint64_t ppfeature_masks); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c1528 if (hwmgr->hwmgr_func->set_ppfeature_status == NULL) { in pp_set_ppfeature_status()
1534 ret = hwmgr->hwmgr_func->set_ppfeature_status(hwmgr, ppfeature_masks); in pp_set_ppfeature_status()
1688 .set_ppfeature_status = pp_set_ppfeature_status,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h365 ((adev)->powerplay.pp_funcs->set_ppfeature_status(\
H A Dhwmgr.h360 int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2947 .set_ppfeature_status = vega12_set_ppfeature_status,
H A Dvega20_hwmgr.c4402 .set_ppfeature_status = vega20_set_ppfeature_status,
H A Dvega10_hwmgr.c5579 .set_ppfeature_status = vega10_set_ppfeature_status,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c958 } else if (adev->powerplay.pp_funcs->set_ppfeature_status) { in amdgpu_set_pp_features()