Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c3230 uint32_t new_detect_count, total_detect_count; in amdgpu_ras_poison_creation_handler() local
3247 new_detect_count = de_queried_count - ecc_log->prev_de_queried_count; in amdgpu_ras_poison_creation_handler()
3251 new_detect_count = 0; in amdgpu_ras_poison_creation_handler()
3254 if (new_detect_count) { in amdgpu_ras_poison_creation_handler()
3255 total_detect_count += new_detect_count; in amdgpu_ras_poison_creation_handler()