Home
last modified time | relevance | path

Searched refs:trace_seq_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_trace.c190 static u32 read_fw_trace(struct pvr_fw_trace_seq_data *trace_seq_data, u32 offset) in read_fw_trace() argument
194 idx = trace_seq_data->idx + offset; in read_fw_trace()
198 idx = (idx + trace_seq_data->start_offset) % ROGUE_FW_TRACE_BUF_DEFAULT_SIZE_IN_DWORDS; in read_fw_trace()
199 return trace_seq_data->buffer[idx]; in read_fw_trace()
204 * @trace_seq_data: Trace sequence data.
211 static bool fw_trace_get_next(struct pvr_fw_trace_seq_data *trace_seq_data) in fw_trace_get_next() argument
215 while (trace_seq_data->idx < ROGUE_FW_TRACE_BUF_DEFAULT_SIZE_IN_DWORDS) { in fw_trace_get_next()
216 id = read_fw_trace(trace_seq_data, 0); in fw_trace_get_next()
217 trace_seq_data->idx++; in fw_trace_get_next()
237 trace_seq_data in fw_trace_get_next()
261 fw_trace_get_first(struct pvr_fw_trace_seq_data * trace_seq_data) fw_trace_get_first() argument
280 struct pvr_fw_trace_seq_data *trace_seq_data = s->private; fw_trace_seq_start() local
295 struct pvr_fw_trace_seq_data *trace_seq_data = s->private; fw_trace_seq_next() local
310 struct pvr_fw_trace_seq_data *trace_seq_data = s->private; fw_trace_seq_show() local
378 struct pvr_fw_trace_seq_data *trace_seq_data; fw_trace_open() local
421 struct pvr_fw_trace_seq_data *trace_seq_data = fw_trace_release() local
[all...]