NVAPI Reference Documentation 545
Loading...
Searching...
No Matches
Public Attributes | List of all members
NV_DISPLAY_DRIVER_MEMORY_INFO_V3 Struct Reference

#include <nvapi_lite_common.h>

Public Attributes

NvU32 version
 Version info.
 
NvU32 dedicatedVideoMemory
 Size(in kb) of the physical framebuffer.
 
NvU32 availableDedicatedVideoMemory
 Size(in kb) of the available physical framebuffer for allocating video memory surfaces.
 
NvU32 systemVideoMemory
 Size(in kb) of system memory the driver allocates at load time.
 
NvU32 sharedSystemMemory
 Size(in kb) of shared system memory that driver is allowed to commit for surfaces across all allocations.
 
NvU32 curAvailableDedicatedVideoMemory
 Size(in kb) of the current available physical framebuffer for allocating video memory surfaces.
 
NvU32 dedicatedVideoMemoryEvictionsSize
 Size(in kb) of the total size of memory released as a result of the evictions.
 
NvU32 dedicatedVideoMemoryEvictionCount
 

Detailed Description

Used in NvAPI_GPU_GetMemoryInfo().

Member Data Documentation

◆ dedicatedVideoMemoryEvictionCount

NvU32 NV_DISPLAY_DRIVER_MEMORY_INFO_V3::dedicatedVideoMemoryEvictionCount

Indicates the number of eviction events that caused an allocation to be removed from dedicated video memory to free GPU video memory to make room for other allocations.


The documentation for this struct was generated from the following file: