Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_cmd.c187 output_data->latest_cper_id = overview.last_batch_id; in ras_cmd_get_cper_snapshot()
222 if (batch_id >= overview.last_batch_id) in ras_cmd_get_cper_records()
270 rsp->latest_batch_id = overview.last_batch_id; in ras_cmd_get_batch_trace_snapshot()
299 (input_data->start_batch_id >= overview.last_batch_id)) in ras_cmd_get_batch_trace_records()
304 if (id >= overview.last_batch_id) { in ras_cmd_get_batch_trace_records()
H A Dras_log_ring.h73 uint64_t last_batch_id; member
H A Dras_log_ring.c313 overview->last_batch_id = log_ring->mono_upward_batch_id; in ras_log_ring_get_batch_overview()
/linux/drivers/gpu/drm/amd/ras/ras_mgr/
H A Damdgpu_virt_ras_cmd.c107 overview->last_batch_id = rsp.latest_batch_id; in amdgpu_virt_ras_get_batch_trace_overview()
212 if (batch_id >= overview->last_batch_id) in amdgpu_virt_ras_get_cper_records()