aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/interface.h
AgeCommit message (Expand)Author
2021-07-14service: Append service name prefix to common filenamesMorph
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-10Addressed issuesChloe Marcec
2020-11-10core: Make nvservices more standardizedChloe Marcec
2020-06-29service: Update function tablesVolcaEM
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...Fernando Sahmkow
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven...Fernando Sahmkow
2019-04-04core: Add missing override specifiers where applicableLioncash
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-23nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-09nvdrv: Fix QueryEvent for libnx.bunnei
2018-02-05Extra nvdrv support (#162)David
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David
2018-01-18nvdrv: Stub SetClientPID.bunnei
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer
2018-01-16NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv