summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2015-02-16 17:39:26 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 23:19:10 -0400
commitb53b2973fedaa7340b2066f5c1dffbaa78c478d7 (patch)
treefbb6fcfa7fa014163d9ee87d98d56a229248cfb8 /drivers/gpu/nvgpu/gk20a/channel_gk20a.h
parent6e3d5ac13f2a9740a7dbb21aeb06ba7af4f6bd12 (diff)
gpu: nvgpu: Fix/HACK for v3.18
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
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;