summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-1/+1
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-1/+1
* nvdrv: rework to remove memcpyLiam2023-10-251-10/+1
* nvdrv: convert nvhost_ctrlLiam2023-10-251-6/+15
* Remove memory allocations in some hot pathsKelebek12023-06-221-11/+10
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-11/+11
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-11/+11
* nvdrv: Use std::span for inputsameerj2022-12-291-11/+11
* General: address feedbackFernando Sahmkow2022-10-061-1/+1
* general: Format licenses as per SPDX guidelinesMorph2022-10-061-4/+3
* NVDRV: Further refactors and eliminate old code.Fernando Sahmkow2022-10-061-2/+0
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-0/+4
* NVDRV: Update copyright notices.Fernando Sahmkow2022-10-061-2/+4
* NvHostCtrl: Fix merge of nvflinger.Fernando Sahmkow2022-10-061-1/+2
* NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow2022-10-061-2/+3
* NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow2022-10-061-0/+42
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-061-2/+8
* NVDRV: Implement QueryEvent.Fernando Sahmkow2022-10-061-0/+2
* NvHost: Remake Ctrl Implementation.Fernando Sahmkow2022-10-061-17/+30
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Resolve cases of member field shadowingLioncash2021-05-041-2/+2
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+8
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-7/+4
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-4/+7
* core: Make nvservices more standardizedChloe Marcec2020-11-101-64/+45
* hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei2020-11-011-1/+3
* Rename to align with switchbrew and remove gpu function (#4714)Levi Behunin2020-11-011-3/+3
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-2/+3
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-2/+2
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-2/+4
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-1/+1
* nv_services: Stub CtrlEventSignalFernando Sahmkow2019-07-051-0/+2
* nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow2019-07-051-1/+6
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-2/+2
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-2/+0
* nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei2018-05-301-0/+2
* nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei2018-05-301-1/+1
* Add ioctl commands with their params and size checkgreggameplayer2018-05-231-2/+86
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv2018-02-151-0/+11
* Extra nvdrv support (#162)David2018-02-061-2/+3
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2018-01-211-0/+48