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