Searched refs:phantom_streams (Results 1 – 2 of 2) sorted by relevance
52 state->phantom_streams[state->phantom_stream_count++] = phantom_stream; in dc_state_track_phantom_stream()64 if (state->phantom_streams[i] == phantom_stream) { in dc_state_untrack_phantom_stream()65 state->phantom_streams[i] = NULL; in dc_state_untrack_phantom_stream()78 state->phantom_streams[i] = state->phantom_streams[i + 1]; in dc_state_untrack_phantom_stream()88 if (state->phantom_streams[i] == phantom_stream) in dc_state_is_phantom_stream_tracked()168 dc_stream_retain(dst_state->phantom_streams[i]); in dc_state_copy_internal()322 dc_stream_release(state->phantom_streams[i]); in dc_state_destruct()323 state->phantom_streams[i] = NULL; in dc_state_destruct()942 dc_state_release_phantom_stream(dc, state, state->phantom_streams[i]); in dc_state_release_phantom_streams_and_planes()
575 struct dc_stream_state *phantom_streams[MAX_PHANTOM_PIPES]; member