mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-05-24 14:45:08 +00:00
595.71.05
This commit is contained in:
@@ -1800,6 +1800,7 @@ static NV_STATUS service_fault_batch_ats_sub(uvm_gpu_va_space_t *gpu_va_space,
|
||||
// ATS faults can't be unserviceable, since unserviceable faults require
|
||||
// GMMU PTEs.
|
||||
UVM_ASSERT(!current_entry->is_fatal);
|
||||
UVM_ASSERT(current_entry->gpu == gpu);
|
||||
|
||||
i++;
|
||||
|
||||
@@ -1849,6 +1850,7 @@ static NV_STATUS service_fault_batch_ats_sub(uvm_gpu_va_space_t *gpu_va_space,
|
||||
|
||||
} while (current_entry &&
|
||||
(current_entry->fault_address < outer) &&
|
||||
(previous_entry->gpu == current_entry->gpu) &&
|
||||
(previous_entry->va_space == current_entry->va_space));
|
||||
|
||||
// Service the last sub-batch.
|
||||
|
||||
Reference in New Issue
Block a user