Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_state.c689 type = state->stream_status[i].mall_stream_config.type; in dc_state_get_stream_subvp_type()
706 paired_stream = state->stream_status[i].mall_stream_config.paired_stream; in dc_state_get_paired_subvp_stream()
807 main_stream_status->mall_stream_config.type = SUBVP_MAIN; in dc_state_add_phantom_stream()
808 main_stream_status->mall_stream_config.paired_stream = phantom_stream; in dc_state_add_phantom_stream()
813 phantom_stream_status->mall_stream_config.type = SUBVP_PHANTOM; in dc_state_add_phantom_stream()
814 phantom_stream_status->mall_stream_config.paired_stream = main_stream; in dc_state_add_phantom_stream()
830 …main_stream_status = dc_state_get_stream_status(state, phantom_stream_status->mall_stream_config.p… in dc_state_remove_phantom_stream()
831 phantom_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()
832 phantom_stream_status->mall_stream_config.paired_stream = NULL; in dc_state_remove_phantom_stream()
836 main_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()
[all …]
Ddc_hw_sequencer.c608 plane->flip_immediate && stream_status->mall_stream_config.type == SUBVP_MAIN; in hwss_build_fast_sequence()
655 stream_status->mall_stream_config.type == SUBVP_MAIN) { in hwss_build_fast_sequence()
740 plane->flip_immediate && stream_status->mall_stream_config.type == SUBVP_MAIN; in hwss_build_fast_sequence()
Ddc_resource.c2374 if (state->stream_status[stream_idx].mall_stream_config.type != SUBVP_MAIN) in resource_log_pipe_topology_update()
2378 state->stream_status[stream_idx].mall_stream_config.paired_stream); in resource_log_pipe_topology_update()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h41 struct mall_stream_config { struct
61 struct mall_stream_config mall_stream_config; member