summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-04service: Resolve cases of member field shadowingLioncash1-2/+2
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec1-4/+8
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei1-7/+4
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-4/+7
2020-11-10core: Make nvservices more standardizedChloe Marcec1-64/+45
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei1-1/+3
2020-11-01Rename to align with switchbrew and remove gpu function (#4714)Levi Behunin1-3/+3
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+3
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-2/+2
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-2/+4
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-1/+1
2019-07-05nv_services: Stub CtrlEventSignalFernando Sahmkow1-0/+2
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow1-1/+6
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-2/+2
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-2/+0
2018-05-30nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei1-0/+2
2018-05-30nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei1-1/+1
2018-05-23Add ioctl commands with their params and size checkgreggameplayer1-2/+86
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-15nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv1-0/+11
2018-02-06Extra nvdrv support (#162)David1-2/+3
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David1-0/+48