summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/os_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/os_linux.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/os_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/os_linux.h b/drivers/gpu/nvgpu/common/linux/os_linux.h
index f23926b3..a61d07e6 100644
--- a/drivers/gpu/nvgpu/common/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/common/linux/os_linux.h
@@ -64,6 +64,8 @@ struct nvgpu_os_linux {
64 } sched; 64 } sched;
65 65
66 dev_t cdev_region; 66 dev_t cdev_region;
67
68 struct device_dma_parameters dma_parms;
67}; 69};
68 70
69static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g) 71static inline struct nvgpu_os_linux *nvgpu_os_linux_from_gk20a(struct gk20a *g)