1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core/host1x
Lioncash c4af7b3f5c host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref
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-11-29 08:55:33 -05:00
..
codecs General: Fix clang format. 2022-10-06 21:00:53 +02:00
control.cpp general: Format licenses as per SPDX guidelines 2022-10-06 21:00:54 +02:00
control.h general: Format licenses as per SPDX guidelines 2022-10-06 21:00:54 +02:00
host1x.cpp general: Format licenses as per SPDX guidelines 2022-10-06 21:00:54 +02:00
host1x.h General: address feedback 2022-10-06 21:00:54 +02:00
nvdec.cpp NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
nvdec.h NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
nvdec_common.h VideoCore: Refactor syncing. 2022-10-06 21:00:52 +02:00
sync_manager.cpp NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
sync_manager.h NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00
syncpoint_manager.cpp host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref 2022-11-29 08:55:33 -05:00
syncpoint_manager.h host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref 2022-11-29 08:55:33 -05:00
vic.cpp General: Fix clang format. 2022-10-06 21:00:53 +02:00
vic.h NVDRV: Refactor Host1x 2022-10-06 21:00:52 +02:00