aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv
AgeCommit message (Expand)Author
2022-10-06Address Feedback from bylaws.Fernando Sahmkow
2022-10-06Nvflinger: correct duplication.Fernando Sahmkow
2022-10-06Core: Fix get nvmap object random crashVonChenPlus
2022-10-06NvDec: Fix regressions.Fernando Sahmkow
2022-10-06General: Fix compilation for GCCLiam White
2022-10-06NVDRV: Further improvements.Fernando Sahmkow
2022-10-06VideoCore: Refactor fencing system.Fernando Sahmkow
2022-10-06MemoryManager: initial multi paging system implementation.Fernando Sahmkow
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-10-06Texture cache: Fix the remaining issues with memory mnagement and unmapping.Fernando Sahmkow
2022-10-06VideoCore: Extra Fixes.Fernando Sahmkow
2022-10-06NVDRV: Remake ASGPUFernando Sahmkow
2022-10-06NVDRV: Update copyright notices.Fernando Sahmkow
2022-10-06NvHostCtrl: Fix merge of nvflinger.Fernando Sahmkow
2022-10-06NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-10-06NVASGPU: Fix Remap.Fernando Sahmkow
2022-10-06NVDRV: Fix clearing when destroying.Fernando Sahmkow
2022-10-06NVMAP: Fix the Free return parameters.Fernando Sahmkow
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow
2022-10-06NVDRV: Cleanup.Fernando Sahmkow
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow
2022-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow
2022-10-06NvHost: Fix some regressions and correct signaling on timeout.Fernando Sahmkow
2022-09-10Merge pull request #8842 from Kelebek1/AudOutbunnei
2022-09-04Don't stall with nvdecKelebek1
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek1
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-06Merge pull request #8122 from bunnei/improve-thread-usagebunnei
2022-04-02fix: typosAndrea Pappacoda
2022-04-02hle: service: nvdrv: Create a service thread where appropriate.Morph
2022-03-29nvhost_ctrl: Only mark EventState::Busy as BadParameterameerj
2022-03-24hle: nvdrv: nvdata: Cleanup NvFence static assert.bunnei
2022-03-24hle: nvflinger: Move BufferTransformFlags to its own header.bunnei
2022-03-24hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei
2022-03-24hle: nvflinger: Move PixelFormat to its own header.bunnei
2022-03-19common: Reduce unused includesameerj
2021-12-07Merge pull request #7488 from vonchenplus/support_multiple_videos_playingbunnei
2021-12-05general: Add missing copyright noticesameerj
2021-12-05Address feedbackFeng Chen
2021-12-02Support multiple videos playingFeng Chen
2021-11-03core: Remove unused includesameerj
2021-10-24Fixup channel submit IOCTL syncpoint parametersBilly Laws