Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c633 dc_state_get_pipe_subvp_type(context, pipe) == SUBVP_NONE && in dcn32_assign_subvp_pipe()
691 dc_state_get_pipe_subvp_type(context, pipe) == SUBVP_NONE) { in dcn32_enough_pipes_for_subvp()
843 …if (dc_state_get_pipe_subvp_type(context, drr_pipe) == SUBVP_NONE && drr_pipe->stream->ignore_msa_… in subvp_drr_schedulable()
934 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
1058 if (pipe_mall_type == SUBVP_NONE) in subvp_validate_static_schedulability()
1066 pipe_mall_type == SUBVP_NONE) { in subvp_validate_static_schedulability()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1434 SUBVP_NONE, // subvp not in use enumerator
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2013 case SUBVP_NONE: in dcn32_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c683 if (enable_subvp && dc_state_get_pipe_subvp_type(context, pipe_ctx) == SUBVP_NONE) { in set_p_state_switch_method()