summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+3
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-0/+3
2018-07-10NvOsGetConfigU32 production implDavid Marcec1-17/+2
2018-07-08nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei1-1/+1
2018-07-03Update clang formatJames Rowe1-4/+4
2018-07-03Rename logging macro back to LOG_*James Rowe1-4/+4
2018-05-30nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei1-0/+8
2018-05-30nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei1-4/+8
2018-05-27NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec1-1/+1
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-15nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv1-0/+14
2018-02-14nvhost_ctrl: Silence formatting specifier warningsLioncash1-2/+2
2018-02-06Extra nvdrv support (#162)David1-7/+11
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David1-0/+46