summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_vic.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: address feedbackFernando Sahmkow2022-10-061-3/+0
* NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow2022-10-061-1/+1
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-061-2/+1
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-061-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Address feedbackFeng Chen2021-12-041-0/+3
* service: Resolve cases of member field shadowingLioncash2021-05-041-2/+2
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+8
* nvdec syncpt incorporationameerj2021-01-071-2/+2
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+3
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-3/+5
* core: Make nvservices more standardizedChloe Marcec2020-11-101-19/+5
* video_core: NVDEC Implementationameerj2020-10-271-76/+12
* service: nvhost_vic: Ignore Submit commands.bunnei2020-06-051-1/+14
* nvdrv: Stub nvdec/vic ioctls to bypass nvdec moviesZach Hilman2020-06-051-0/+50
* 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
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-2/+2
* Added missing channel devicesDavid Marcec2018-08-131-0/+36