summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index c60afb97..9982b1e0 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -51,11 +51,6 @@ struct notification {
51 u16 status; 51 u16 status;
52}; 52};
53 53
54struct fence {
55 u32 hw_chid;
56 u32 syncpt_val;
57};
58
59/* contexts associated with a channel */ 54/* contexts associated with a channel */
60struct channel_ctx_gk20a { 55struct channel_ctx_gk20a {
61 struct gr_ctx_desc *gr_ctx; 56 struct gr_ctx_desc *gr_ctx;