mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-10 01:59:58 +00:00
530.30.02
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*******************************************************************************
|
||||
Copyright (c) 2015-2019 NVIDIA Corporation
|
||||
Copyright (c) 2015-2023 NVIDIA Corporation
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to
|
||||
@@ -70,6 +70,12 @@ struct uvm_thread_context_struct
|
||||
// This field is ignored in interrupt paths
|
||||
NvU32 array_index;
|
||||
|
||||
// Set if uvm_hmm_invalidate() callbacks should be ignored on this va_block.
|
||||
// This needs to be set whenever the va_block lock is held and
|
||||
// migrate_vma_setup() needs to be called since the "slow path" which
|
||||
// calls try_to_migrate() doesn't pass the pgmap_owner.
|
||||
uvm_va_block_t *ignore_hmm_invalidate_va_block;
|
||||
|
||||
// Pointer to enclosing node (if any) in red-black tree
|
||||
//
|
||||
// This field is ignored in interrupt paths
|
||||
|
||||
Reference in New Issue
Block a user