Searched refs:batch_id (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/ras/rascore/ |
| H A D | ras_log_ring.c | 75 batch_tag->sub_seqno, batch_tag->batch_id); in ras_log_ring_add_data() 82 BATCH_IDX_TO_TREE_IDX(batch_tag->batch_id, batch_tag->sub_seqno); in ras_log_ring_add_data() 108 uint64_t batch_id, idx; in ras_log_ring_delete_data() local 116 batch_id = log_ring->last_del_batch_id; in ras_log_ring_delete_data() 117 while (batch_id < log_ring->mono_upward_batch_id) { in ras_log_ring_delete_data() 119 idx = BATCH_IDX_TO_TREE_IDX(batch_id, j); in ras_log_ring_delete_data() 127 batch_id = ++log_ring->last_del_batch_id; in ras_log_ring_delete_data() 141 uint64_t batch_id, idx; in ras_log_ring_clear_log_tree() local 151 batch_id = log_ring->last_del_batch_id; in ras_log_ring_clear_log_tree() 152 while (batch_id < log_ring->mono_upward_batch_id) { in ras_log_ring_clear_log_tree() [all …]
|
| /linux/drivers/gpu/drm/amd/ras/ras_mgr/ |
| H A D | amdgpu_virt_ras_cmd.c | 138 static int amdgpu_virt_ras_get_batch_records(struct ras_core_context *ras_core, uint64_t batch_id, in amdgpu_virt_ras_get_batch_records() argument 143 .start_batch_id = batch_id, in amdgpu_virt_ras_get_batch_records() 151 if (!rsp->real_batch_num || (batch_id < rsp->start_batch_id) || in amdgpu_virt_ras_get_batch_records() 152 (batch_id >= (rsp->start_batch_id + rsp->real_batch_num))) { in amdgpu_virt_ras_get_batch_records() 161 batch = &rsp->batchs[batch_id - rsp->start_batch_id]; in amdgpu_virt_ras_get_batch_records() 162 if (batch_id != batch->batch_id) in amdgpu_virt_ras_get_batch_records() 188 uint64_t batch_id; in amdgpu_virt_ras_get_cper_records() local 211 batch_id = req->cper_start_id + i; in amdgpu_virt_ras_get_cper_records() 212 if (batch_id >= overview->last_batch_id) in amdgpu_virt_ras_get_cper_records() 214 count = amdgpu_virt_ras_get_batch_records(ras_core, batch_id, in amdgpu_virt_ras_get_cper_records()
|
| /linux/drivers/dma/idxd/ |
| H A D | irq.c | 240 evl->batch_fail[entry_head->batch_id] = false; in idxd_evl_fault_work() 246 bf = &evl->batch_fail[entry_head->batch_id]; in idxd_evl_fault_work() 291 evl->batch_fail[entry_head->batch_id] = true; in idxd_evl_fault_work()
|