GVM User Suite
User tools for the GVM open source project.
Data Fields
Nv0000CtrlGpuGetIdInfoParams Struct Reference

Gets GPU specific information. More...

#include <nv0000.h>

Data Fields

uint32_t gpu_id
 GPU Id to get the information from. More...
 
uint32_t flags
 Flags for the GPU. More...
 
uint32_t dev_inst
 Device instance for the GPU. More...
 
uint32_t sub_dev_inst
 Sub device instance for the GPU. More...
 
char * sz_name
 Name. More...
 
uint32_t sli_status
 SLI Status. More...
 
uint32_t board_id
 Board id. More...
 
uint32_t gpu_inst
 GPU Instance. More...
 
uint32_t numa_id
 Numa id. More...
 

Detailed Description

Gets GPU specific information.

This acts as a parameter into a method that provides us GPU specific information.

Definition at line 84 of file nv0000.h.

Field Documentation

◆ board_id

uint32_t Nv0000CtrlGpuGetIdInfoParams::board_id

Board id.

Definition at line 91 of file nv0000.h.

◆ dev_inst

uint32_t Nv0000CtrlGpuGetIdInfoParams::dev_inst

Device instance for the GPU.

Definition at line 87 of file nv0000.h.

◆ flags

uint32_t Nv0000CtrlGpuGetIdInfoParams::flags

Flags for the GPU.

Definition at line 86 of file nv0000.h.

◆ gpu_id

uint32_t Nv0000CtrlGpuGetIdInfoParams::gpu_id

GPU Id to get the information from.

Definition at line 85 of file nv0000.h.

◆ gpu_inst

uint32_t Nv0000CtrlGpuGetIdInfoParams::gpu_inst

GPU Instance.

Definition at line 92 of file nv0000.h.

◆ numa_id

uint32_t Nv0000CtrlGpuGetIdInfoParams::numa_id

Numa id.

Definition at line 93 of file nv0000.h.

◆ sli_status

uint32_t Nv0000CtrlGpuGetIdInfoParams::sli_status

SLI Status.

Definition at line 90 of file nv0000.h.

◆ sub_dev_inst

uint32_t Nv0000CtrlGpuGetIdInfoParams::sub_dev_inst

Sub device instance for the GPU.

Definition at line 88 of file nv0000.h.

◆ sz_name

char* Nv0000CtrlGpuGetIdInfoParams::sz_name

Name.

Definition at line 89 of file nv0000.h.


The documentation for this struct was generated from the following file: