summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_vic.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19nvhost_vic: use map erase by keyLiam1-4/+1
2024-01-19nvdrv: use static typing for SessionId, smmu Asid typesLiam1-1/+1
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-1/+1
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow1-2/+8
2023-10-25nvdrv: rework to remove memcpyLiam1-6/+6
2023-10-25nvdrv: convert codec devicesLiam1-3/+4
2023-06-22Remove memory allocations in some hot pathsKelebek11-3/+3
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-4/+4
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-4/+4
2022-12-29nvdrv: Use std::span for inputsameerj1-4/+4
2022-10-06General: address feedbackFernando Sahmkow1-7/+9
2022-10-06General: Fix compilation for GCCLiam White1-2/+2
2022-10-06NVDRV: Further improvements.Fernando Sahmkow1-1/+1
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow1-0/+3
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow1-3/+2
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-12-04Address feedbackFeng Chen1-6/+7
2021-12-02Support multiple videos playingFeng Chen1-3/+8
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-04service: Resolve cases of member field shadowingLioncash1-3/+3
2021-04-25nvhost_vic: Fix device closureameerj1-7/+5
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec1-4/+8
2021-02-13Address PR feedbackameerj1-2/+1
2021-02-13nvdec cleanupameerj1-1/+7
2021-01-07nvdec syncpt incorporationameerj1-2/+3
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei1-5/+3
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-3/+5
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