Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c256 …ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, pipe) == SUBVP_NONE && refresh_rate … in assign_subvp_pipe()
320 ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(state, pipe) == SUBVP_NONE) { in enough_pipes_for_subvp()
542 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
624 pipe_mall_type == SUBVP_NONE) { in dml2_svp_validate_static_schedulability()
H A Ddml2_wrapper.c427 if (dc_state_get_stream_subvp_type(display_state, display_state->streams[i]) == SUBVP_NONE in find_drr_eligible_stream()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c178 if (dc_state_get_pipe_subvp_type(context, pipe) != SUBVP_NONE) in dcn32_subvp_in_use()
670 if (pipe_mall_type == SUBVP_NONE) { in dcn32_subvp_drr_admissable()
731 if (pipe_mall_type == SUBVP_NONE) { in dcn32_subvp_vblank_admissable()
H A Ddcn32_resource.c1937 case SUBVP_NONE: in dcn32_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c682 enum mall_stream_type type = SUBVP_NONE; in dc_state_get_stream_subvp_type()
828 phantom_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()
833 main_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()
H A Ddc_hw_sequencer.c545 if (enable_subvp && dc_state_get_pipe_subvp_type(context, pipe_ctx) == SUBVP_NONE) { in set_p_state_switch_method()
H A Ddc.c4206 if (dc_state_get_pipe_subvp_type(dc->current_state, pipe) != SUBVP_NONE) { in could_mpcc_tree_change_for_active_pipes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1278 SUBVP_NONE, // subvp not in use enumerator
H A Ddc_dmub_srv.c904 pipe_mall_type == SUBVP_NONE) { in dc_dmub_setup_subvp_dmub_command()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c631 dc_state_get_pipe_subvp_type(context, pipe) == SUBVP_NONE && in dcn32_assign_subvp_pipe()
689 dc_state_get_pipe_subvp_type(context, pipe) == SUBVP_NONE) { in dcn32_enough_pipes_for_subvp()
841 …if (dc_state_get_pipe_subvp_type(context, drr_pipe) == SUBVP_NONE && drr_pipe->stream->ignore_msa_… in subvp_drr_schedulable()
932 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
1056 if (pipe_mall_type == SUBVP_NONE) in subvp_validate_static_schedulability()
1064 pipe_mall_type == SUBVP_NONE) { in subvp_validate_static_schedulability()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2353 if (pipe->stream && dc_state_get_pipe_subvp_type(context, pipe) != SUBVP_NONE) { in dcn20_prepare_bandwidth()
2397 if (pipe->stream && dc_state_get_pipe_subvp_type(context, pipe) != SUBVP_NONE) { in dcn20_optimize_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c380 enum mall_stream_type pipe_mall_type = SUBVP_NONE; in dcn32_subvp_pipe_control_lock()