summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/syncpoint_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-29host1x/syncpoint_manager: Pass DeregisterAction() handle as const-refLioncash1-3/+3
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-11syncpoint_manager: ensure handle is removable before removingLiam1-1/+11
2022-10-06General: address feedbackFernando Sahmkow1-6/+6
2022-10-06general: Format licenses as per SPDX guidelinesMorph1-3/+2
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow1-0/+4
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow1-0/+93