summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/devices/nvdevice.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdrv: use static typing for SessionId, smmu Asid typesGravatar Liam2024-01-181-1/+2
* NVDRV: Implement sessions and initial implementation of SMMUGravatar Fernando Sahmkow2024-01-181-1/+1
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-3/+3
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-4/+6
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-6/+4
* nvdrv: Use std::span for inputsGravatar ameerj2022-12-281-4/+6
* NVDRV: Implement QueryEvent.Gravatar Fernando Sahmkow2022-10-061-0/+8
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Remove unused includesGravatar ameerj2021-11-031-3/+0
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-1/+1
* nvdrv: Pass device fd and handle device create methods for device opening and...Gravatar Chloe Marcec2021-03-251-4/+16
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.Gravatar bunnei2020-12-281-5/+4
* nvservices: Reintroducee IoctlCtrlGravatar Chloe Marcec2020-11-241-4/+5
* Addressed issuesGravatar Chloe Marcec2020-11-101-0/+25
* core: Make nvservices more standardizedGravatar Chloe Marcec2020-11-101-19/+6
* core: Resolve several -Wextra-semi warningsGravatar Lioncash2020-08-141-1/+2
* Initial implementation of Ioctl2 & Ioctl3Gravatar David Marcec2019-09-191-2/+4
* NVServices: Styling, define constructors as explicit and correctionsGravatar Fernando Sahmkow2019-07-051-1/+1
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Gravatar Fernando Sahmkow2019-07-051-1/+3
* nv_services: Deglobalize NvServicesGravatar Fernando Sahmkow2019-07-051-1/+8
* remove all occurance of specifying endianness inside BitFieldGravatar Weiyi Wang2019-02-061-5/+5
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-6/+2
* Extra nvdrv support (#162)Gravatar David2018-02-051-1/+11
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Gravatar Subv2018-01-161-2/+2
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* NV: Move the nv device nodes to their own directory and namespace.Gravatar Subv2018-01-101-0/+33