Home
last modified time | relevance | path

Searched refs:uclk_pstate_supported (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c509 in_out->programming->uclk_pstate_supported = true; in determine_power_management_features_with_vblank_only()
551 if (in_out->programming->uclk_pstate_supported == false) { in determine_power_management_features_with_vactive_and_vblank()
559 in_out->programming->uclk_pstate_supported = true; in determine_power_management_features_with_vactive_and_vblank()
590 in_out->programming->uclk_pstate_supported = true; in determine_power_management_features_with_fams()
678 in_out->programming->uclk_pstate_supported = false; in map_mode_to_soc_dpm()
698 if (in_out->programming->uclk_pstate_supported == false) in dpmm_dcn3_map_mode_to_soc_dpm()
716 in_out->programming->uclk_pstate_supported = true; in dpmm_dcn4_map_mode_to_soc_dpm()
732 if (in_out->programming->uclk_pstate_supported == false) in dpmm_dcn4_map_mode_to_soc_dpm()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h211 unsigned int uclk_pstate_supported; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c815 …w.dcn.clk.p_state_change_support = in_ctx->v21.mode_programming.programming->uclk_pstate_supported; in dml21_copy_clocks_to_dc_state()