Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.c501 u32 total_cper_num; in amdgpu_ras_cper_debugfs_read() local
531 if (!snapshot_rsp->total_cper_num) { in amdgpu_ras_cper_debugfs_read()
543 total_cper_num = snapshot_rsp->total_cper_num; in amdgpu_ras_cper_debugfs_read()
555 while (data_size && cper_offset < total_cper_num) { in amdgpu_ras_cper_debugfs_read()
563 record_req->cper_num = total_cper_num - cper_offset; in amdgpu_ras_cper_debugfs_read()
/linux/drivers/gpu/drm/amd/ras/core/
H A Dcmd.c188 output_data->total_cper_num = overview.logged_batch_count; in ras_cmd_get_cper_snapshot()