Home
last modified time | relevance | path

Searched refs:p_state_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c474 switch (pipe_ctx->p_state_type) { in get_subvp_visual_confirm_color()
503 switch (pipe_ctx->p_state_type) { in get_mclk_switch_visual_confirm_color()
615 pipe_ctx->p_state_type = P_STATE_UNKNOWN; in set_p_state_switch_method()
621 pipe_ctx->p_state_type = P_STATE_V_BLANK; in set_p_state_switch_method()
625 pipe_ctx->p_state_type = P_STATE_FPO; in set_p_state_switch_method()
629 pipe_ctx->p_state_type = P_STATE_V_ACTIVE; in set_p_state_switch_method()
641 pipe_ctx->p_state_type = P_STATE_SUB_VP; in set_p_state_switch_method()
653 pipe_ctx->p_state_type = P_STATE_DRR_SUB_VP; in set_p_state_switch_method()
656 pipe_ctx->p_state_type = P_STATE_V_BLANK_SUB_VP; in set_p_state_switch_method()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c1173 pipe_ctx->p_state_type = P_STATE_V_ACTIVE; in dml21_set_dc_p_state_type()
1178 pipe_ctx->p_state_type = P_STATE_V_BLANK_SUB_VP; in dml21_set_dc_p_state_type()
1180 pipe_ctx->p_state_type = P_STATE_V_BLANK; in dml21_set_dc_p_state_type()
1184 pipe_ctx->p_state_type = P_STATE_SUB_VP; in dml21_set_dc_p_state_type()
1188 pipe_ctx->p_state_type = P_STATE_DRR_SUB_VP; in dml21_set_dc_p_state_type()
1190 pipe_ctx->p_state_type = P_STATE_FPO; in dml21_set_dc_p_state_type()
1193 pipe_ctx->p_state_type = P_STATE_UNKNOWN; in dml21_set_dc_p_state_type()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h475 enum p_state_switch_method p_state_type; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr.c576 p_state_list[i] = curr_pipe_ctx->p_state_type; in dcn32_auto_dpm_test_log()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
H A Ddcn401_clk_mgr.c468 p_state_list[i] = curr_pipe_ctx->p_state_type; in dcn401_auto_dpm_test_log()