mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-22 07:53:58 +00:00
575.51.02
This commit is contained in:
@@ -34,15 +34,9 @@
|
||||
/* PASCAL_CHANNEL_GPFIFO_A control commands and parameters */
|
||||
|
||||
#include "ctrl/ctrlxxxx.h"
|
||||
#include "ctrl/ctrla06f.h" /* C06F is partially derived from A06F */
|
||||
#include "ctrl/ctrl906f.h" /* C06F is partially derived from 906F */
|
||||
#define NVC06F_CTRL_CMD(cat,idx) \
|
||||
NVXXXX_CTRL_CMD(0xC06F, NVC06F_CTRL_##cat, idx)
|
||||
|
||||
/* PASCAL_CHANNEL_GPFIFO_B command categories (6bits) */
|
||||
#define NVC06F_CTRL_RESERVED (0x00)
|
||||
#define NVC06F_CTRL_GPFIFO (0x01)
|
||||
#define NVC06F_CTRL_EVENT (0x02)
|
||||
|
||||
/*
|
||||
* NVC06F_CTRL_CMD_NULL
|
||||
@@ -55,12 +49,3 @@
|
||||
*/
|
||||
#define NVC06F_CTRL_CMD_NULL (0xc06f0000) /* finn: Evaluated from "(FINN_PASCAL_CHANNEL_GPFIFO_A_RESERVED_INTERFACE_ID << 8) | 0x0" */
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* NVC06F_CTRL_CMD_EVENT_SET_TRIGGER
|
||||
*
|
||||
* Please see description of NVA06F_CTRL_CMD_EVENT_SET_TRIGGER for more information.
|
||||
*/
|
||||
#define NVC06F_CTRL_CMD_EVENT_SET_TRIGGER (0xc06f0106) /* finn: Evaluated from "(FINN_PASCAL_CHANNEL_GPFIFO_A_EVENT_INTERFACE_ID << 8) | 0x6" */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user