Searched refs:bp_threshold (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cper.c | 112 bool bp_threshold, in amdgpu_cper_entry_fill_section_desc() argument 133 if (bp_threshold) in amdgpu_cper_entry_fill_section_desc() 319 struct cper_hdr *bp_threshold = NULL; in amdgpu_cper_generate_bp_threshold_record() local 323 bp_threshold = amdgpu_cper_alloc_entry(adev, AMDGPU_CPER_TYPE_BP_THRESHOLD, 1); in amdgpu_cper_generate_bp_threshold_record() 324 if (!bp_threshold) { in amdgpu_cper_generate_bp_threshold_record() 329 amdgpu_cper_entry_fill_hdr(adev, bp_threshold, AMDGPU_CPER_TYPE_BP_THRESHOLD, CPER_SEV_NUM); in amdgpu_cper_generate_bp_threshold_record() 330 ret = amdgpu_cper_entry_fill_bad_page_threshold_section(adev, bp_threshold, 0); in amdgpu_cper_generate_bp_threshold_record() 334 amdgpu_cper_ring_write(ring, bp_threshold, bp_threshold->record_length); in amdgpu_cper_generate_bp_threshold_record() 335 kfree(bp_threshold); in amdgpu_cper_generate_bp_threshold_record()
|