NvHost: Try a different approach to blocking.

This commit is contained in:
Fernando Sahmkow 2021-10-30 11:35:05 +02:00
parent ea941e1d76
commit 987ef2824c
2 changed files with 7 additions and 10 deletions

View file

@ -50,7 +50,7 @@ struct EventInterface {
// Tells if an NVEvent is registered or not
std::array<bool, MaxNvEvents> registered{};
// Tells the NVEvent that it has failed.
std::array<bool, MaxNvEvents> failed{};
std::array<u32, MaxNvEvents> fails{};
// When an NVEvent is waiting on GPU interrupt, this is the sync_point
// associated with it.
std::array<u32, MaxNvEvents> assigned_syncpt{};