summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/nvlink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvlink.h b/drivers/gpu/nvgpu/include/nvgpu/nvlink.h
index 18e0aab6..7b8be7d8 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/nvlink.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/nvlink.h
@@ -128,7 +128,8 @@ struct nvgpu_nvlink_link {
128#define NVLINK_MAX_LINKS_SW 6 128#define NVLINK_MAX_LINKS_SW 6
129 129
130enum nvgpu_nvlink_speed { 130enum nvgpu_nvlink_speed {
131 nvgpu_nvlink_speed_default, 131 nvgpu_nvlink_speed_25G,
132 nvgpu_nvlink_speed_20G,
132 nvgpu_nvlink_speed__last, 133 nvgpu_nvlink_speed__last,
133}; 134};
134 135