aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/devices
AgeCommit message (Expand)Author
2023-10-25nvdrv: rework to remove memcpyLiam
2023-10-25nvdrv: fix up remaining copy callsLiam
2023-10-25nvdrv: convert nvmapLiam
2023-10-25nvdrv: convert codec devicesLiam
2023-10-25nvdrv: convert nvhost_gpuLiam
2023-10-25nvdrv: convert nvhost_ctrlLiam
2023-10-25nvdrv: convert nvhost_ctrl_gpuLiam
2023-10-25nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg
2023-08-25nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-21Merge pull request #10086 from Morph1984/coretiming-ng-1bunnei
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2023-06-07nvdisp: Fix SingleCore frametime reportingMorph
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-01nvnflinger: fix nameLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28nvdrv: Use std::span for inputsameerj
2022-11-13Add break for default casesKyle Kienapfel
2022-11-03core: hle: kernel: k_memory_manager: Refresh.bunnei
2022-10-27nvnflinger: release queued handles immediately on disconnectionLiam
2022-10-19Merge pull request #9071 from bunnei/mp-mmliamwhite
2022-10-19Merge pull request #9084 from vonchenplus/dma_copyFernando S
2022-10-18core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei
2022-10-17video_core: Implement memory manager page kindFengChen
2022-10-12kernel: remove KWritableEventLiam
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06general: rework usages of UNREACHABLE macroLiam
2022-10-06nvdisp: End system frame after requesting to swap buffersMorph
2022-10-06address_space: Address feedbackMorph
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06NvHostChannels: improve hack for supporting multiple channels.Fernando Sahmkow
2022-10-06Address Feedback from bylaws.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