Searched refs:SUBVP_NONE (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_state.c | 680 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 D | dc_hw_sequencer.c | 683 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 | 4681 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 D | dml2_mall_phantom.c | 257 …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 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 | 2013 case SUBVP_NONE: in dcn32_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | dcn32_fpu.c | 633 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 D | dc_types.h | 1418 SUBVP_NONE, // subvp not in use enumerator
|
| H A D | dc_dmub_srv.c | 926 pipe_mall_type == SUBVP_NONE) { in dc_dmub_setup_subvp_dmub_command()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 2380 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 D | dcn32_hwseq.c | 389 enum mall_stream_type pipe_mall_type = SUBVP_NONE; in dcn32_subvp_pipe_control_lock()
|