summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/syncpoint_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* host1x/syncpoint_manager: Pass DeregisterAction() handle as const-refLioncash2022-11-291-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.
* syncpoint_manager: ensure handle is removable before removingLiam2022-10-111-1/+11
|
* General: address feedbackFernando Sahmkow2022-10-061-6/+6
|
* general: Format licenses as per SPDX guidelinesMorph2022-10-061-3/+2
|
* NVDRV: Further refactors and eliminate old code.Fernando Sahmkow2022-10-061-0/+4
|
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-0/+93