summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdrv_interface.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-13/+13
2022-10-13kernel: remove KWritableEventLiam1-4/+0
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow1-2/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-07-14service: Append service name prefix to common filenamesMorph1-0/+0
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+2
2020-11-10Addressed issuesChloe Marcec1-1/+1
2020-11-10core: Make nvservices more standardizedChloe Marcec1-2/+4
2020-06-29service: Update function tablesVolcaEM1-2/+2
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-0/+3
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow1-1/+1
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow1-2/+0
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow1-0/+2
2019-04-04core: Add missing override specifiers where applicableLioncash1-1/+1
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-1/+1
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-2/+5
2018-11-24nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei1-0/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-1/+0
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-02-09nvdrv: Fix QueryEvent for libnx.bunnei1-0/+3
2018-02-06Extra nvdrv support (#162)David1-0/+2
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David1-0/+2
2018-01-19nvdrv: Stub SetClientPID.bunnei1-0/+1
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer1-0/+1
2018-01-17NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv1-3/+3
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-26/+4
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-3/+12
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv1-1/+13
2018-01-11NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv1-0/+30