summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
index 9569f436..4e6a8ec9 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
@@ -232,6 +232,8 @@ struct gk20a_cde_ctx {
232 int convert_cmd_num_entries; 232 int convert_cmd_num_entries;
233 233
234 struct kobj_attribute attr; 234 struct kobj_attribute attr;
235
236 bool init_cmd_executed;
235}; 237};
236 238
237struct gk20a_cde_app { 239struct gk20a_cde_app {