summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei2018-05-301-0/+8
* nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei2018-05-301-4/+8
* NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec2018-05-271-1/+1
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-6/+6
* Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv2018-04-231-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv2018-02-151-0/+14
* nvhost_ctrl: Silence formatting specifier warningsLioncash2018-02-141-2/+2
* Extra nvdrv support (#162)David2018-02-061-7/+11
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2018-01-211-0/+46