Home
last modified time | relevance | path

Searched refs:custom_profile_mode (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega10_hwmgr.c1444 data->custom_profile_mode[0] = 0; in vega10_setup_default_dpm_tables()
1445 data->custom_profile_mode[1] = 0; in vega10_setup_default_dpm_tables()
1446 data->custom_profile_mode[2] = 0; in vega10_setup_default_dpm_tables()
1447 data->custom_profile_mode[3] = 0; in vega10_setup_default_dpm_tables()
4940 data->custom_profile_mode[0], data->custom_profile_mode[1], in vega10_get_power_profile_mode()
4941 data->custom_profile_mode[2], data->custom_profile_mode[3]); in vega10_get_power_profile_mode()
4963 if (data->custom_profile_mode[0] != 0) in vega10_set_power_profile_mode()
4969 data->custom_profile_mode[0] = busy_set_point = input[0]; in vega10_set_power_profile_mode()
4970 data->custom_profile_mode[1] = FPS = input[1]; in vega10_set_power_profile_mode()
4971 data->custom_profile_mode[2] = use_rlc_busy = input[2]; in vega10_set_power_profile_mode()
[all …]
Dvega10_hwmgr.h386 uint8_t custom_profile_mode[4]; member