Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c680 enum mall_stream_type type = SUBVP_NONE; in dc_state_get_stream_subvp_type()
830 phantom_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()
835 main_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()
1071 if (dc_state_get_stream_subvp_type(state, state->streams[i]) != SUBVP_NONE) in dc_state_is_subvp_in_use()
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()
H A Ddc.c4681 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/dml2_0/
H A Ddml2_mall_phantom.c257 …ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, pipe) == SUBVP_NONE && refresh_rate … in assign_subvp_pipe()
321 ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(state, pipe) == SUBVP_NONE) { in enough_pipes_for_subvp()
543 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
625 pipe_mall_type == SUBVP_NONE) { in dml2_svp_validate_static_schedulability()
/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.c2013 case SUBVP_NONE: in dcn32_populate_dml_pipes_from_context()
/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.h1418 SUBVP_NONE, // subvp not in use enumerator
H A Ddc_dmub_srv.c926 pipe_mall_type == SUBVP_NONE) { in dc_dmub_setup_subvp_dmub_command()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2380 if (pipe->stream && dc_state_get_pipe_subvp_type(context, pipe) != SUBVP_NONE) { in dcn20_prepare_bandwidth()
2424 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.c389 enum mall_stream_type pipe_mall_type = SUBVP_NONE; in dcn32_subvp_pipe_control_lock()