aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/host1x/syncpoint_manager.cpp
AgeCommit message (Collapse)Author
2022-11-29host1x/syncpoint_manager: Pass DeregisterAction() handle as const-refLioncash
The handle is only compared against and not modified in any way, so we can pass it by const reference. This also allows us to mark the respective parameters for DeregisterGuestAction() and DeregisterHostAction() as const references as well.
2022-10-10syncpoint_manager: ensure handle is removable before removingLiam
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow