aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorbunnei <[email protected]>2021-04-16 23:14:44 -0700
committerGitHub <[email protected]>2021-04-16 23:14:44 -0700
commit9ad77ba6d388c93b8f2258d6faab8b68342742ff (patch)
treed7f9fe69b8ed0504f7285d000d6c5e7c570870c3 /src/video_core/gpu.h
parentd5c1f3929c3348691bda405dd2a4248773d02f2d (diff)
parentedb1d5d242f5b86543b17a091ed31ebb02dabec0 (diff)
downloadyuzu-android-9ad77ba6d388c93b8f2258d6faab8b68342742ff.tar.gz
yuzu-android-9ad77ba6d388c93b8f2258d6faab8b68342742ff.zip
Merge pull request #6125 from ogniK5377/nvdec-close-dev
nvdrv: Cleanup CDMA Processor on device closure
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index ecab35d3b..b1960ea86 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);