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