summaryrefslogtreecommitdiff
path: root/src/video_core/dma_pusher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/dma_pusher.h')
-rw-r--r--src/video_core/dma_pusher.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h
index 14b23b1d7..27a36348c 100644
--- a/src/video_core/dma_pusher.h
+++ b/src/video_core/dma_pusher.h
@@ -91,11 +91,8 @@ private:
91 DmaState dma_state{}; 91 DmaState dma_state{};
92 bool dma_increment_once{}; 92 bool dma_increment_once{};
93 93
94 GPUVAddr dma_put{}; ///< pushbuffer current end address
95 GPUVAddr dma_get{}; ///< pushbuffer current read address
96 GPUVAddr dma_mget{}; ///< main pushbuffer last read address 94 GPUVAddr dma_mget{}; ///< main pushbuffer last read address
97 bool ib_enable{true}; ///< IB mode enabled 95 bool ib_enable{true}; ///< IB mode enabled
98 bool non_main{}; ///< non-main pushbuffer active
99}; 96};
100 97
101} // namespace Tegra 98} // namespace Tegra