Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c2047 bool p_state_supported = true; in pmo_dcn4_fams2_test_for_pstate_support() local
2073 p_state_supported = false; in pmo_dcn4_fams2_test_for_pstate_support()
2081 p_state_supported = false; in pmo_dcn4_fams2_test_for_pstate_support()
2087 p_state_supported = false; in pmo_dcn4_fams2_test_for_pstate_support()
2093 p_state_supported = false; in pmo_dcn4_fams2_test_for_pstate_support()
2097 p_state_supported = false; in pmo_dcn4_fams2_test_for_pstate_support()
2102 return p_state_supported; in pmo_dcn4_fams2_test_for_pstate_support()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h66 bool p_state_supported; member
H A Ddml2_wrapper.c575 out_clks.p_state_supported = true; in dml2_validate_and_build_resource()
628 …out_clks.p_state_supported = s->mode_support_info.DRAMClockChangeSupport[0] != dml_dram_clock_chan… in dml2_validate_and_build_resource()
H A Ddml2_utils.c191 context->bw_ctx.bw.dcn.clk.p_state_change_support = out_clks->p_state_supported; in dml2_copy_clocks_to_dc_state()