summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/boardobj/boardobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/boardobj/boardobj.h')
-rw-r--r--drivers/gpu/nvgpu/boardobj/boardobj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/boardobj/boardobj.h b/drivers/gpu/nvgpu/boardobj/boardobj.h
index 138b3acc..16dbf6b4 100644
--- a/drivers/gpu/nvgpu/boardobj/boardobj.h
+++ b/drivers/gpu/nvgpu/boardobj/boardobj.h
@@ -60,6 +60,8 @@ typedef u32 boardobj_destruct(struct boardobj *pboardobj);
60*/ 60*/
61 61
62struct boardobj { 62struct boardobj {
63 struct gk20a *g;
64
63 u8 type; /*type of the device*/ 65 u8 type; /*type of the device*/
64 u8 idx; /*index of boardobj within in its group*/ 66 u8 idx; /*index of boardobj within in its group*/
65 u32 type_mask; /*mask of types this boardobjimplements*/ 67 u32 type_mask; /*mask of types this boardobjimplements*/