Searched refs:set_active_display_count (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 320 if (NULL != hwmgr->hwmgr_func->set_active_display_count) in phm_store_dal_configuration_data() 321 hwmgr->hwmgr_func->set_active_display_count(hwmgr, number_of_active_display); in phm_store_dal_configuration_data() 512 if (!hwmgr->hwmgr_func->set_active_display_count) in phm_set_active_display_count() 515 return hwmgr->hwmgr_func->set_active_display_count(hwmgr, count); in phm_set_active_display_count()
|
H A D | smu10_hwmgr.c | 1464 .set_active_display_count = smu10_set_active_display_count,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 323 if (NULL != hwmgr->hwmgr_func->set_active_display_count) in phm_store_dal_configuration_data() 324 hwmgr->hwmgr_func->set_active_display_count(hwmgr, number_of_active_display); in phm_store_dal_configuration_data() 516 if (!hwmgr->hwmgr_func->set_active_display_count) in phm_set_active_display_count() 519 return hwmgr->hwmgr_func->set_active_display_count(hwmgr, count); in phm_set_active_display_count()
|
H A D | smu10_hwmgr.c | 1646 .set_active_display_count = smu10_set_active_display_count,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_internal.h | 45 #define smu_set_active_display_count(smu, count) smu_ppt_funcs(set_active_display_count, 0, smu, count)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 315 int (*set_active_display_count)(void *handle, uint32_t count); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_pp_smu.c | 617 if (!pp_funcs || !pp_funcs->set_active_display_count) in pp_rv_set_active_display_count() 620 pp_funcs->set_active_display_count(pp_handle, count); in pp_rv_set_active_display_count()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 397 int (*set_active_display_count)(void *handle, uint32_t count); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 325 int (*set_active_display_count)(struct pp_hwmgr *hwmgr, uint32_t count); member
|
H A D | amdgpu_smu.h | 555 int (*set_active_display_count)(struct smu_context *smu, uint32_t count); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 326 int (*set_active_display_count)(struct pp_hwmgr *hwmgr, uint32_t count); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_dpm.c | 1682 if (!pp_funcs->set_active_display_count) in amdgpu_dpm_set_active_display_count() 1686 ret = pp_funcs->set_active_display_count(adev->powerplay.pp_handle, in amdgpu_dpm_set_active_display_count()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | amd_powerplay.c | 1681 .set_active_display_count = pp_set_active_display_count,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | amd_powerplay.c | 1633 .set_active_display_count = pp_set_active_display_count,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 3159 .set_active_display_count = smu_set_display_count,
|
Completed in 28 milliseconds