summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/dmabuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/dmabuf.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/dmabuf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/dmabuf.h b/drivers/gpu/nvgpu/common/linux/dmabuf.h
index 718386c5..b4b61459 100644
--- a/drivers/gpu/nvgpu/common/linux/dmabuf.h
+++ b/drivers/gpu/nvgpu/common/linux/dmabuf.h
@@ -70,4 +70,7 @@ int gk20a_dmabuf_alloc_drvdata(struct dma_buf *dmabuf, struct device *dev);
70int gk20a_dmabuf_get_state(struct dma_buf *dmabuf, struct gk20a *g, 70int gk20a_dmabuf_get_state(struct dma_buf *dmabuf, struct gk20a *g,
71 u64 offset, struct gk20a_buffer_state **state); 71 u64 offset, struct gk20a_buffer_state **state);
72 72
73int gk20a_mm_get_buffer_info(struct device *dev, int dmabuf_fd,
74 u64 *buffer_id, u64 *buffer_len);
75
73#endif 76#endif