video_core: Implement GPU side Syncpoints

This commit is contained in:
Fernando Sahmkow
2019-06-07 12:56:30 -04:00
committed by FernandoS27
parent 6fd625d497
commit 779c115dbb
6 changed files with 84 additions and 9 deletions
+2
View File
@@ -5,6 +5,8 @@
namespace Service::Nvidia {
constexpr u32 MaxSyncPoints = 192;
struct Fence {
s32 id;
u32 value;