Searched refs:phantom_stream_status (Results 1 – 1 of 1) sorted by relevance
791 struct dc_stream_status *phantom_stream_status; in dc_state_add_phantom_stream() local807 phantom_stream_status = dc_state_get_stream_status(state, phantom_stream); in dc_state_add_phantom_stream()808 if (phantom_stream_status) { in dc_state_add_phantom_stream()809 phantom_stream_status->mall_stream_config.type = SUBVP_PHANTOM; in dc_state_add_phantom_stream()810 phantom_stream_status->mall_stream_config.paired_stream = main_stream; in dc_state_add_phantom_stream()811 phantom_stream_status->mall_stream_config.subvp_limit_cursor_size = false; 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()831 phantom_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()[all …]
Completed in 8 milliseconds