mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-03 15:04:39 +00:00
520.61.05
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*******************************************************************************
|
||||
Copyright (c) 2015 NVIDIA Corporation
|
||||
Copyright (c) 2015-2022 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
|
||||
@@ -236,4 +236,7 @@ bool uvm_pushbuffer_has_space(uvm_pushbuffer_t *pushbuffer);
|
||||
// Helper to print pushbuffer state for debugging
|
||||
void uvm_pushbuffer_print(uvm_pushbuffer_t *pushbuffer);
|
||||
|
||||
// Helper to retrieve the pushbuffer->memory GPU VA.
|
||||
NvU64 uvm_pushbuffer_get_gpu_va_base(uvm_pushbuffer_t *pushbuffer);
|
||||
|
||||
#endif // __UVM_PUSHBUFFER_H__
|
||||
|
||||
Reference in New Issue
Block a user