Searched refs:phantom_stream_status (Results 1 – 1 of 1) sorted by relevance
795 struct dc_stream_status *phantom_stream_status; in dc_state_add_phantom_stream() local811 phantom_stream_status = dc_state_get_stream_status(state, phantom_stream); in dc_state_add_phantom_stream()812 if (phantom_stream_status) { 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()825 struct dc_stream_status *phantom_stream_status; in dc_state_remove_phantom_stream() local828 phantom_stream_status = dc_state_get_stream_status(state, phantom_stream); in dc_state_remove_phantom_stream()829 if (phantom_stream_status) { in dc_state_remove_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()[all …]
Completed in 5 milliseconds