mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-24 17:03:58 +00:00
525.47.07
This commit is contained in:
@@ -289,12 +289,12 @@ NV_STATUS __uvm_push_begin_acquire_on_reserved_channel_with_info(uvm_channel_t *
|
||||
return status;
|
||||
}
|
||||
|
||||
bool uvm_push_info_is_tracking_descriptions()
|
||||
bool uvm_push_info_is_tracking_descriptions(void)
|
||||
{
|
||||
return uvm_debug_enable_push_desc != 0;
|
||||
}
|
||||
|
||||
bool uvm_push_info_is_tracking_acquires()
|
||||
bool uvm_push_info_is_tracking_acquires(void)
|
||||
{
|
||||
return uvm_debug_enable_push_acquire_info != 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user