Searched refs:SUBVP_NONE (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_mall_phantom.c | 256 …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 D | dml2_wrapper.c | 427 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 D | dcn32_resource_helpers.c | 178 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 D | dcn32_resource.c | 1937 case SUBVP_NONE: in dcn32_populate_dml_pipes_from_context()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_state.c | 682 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 D | dc_hw_sequencer.c | 545 if (enable_subvp && dc_state_get_pipe_subvp_type(context, pipe_ctx) == SUBVP_NONE) { in set_p_state_switch_method()
|
H A D | dc.c | 4206 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 D | dc_types.h | 1278 SUBVP_NONE, // subvp not in use enumerator
|
H A D | dc_dmub_srv.c | 904 pipe_mall_type == SUBVP_NONE) { in dc_dmub_setup_subvp_dmub_command()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 631 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 D | dcn20_hwseq.c | 2353 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 D | dcn32_hwseq.c | 380 enum mall_stream_type pipe_mall_type = SUBVP_NONE; in dcn32_subvp_pipe_control_lock()
|