summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_vic.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-10Addressed issuesChloe Marcec1-0/+7
2020-11-10core: Make nvservices more standardizedChloe Marcec1-28/+35
2020-10-27video_core: NVDEC Implementationameerj1-76/+14
2020-06-05service: nvhost_vic: Ignore Submit commands.bunnei1-0/+4
2020-06-05nvdrv: Stub nvdec/vic ioctls to bypass nvdec moviesZach Hilman1-1/+69
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+3
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-1/+1
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-1/+2
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-1/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-0/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+3
2018-08-13Added missing channel devicesDavid Marcec1-3/+3
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-0/+2
2018-07-03Update clang formatJames Rowe1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-05-30Services/nvdrv: add '/dev/nvhost-nvdec' devicemailwl1-0/+32