summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_nvjpg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-1/+1
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-1/+1
* nvdrv: rework to remove memcpyLiam2023-10-251-1/+1
* nvdrv: convert codec devicesLiam2023-10-251-4/+3
* Remove memory allocations in some hot pathsKelebek12023-06-221-4/+4
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-5/+5
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-5/+5
* nvdrv: Use std::span for inputsameerj2022-12-291-5/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+7
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+4
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-4/+5
* Addressed issuesChloe Marcec2020-11-101-1/+2
* core: Make nvservices more standardizedChloe Marcec2020-11-101-13/+28
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-2/+3
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-1/+1
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-1/+2
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-1/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-0/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+3
* Added missing channel devicesDavid Marcec2018-08-131-0/+34