summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2018-01-211-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid * used clang-format-3.9 instead * lowercase pid * Moved nvmemp handlers to cpp * Removed unnecessary logging for NvOsGetConfigU32. Cleaned up log and changed to LOG_DEBUG * using std::arrays instead of c arrays * nvhost get config now uses std::array completely * added pid logging back * updated cmakelist * missing includes * added array, removed memcpy * clang-format6.0
* nvdrv: Stub SetClientPID.bunnei2018-01-191-0/+12
|
* nvdrv: stubbed Close(cmd 2)Frederic Meyer2018-01-171-0/+13
|
* NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv2018-01-171-0/+69