Searched refs:current_snapshot (Results 1 – 1 of 1) sorted by relevance
105 …struct pipe_topology_snapshot *current_snapshot = &dc->debug_data.topology_history.snapshots[dc->d… in capture_pipe_topology_data() local107 if (current_snapshot->line_count >= MAX_PIPES) in capture_pipe_topology_data()110 current_snapshot->pipe_log_lines[current_snapshot->line_count].is_phantom_pipe = is_phantom_pipe; in capture_pipe_topology_data()111 current_snapshot->pipe_log_lines[current_snapshot->line_count].plane_idx = plane_idx; in capture_pipe_topology_data()112 current_snapshot->pipe_log_lines[current_snapshot->line_count].slice_idx = slice_idx; in capture_pipe_topology_data()113 current_snapshot->pipe_log_lines[current_snapshot->line_count].stream_idx = stream_idx; in capture_pipe_topology_data()114 current_snapshot->pipe_log_lines[current_snapshot->line_count].dpp_inst = dpp_inst; in capture_pipe_topology_data()115 current_snapshot->pipe_log_lines[current_snapshot->line_count].opp_inst = opp_inst; in capture_pipe_topology_data()116 current_snapshot->pipe_log_lines[current_snapshot->line_count].tg_inst = tg_inst; in capture_pipe_topology_data()118 current_snapshot->line_count++; in capture_pipe_topology_data()[all …]