summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdrv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv2018-02-121-2/+5
* nvhost_as_gpu: Add nvmap as a class member.bunnei2018-02-081-1/+1
* Extra nvdrv support (#162)David2018-02-061-2/+8
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2018-01-211-0/+4
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* nvdrv: stubbed Close(cmd 2)Frederic Meyer2018-01-171-0/+10
* NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv2018-01-171-2/+4
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv2018-01-171-6/+37
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv2018-01-111-2/+6
* NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv2018-01-111-0/+16