summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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