535.43.02

This commit is contained in:
Andy Ritger
2023-05-30 10:11:36 -07:00
parent 6dd092ddb7
commit eb5c7665a1
1403 changed files with 295367 additions and 86235 deletions

View File

@@ -90,6 +90,7 @@ struct RS_RES_ALLOC_PARAMS_INTERNAL
API_SECURITY_INFO *pSecInfo;
void *pAllocParams; ///< [in] Copied-in allocation parameters
NvU32 paramsSize; ///< [in] Copied-in allocation parameters size
// ... Dupe alloc
RsClient *pSrcClient; ///< The client that is sharing the resource
@@ -813,7 +814,7 @@ NV_STATUS refAddDependant(RsResourceRef *pResourceRef, RsResourceRef *pDependant
/**
* Remove the dependency between this resource reference and a dependent resource reference.
*/
NV_STATUS refRemoveDependant(RsResourceRef *pResourceRef, RsResourceRef *pDependantRef);
void refRemoveDependant(RsResourceRef *pResourceRef, RsResourceRef *pDependantRef);
/**
* Find, Add, or Remove an inter-mapping between two resources to the Mapper's list of inter-mappings