aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h
AgeCommit message (Expand)Author
2024-01-18nvdrv: use static typing for SessionId, smmu Asid typesLiam
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2023-10-25nvdrv: rework to remove memcpyLiam
2023-10-25nvdrv: convert nvhost_ctrl_gpuLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28nvdrv: Use std::span for inputsameerj
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19common: Reduce unused includesameerj
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and...Chloe Marcec
2020-12-28hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-10core: Make nvservices more standardizedChloe Marcec
2020-06-10nvdrv: Fix GetTPCMasks for ioctl3David Marcec
2020-05-02nvdrv: Fix GetGpuTime stack corruptionDavid Marcec
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-06-06nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer
2018-05-24Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David
2018-05-10More accurate GetTPCMasks implDavid Marcec
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-05Extra nvdrv support (#162)David