Searched refs:last_fault (Results 1 – 2 of 2) sorted by relevance
417 if (gmc->fault_ring[gmc->last_fault].timestamp >= stamp) in amdgpu_gmc_filter_faults()451 fault = &gmc->fault_ring[gmc->last_fault]; in amdgpu_gmc_filter_faults()457 gmc->fault_hash[hash].idx = gmc->last_fault++; in amdgpu_gmc_filter_faults()
300 uint64_t last_fault:AMDGPU_GMC_FAULT_RING_ORDER; member