summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvdevice.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow1-1/+1
2023-10-25nvdrv: rework to remove memcpyLiam1-12/+0
2023-10-25nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam1-0/+12
2023-06-22Remove memory allocations in some hot pathsKelebek11-3/+3
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-4/+6
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-6/+4
2022-12-29nvdrv: Use std::span for inputsameerj1-4/+6
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow1-0/+8
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-3/+0
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec1-4/+16
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei1-5/+4
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-4/+5
2020-11-10Addressed issuesChloe Marcec1-0/+25
2020-11-10core: Make nvservices more standardizedChloe Marcec1-19/+6
2020-08-14core: Resolve several -Wextra-semi warningsLioncash1-1/+2
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+4
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/+3
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-1/+8
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang1-5/+5
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-06Extra nvdrv support (#162)David1-1/+11
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-2/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv1-0/+33