Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega10_hwmgr.c1455 data->custom_profile_mode[0] = 0; in vega10_setup_default_dpm_tables()
1456 data->custom_profile_mode[1] = 0; in vega10_setup_default_dpm_tables()
1457 data->custom_profile_mode[2] = 0; in vega10_setup_default_dpm_tables()
1458 data->custom_profile_mode[3] = 0; in vega10_setup_default_dpm_tables()
5014 data->custom_profile_mode[0], data->custom_profile_mode[1], in vega10_get_power_profile_mode()
5015 data->custom_profile_mode[2], data->custom_profile_mode[3]); in vega10_get_power_profile_mode()
5037 if (data->custom_profile_mode[0] != 0) in vega10_set_power_profile_mode()
5043 data->custom_profile_mode[0] = busy_set_point = input[0]; in vega10_set_power_profile_mode()
5044 data->custom_profile_mode[1] = FPS = input[1]; in vega10_set_power_profile_mode()
5045 data->custom_profile_mode[2] = use_rlc_busy = input[2]; in vega10_set_power_profile_mode()
[all …]
H A Dvega10_hwmgr.h388 uint8_t custom_profile_mode[4]; member