summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-06-07 21:13:20 -0400
committerGravatar FernandoS272019-07-05 15:49:15 -0400
commita45643cb3b07e76e73814baf1d472d636dd2cd91 (patch)
tree8cea1037fcfdaa473f8362686ff2d46ee10745d5 /src/video_core/gpu.h
parentGpu: Implement Hardware Interrupt Manager and manage GPU interrupts (diff)
downloadyuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar.gz
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.tar.xz
yuzu-a45643cb3b07e76e73814baf1d472d636dd2cd91.zip
nv_services: Stub CtrlEventSignal
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index c3e5311fa..4805a5fbc 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -171,7 +171,9 @@ public:
171 171
172 u32 GetSyncpointValue(const u32 syncpoint_id) const; 172 u32 GetSyncpointValue(const u32 syncpoint_id) const;
173 173
174 void RegisterEvent(const u32 event_id, const u32 sync_point_id, const u32 value); 174 void RegisterEvent(const u32 event_id, const u32 syncpoint_id, const u32 value);
175
176 void CancelEvent(const u32 event_id, const u32 syncpoint_id, const u32 value);
175 177
176 /// Returns a const reference to the GPU DMA pusher. 178 /// Returns a const reference to the GPU DMA pusher.
177 const Tegra::DmaPusher& DmaPusher() const; 179 const Tegra::DmaPusher& DmaPusher() const;