550.40.07

This commit is contained in:
Bernhard Stoeckner
2024-01-24 17:51:53 +01:00
parent bb2dac1f20
commit 91676d6628
1411 changed files with 261367 additions and 145959 deletions

View File

@@ -44,7 +44,7 @@ void uvm_perf_heuristics_remove_gpu(uvm_gpu_t *gpu);
NV_STATUS uvm_perf_heuristics_load(uvm_va_space_t *va_space);
// This function is called when a GPU is registered on a VA space
NV_STATUS uvm_perf_heuristics_register_gpu(uvm_va_space_t *va_space, uvm_gpu_t *gpu);
void uvm_perf_heuristics_register_gpu(uvm_va_space_t *va_space, uvm_gpu_t *gpu);
// The following two functions are called during VA space teardown.
// uvm_perf_heuristics_stop is called first with no lock taken on the VA space.