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