Home
last modified time | relevance | path

Searched refs:fclk_pstate_supported (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c453 in_out->programming->fclk_pstate_supported = true; in determine_power_management_features_with_vblank_only()
504 if (in_out->programming->fclk_pstate_supported == false) { in determine_power_management_features_with_vactive_and_vblank()
512 in_out->programming->fclk_pstate_supported = true; in determine_power_management_features_with_vactive_and_vblank()
618 in_out->programming->fclk_pstate_supported = false; in map_mode_to_soc_dpm()
642 if (in_out->programming->fclk_pstate_supported == false) in dpmm_dcn3_map_mode_to_soc_dpm()
663 in_out->programming->fclk_pstate_supported = true; in dpmm_dcn4_map_mode_to_soc_dpm()
669 in_out->programming->fclk_pstate_supported = true; in dpmm_dcn4_map_mode_to_soc_dpm()
676 if (in_out->programming->fclk_pstate_supported == false) in dpmm_dcn4_map_mode_to_soc_dpm()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h411 bool fclk_pstate_supported; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h208 unsigned int fclk_pstate_supported; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c428 …in_out->mode_support_result.global.fclk_pstate_supported = l->mode_support_ex_params.out_evaluatio… in core_dcn4_mode_support()