mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-09 17:50:00 +00:00
535.98
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
* This structure represents vGPU host device KERNEL object allocation parameters.
|
||||
* dbdf -> domain (31:16), bus (15:8), device (7:3), function (2:0)
|
||||
* gfid -> Used only when SRIOV is enabled otherwise set to 0.
|
||||
* swizzId [IN/OUT] -> Used only when MIG mode is enabled otherwise set
|
||||
* swizzId [IN] -> Used only when MIG mode is enabled otherwise set
|
||||
* to NV2080_CTRL_GPU_PARTITION_ID_INVALID.
|
||||
* numChannels -> Used only when SRIOV is enabled. Must be a power of 2.
|
||||
* bDisableDefaultSmcExecPartRestore - If set to true, SMC default execution partition
|
||||
|
||||
@@ -837,6 +837,7 @@ typedef struct NV2080_CTRL_NVLINK_INJECT_ERROR_PARAMS {
|
||||
#define NV2080_CTRL_NVLINK_UNIT_TLC_TX_0 0x05U
|
||||
#define NV2080_CTRL_NVLINK_UNIT_MIF_RX_0 0x06U
|
||||
#define NV2080_CTRL_NVLINK_UNIT_MIF_TX_0 0x07U
|
||||
#define NV2080_CTRL_NVLINK_UNIT_MINION 0x08U
|
||||
|
||||
/*
|
||||
* NV2080_CTRL_CMD_NVLINK_GET_ERROR_RECOVERIES
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
|
||||
#define NV_CONF_COMPUTE_SYSTEM_CPU_CAPABILITY_NONE 0
|
||||
#define NV_CONF_COMPUTE_SYSTEM_CPU_CAPABILITY_AMD_SEV 1
|
||||
#define NV_CONF_COMPUTE_SYSTEM_CPU_CAPABILITY_INTEL_TDX 2
|
||||
|
||||
#define NV_CONF_COMPUTE_SYSTEM_GPUS_CAPABILITY_NONE 0
|
||||
#define NV_CONF_COMPUTE_SYSTEM_GPUS_CAPABILITY_APM 1
|
||||
|
||||
Reference in New Issue
Block a user