Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c905 pipe_ctx->p_state_type = P_STATE_V_ACTIVE; in dml21_set_dc_p_state_type()
910 pipe_ctx->p_state_type = P_STATE_V_BLANK_SUB_VP; in dml21_set_dc_p_state_type()
912 pipe_ctx->p_state_type = P_STATE_V_BLANK; in dml21_set_dc_p_state_type()
916 pipe_ctx->p_state_type = P_STATE_SUB_VP; in dml21_set_dc_p_state_type()
920 pipe_ctx->p_state_type = P_STATE_DRR_SUB_VP; in dml21_set_dc_p_state_type()
922 pipe_ctx->p_state_type = P_STATE_FPO; in dml21_set_dc_p_state_type()
925 pipe_ctx->p_state_type = P_STATE_UNKNOWN; in dml21_set_dc_p_state_type()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c507 switch (pipe_ctx->p_state_type) { in get_subvp_visual_confirm_color()
536 switch (pipe_ctx->p_state_type) { in get_mclk_switch_visual_confirm_color()
648 pipe_ctx->p_state_type = P_STATE_UNKNOWN; in set_p_state_switch_method()
654 pipe_ctx->p_state_type = P_STATE_V_BLANK; in set_p_state_switch_method()
658 pipe_ctx->p_state_type = P_STATE_FPO; in set_p_state_switch_method()
662 pipe_ctx->p_state_type = P_STATE_V_ACTIVE; in set_p_state_switch_method()
674 pipe_ctx->p_state_type = P_STATE_SUB_VP; in set_p_state_switch_method()
686 pipe_ctx->p_state_type = P_STATE_DRR_SUB_VP; in set_p_state_switch_method()
689 pipe_ctx->p_state_type = P_STATE_V_BLANK_SUB_VP; in set_p_state_switch_method()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h499 enum p_state_switch_method p_state_type; member
/linux/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/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
H A Ddcn401_clk_mgr.c478 p_state_list[i] = curr_pipe_ctx->p_state_type; in dcn401_auto_dpm_test_log()