summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Append service name prefix to common filenamesMorph2021-07-141-45/+0
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* Addressed issuesChloe Marcec2020-11-101-1/+1
* core: Make nvservices more standardizedChloe Marcec2020-11-101-2/+4
* service: Update function tablesVolcaEM2020-06-291-2/+2
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-0/+3
* GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow2019-07-051-1/+1
* Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow2019-07-051-2/+0
* nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow2019-07-051-0/+2
* core: Add missing override specifiers where applicableLioncash2019-04-041-1/+1
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-1/+1
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-2/+5
* nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei2018-11-241-0/+2
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+1
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-1/+0
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* nvdrv: Fix QueryEvent for libnx.bunnei2018-02-091-0/+3
* Extra nvdrv support (#162)David2018-02-061-0/+2
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2018-01-211-0/+2
* nvdrv: Stub SetClientPID.bunnei2018-01-191-0/+1
* nvdrv: stubbed Close(cmd 2)Frederic Meyer2018-01-171-0/+1
* NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv2018-01-171-0/+29