Pass NV2080_CTRL_CMD_MC_SERVICE_INTERRUPTS through nvproxy.

Fixes #9176

PiperOrigin-RevId: 549125072
This commit is contained in:
Jamie Liu
2023-07-18 15:18:19 -07:00
committed by gVisor bot
parent f43a5fc63a
commit ef410e665b
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -190,7 +190,8 @@ type NV2080_CTRL_GR_GET_INFO_PARAMS struct {
// From src/common/sdk/nvidia/inc/ctrl/ctrl2080/ctrl2080mc.h:
const (
NV2080_CTRL_CMD_MC_GET_ARCH_INFO = 0x20801701
NV2080_CTRL_CMD_MC_GET_ARCH_INFO = 0x20801701
NV2080_CTRL_CMD_MC_SERVICE_INTERRUPTS = 0x20801702
)
// From src/common/sdk/nvidia/inc/ctrl/ctrl2080/ctrl2080nvlink.h:
+1
View File
@@ -582,6 +582,7 @@ func rmControl(fi *frontendIoctlState) (uintptr, error) {
nvgpu.NV2080_CTRL_CMD_GR_GET_TPC_MASK,
nvgpu.NV2080_CTRL_CMD_GSP_GET_FEATURES,
nvgpu.NV2080_CTRL_CMD_MC_GET_ARCH_INFO,
nvgpu.NV2080_CTRL_CMD_MC_SERVICE_INTERRUPTS,
nvgpu.NV2080_CTRL_CMD_NVLINK_GET_NVLINK_STATUS,
nvgpu.NV2080_CTRL_CMD_PERF_BOOST,
nvgpu.NV2080_CTRL_CMD_RC_GET_WATCHDOG_INFO,