summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_vic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow2022-10-061-0/+3
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-061-3/+2
* NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-061-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Address feedbackFeng Chen2021-12-041-6/+7
* Support multiple videos playingFeng Chen2021-12-021-3/+8
* core: Remove unused includesameerj2021-11-041-1/+0
* service: Resolve cases of member field shadowingLioncash2021-05-041-3/+3
* nvhost_vic: Fix device closureameerj2021-04-251-7/+5
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+8
* Address PR feedbackameerj2021-02-131-2/+1
* nvdec cleanupameerj2021-02-131-1/+7
* nvdec syncpt incorporationameerj2021-01-071-2/+3
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+3
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-3/+5
* Addressed issuesChloe Marcec2020-11-101-0/+7
* core: Make nvservices more standardizedChloe Marcec2020-11-101-28/+35
* video_core: NVDEC Implementationameerj2020-10-271-76/+14
* service: nvhost_vic: Ignore Submit commands.bunnei2020-06-051-0/+4
* nvdrv: Stub nvdec/vic ioctls to bypass nvdec moviesZach Hilman2020-06-051-1/+69
* 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