diff options
author | Chloe Marcec <dmarcecguzman@gmail.com> | 2021-03-30 20:37:40 +1100 |
---|---|---|
committer | Chloe Marcec <dmarcecguzman@gmail.com> | 2021-03-30 20:37:40 +1100 |
commit | bf1c1788cab4740d8c46c30ad8a97021b2e858f9 (patch) | |
tree | 3d3228a9369adcfe1db58c698b4ba84e86376300 /src/video_core/gpu.h | |
parent | f234531f92bab2e35fd88594c61943777ff44677 (diff) |
nvdrv: Cleanup CDMA Processor on device closure
Brings us a step closer to unifying all channels to share a common interface.
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r-- | src/video_core/gpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index b2ee45496..d40982a54 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -324,6 +324,9 @@ public: /// Push GPU command buffer entries to be processed void PushCommandBuffer(Tegra::ChCommandHeaderList& entries); + /// Frees the CDMAPusher to free up resources + void ClearCommandBuffer(); + /// Swap buffers (render frame) void SwapBuffers(const Tegra::FramebufferConfig* framebuffer); |