19 #ifndef GPU_NVIDIA_RESMAN_CLASSES_NV0000_H
20 #define GPU_NVIDIA_RESMAN_CLASSES_NV0000_H
29 #define NV0000_GET_PROBED_IDS 0x00000214
41 #define NV0000_GET_PCI_INFO 0x0000021B
55 #define NV0000_ATTACH_IDS 0x00000215
67 #define NV0000_DEATTACH_IDS 0x00000216
78 #define NV0000_GET_GPU_INFO 0x00000202
Attaches the following ids to the GPU driver.
uint32_t gpu_ids[32]
List of GPU Ids to attach.
uint32_t failed_gpu_id
Last failed GPU id.
DeAttaches the following ids to the GPU driver.
uint32_t gpu_ids[32]
List of GPU Ids to detach.
Gets GPU specific information.
uint32_t sli_status
SLI Status.
uint32_t gpu_inst
GPU Instance.
uint32_t gpu_id
GPU Id to get the information from.
uint32_t board_id
Board id.
uint32_t flags
Flags for the GPU.
uint32_t dev_inst
Device instance for the GPU.
uint32_t sub_dev_inst
Sub device instance for the GPU.
Gets the PCI info for a given gpu.
uint16_t bus
Bus for the GPU.
uint32_t gpu_id
GPU Id to get PCI info from.
uint32_t domain
Domain for the GPU.
uint16_t slot
Slot for the GPU.
Gets a list of all probed Ids.
uint32_t gpu_ids[32]
GPU IDs available.
uint32_t excluded_gpus[32]
GPU IDs that were excluded.