Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c111 bool bp_threshold, in amdgpu_cper_entry_fill_section_desc() argument
132 if (bp_threshold) in amdgpu_cper_entry_fill_section_desc()
325 struct cper_hdr *bp_threshold = NULL; in amdgpu_cper_generate_bp_threshold_record() local
329 bp_threshold = amdgpu_cper_alloc_entry(adev, AMDGPU_CPER_TYPE_BP_THRESHOLD, 1); in amdgpu_cper_generate_bp_threshold_record()
330 if (!bp_threshold) { in amdgpu_cper_generate_bp_threshold_record()
335 amdgpu_cper_entry_fill_hdr(adev, bp_threshold, in amdgpu_cper_generate_bp_threshold_record()
338 ret = amdgpu_cper_entry_fill_bad_page_threshold_section(adev, bp_threshold, 0); in amdgpu_cper_generate_bp_threshold_record()
342 amdgpu_cper_ring_write(ring, bp_threshold, bp_threshold->record_length); in amdgpu_cper_generate_bp_threshold_record()
343 kfree(bp_threshold); in amdgpu_cper_generate_bp_threshold_record()