summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow1-1/+13
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19common: Reduce unused includesameerj1-0/+2
2021-05-04service: Resolve cases of member field shadowingLioncash1-1/+1
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-5/+3
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-3/+5
2020-11-10core: Make nvservices more standardizedChloe Marcec1-35/+20
2020-06-10nvdrv: Fix GetTPCMasks for ioctl3David Marcec1-11/+7
2020-05-01nvdrv: Fix GetGpuTime stack corruptionDavid Marcec1-2/+3
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-3/+5
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-1/+1
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-1/+2
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-1/+1
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei1-0/+6
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-2/+2
2018-06-06nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer1-0/+31
2018-05-25Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David1-0/+11
2018-05-11More accurate GetTPCMasks implDavid Marcec1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+3
2018-02-06Extra nvdrv support (#162)David1-0/+130