summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-1/+1
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-1/+1
* nvdrv: rework to remove memcpyLiam2023-10-251-2/+3
* nvdrv: convert nvhost_ctrl_gpuLiam2023-10-251-15/+13
* Remove memory allocations in some hot pathsKelebek12023-06-221-19/+19
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-16/+16
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-16/+16
* nvdrv: Use std::span for inputsameerj2022-12-291-16/+16
* NVDRV: Implement QueryEvent.Fernando Sahmkow2022-10-061-1/+13
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Reduce unused includesameerj2022-03-191-0/+2
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+8
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+3
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-3/+5
* core: Make nvservices more standardizedChloe Marcec2020-11-101-35/+20
* nvdrv: Fix GetTPCMasks for ioctl3David Marcec2020-06-101-11/+7
* nvdrv: Fix GetGpuTime stack corruptionDavid Marcec2020-05-011-2/+3
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-3/+5
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-1/+1
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-1/+2
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-1/+1
* nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei2018-11-211-0/+6
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-2/+2
* nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer2018-06-061-0/+31
* Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David2018-05-251-0/+11
* More accurate GetTPCMasks implDavid Marcec2018-05-111-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+3
* Extra nvdrv support (#162)David2018-02-061-0/+130