Searched refs:phantom_streams (Results 1 – 2 of 2) sorted by relevance
53 state->phantom_streams[state->phantom_stream_count++] = phantom_stream; in dc_state_track_phantom_stream()65 if (state->phantom_streams[i] == phantom_stream) { in dc_state_untrack_phantom_stream()66 state->phantom_streams[i] = NULL; in dc_state_untrack_phantom_stream()79 state->phantom_streams[i] = state->phantom_streams[i + 1]; in dc_state_untrack_phantom_stream()89 if (state->phantom_streams[i] == phantom_stream) in dc_state_is_phantom_stream_tracked()169 dc_stream_retain(dst_state->phantom_streams[i]); in dc_state_copy_internal()319 dc_stream_release(state->phantom_streams[i]); in dc_state_destruct()320 state->phantom_streams[i] = NULL; in dc_state_destruct()943 struct dc_stream_state *phantom_streams[MAX_PHANTOM_PIPES]; in dc_state_release_phantom_streams_and_planes() local948 …memcpy(phantom_streams, state->phantom_streams, sizeof(struct dc_stream_state *) * MAX_PHANTOM_PIP… in dc_state_release_phantom_streams_and_planes()[all …]
607 struct dc_stream_state *phantom_streams[MAX_PHANTOM_PIPES]; member
Completed in 10 milliseconds