mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-01-30 21:19:49 +00:00
515.65.01
This commit is contained in:
@@ -868,6 +868,8 @@ static const CHIPS_RELEASED sChipsReleased[] = {
|
||||
{ 0x2233, 0x165a, 0x10de, "NVIDIA RTX A5500" },
|
||||
{ 0x2233, 0x165a, 0x17aa, "NVIDIA RTX A5500" },
|
||||
{ 0x2235, 0x145a, 0x10de, "NVIDIA A40" },
|
||||
{ 0x2236, 0x1482, 0x10de, "NVIDIA A10" },
|
||||
{ 0x2237, 0x152f, 0x10de, "NVIDIA A10G" },
|
||||
{ 0x2238, 0x1677, 0x10de, "NVIDIA A10M" },
|
||||
{ 0x2414, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060 Ti" },
|
||||
{ 0x2420, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080 Ti Laptop GPU" },
|
||||
|
||||
@@ -491,6 +491,7 @@ struct RS_CPU_UNMAP_PARAMS
|
||||
NvP64 pLinearAddress; ///< [in] Address of mapped memory
|
||||
NvU32 flags; ///< [in] Resource-specific flags
|
||||
NvU32 processId;
|
||||
NvBool bTeardown; ///< [in] Unmap operation is due to client teardown
|
||||
|
||||
/// [in] hContext Handle of resource that provides a context for the mapping (e.g., subdevice for channel map)
|
||||
NvHandle hContext;
|
||||
|
||||
Reference in New Issue
Block a user