mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-10 01:59:58 +00:00
560.28.03
This commit is contained in:
@@ -48,6 +48,7 @@ typedef enum
|
||||
{
|
||||
POOL_CONFIG_GMMU_FMT_1, // configure pool for client page tables with version = GMMU_FMT_VERSION_1
|
||||
POOL_CONFIG_GMMU_FMT_2, // configure pool for client page tables with version = GMMU_FMT_VERSION_2
|
||||
POOL_CONFIG_CTXBUF_256G, // configure pool for RM internal allocations like ctx buffers with 256GB page size
|
||||
POOL_CONFIG_CTXBUF_512M, // configure pool for RM internal allocations like ctx buffers with 512MB page size
|
||||
POOL_CONFIG_CTXBUF_2M, // configure pool for RM internal allocations like ctx buffers with 2MB page size
|
||||
POOL_CONFIG_CTXBUF_64K, // configure pool for RM internal allocations like ctx buffers with 64KB page size
|
||||
|
||||
3
src/nvidia/inc/kernel/mem_mgr/syncpoint_mem.h
Normal file
3
src/nvidia/inc/kernel/mem_mgr/syncpoint_mem.h
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
#include "g_syncpoint_mem_nvoc.h"
|
||||
|
||||
Reference in New Issue
Block a user