summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+3
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-0/+3
* NvOsGetConfigU32 production implDavid Marcec2018-07-101-17/+2
* nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei2018-07-081-1/+1
* Update clang formatJames Rowe2018-07-031-4/+4
* Rename logging macro back to LOG_*James Rowe2018-07-031-4/+4
* 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