summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index a60f6f12..3fc7e55f 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -453,7 +453,6 @@ struct nvgpu_gr_ctx {
453 453
454 u32 graphics_preempt_mode; 454 u32 graphics_preempt_mode;
455 u32 compute_preempt_mode; 455 u32 compute_preempt_mode;
456 bool boosted_ctx;
457 456
458 struct nvgpu_mem preempt_ctxsw_buffer; 457 struct nvgpu_mem preempt_ctxsw_buffer;
459 struct nvgpu_mem spill_ctxsw_buffer; 458 struct nvgpu_mem spill_ctxsw_buffer;
@@ -462,11 +461,12 @@ struct nvgpu_gr_ctx {
462 u32 ctx_id; 461 u32 ctx_id;
463 bool ctx_id_valid; 462 bool ctx_id_valid;
464 bool cilp_preempt_pending; 463 bool cilp_preempt_pending;
464 bool boosted_ctx;
465 bool golden_img_loaded;
465 466
466#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 467#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
467 u64 virt_ctx; 468 u64 virt_ctx;
468#endif 469#endif
469 bool golden_img_loaded;
470 470
471 struct patch_desc patch_ctx; 471 struct patch_desc patch_ctx;
472 struct zcull_ctx_desc zcull_ctx; 472 struct zcull_ctx_desc zcull_ctx;