nv_services: Stub CtrlEventSignal

This commit is contained in:
Fernando Sahmkow 2019-06-07 21:13:20 -04:00 committed by FernandoS27
parent 8942047d41
commit a45643cb3b
4 changed files with 48 additions and 13 deletions

View file

@ -171,7 +171,9 @@ public:
u32 GetSyncpointValue(const u32 syncpoint_id) const;
void RegisterEvent(const u32 event_id, const u32 sync_point_id, const u32 value);
void RegisterEvent(const u32 event_id, const u32 syncpoint_id, const u32 value);
void CancelEvent(const u32 event_id, const u32 syncpoint_id, const u32 value);
/// Returns a const reference to the GPU DMA pusher.
const Tegra::DmaPusher& DmaPusher() const;