GVM User Suite
User tools for the GVM open source project.
Data Structures | Macros
nv0000.h File Reference
#include <stdint.h>
Include dependency graph for nv0000.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Nv0000CtrlGpuGetProbedIdsParams
 Gets a list of all probed Ids. More...
 
struct  Nv0000CtrlGpuGetPciInfoParams
 Gets the PCI info for a given gpu. More...
 
struct  Nv0000CtrlGpuAttachIdsParams
 Attaches the following ids to the GPU driver. More...
 
struct  Nv0000CtrlGpuDeAttachIdsParams
 DeAttaches the following ids to the GPU driver. More...
 
struct  Nv0000CtrlGpuGetIdInfoParams
 Gets GPU specific information. More...
 

Macros

#define NV0000_GET_PROBED_IDS   0x00000214
 Command for rm control res to get a list of all probed ids. More...
 
#define NV0000_GET_PCI_INFO   0x0000021B
 Command for rm control res to get pci info for the gpu id. More...
 
#define NV0000_ATTACH_IDS   0x00000215
 Command to attach a gpu id to the driver. More...
 
#define NV0000_DEATTACH_IDS   0x00000216
 Command to detach a gpu id from the driver. More...
 
#define NV0000_GET_GPU_INFO   0x00000202
 Command to get the GPU Info. More...
 

Macro Definition Documentation

◆ NV0000_ATTACH_IDS

#define NV0000_ATTACH_IDS   0x00000215

Command to attach a gpu id to the driver.

Definition at line 55 of file nv0000.h.

◆ NV0000_DEATTACH_IDS

#define NV0000_DEATTACH_IDS   0x00000216

Command to detach a gpu id from the driver.

Definition at line 67 of file nv0000.h.

◆ NV0000_GET_GPU_INFO

#define NV0000_GET_GPU_INFO   0x00000202

Command to get the GPU Info.

Definition at line 78 of file nv0000.h.

◆ NV0000_GET_PCI_INFO

#define NV0000_GET_PCI_INFO   0x0000021B

Command for rm control res to get pci info for the gpu id.

Definition at line 41 of file nv0000.h.

◆ NV0000_GET_PROBED_IDS

#define NV0000_GET_PROBED_IDS   0x00000214

Command for rm control res to get a list of all probed ids.

Definition at line 29 of file nv0000.h.