Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_hw_sequencer.c434 switch (pipe_ctx->p_state_type) { in get_subvp_visual_confirm_color()
463 switch (pipe_ctx->p_state_type) { in get_mclk_switch_visual_confirm_color()
516 pipe_ctx->p_state_type = P_STATE_V_BLANK; in set_p_state_switch_method()
520 pipe_ctx->p_state_type = P_STATE_FPO; in set_p_state_switch_method()
524 pipe_ctx->p_state_type = P_STATE_V_ACTIVE; in set_p_state_switch_method()
536 pipe_ctx->p_state_type = P_STATE_SUB_VP; in set_p_state_switch_method()
548 pipe_ctx->p_state_type = P_STATE_DRR_SUB_VP; in set_p_state_switch_method()
551 pipe_ctx->p_state_type = P_STATE_V_BLANK_SUB_VP; in set_p_state_switch_method()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dcore_types.h471 enum p_state_switch_method p_state_type; member