summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19SMMU: Fix software rendering and cleanupFernando Sahmkow1-4/+3
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-10/+10
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow1-1/+1
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-1/+1
2023-10-25nvdrv: rework to remove memcpyLiam1-1/+1
2023-10-25nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam1-11/+9
2023-06-22Remove memory allocations in some hot pathsKelebek11-14/+16
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-14/+14
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-14/+14
2022-12-29nvdrv: Use std::span for inputsameerj1-14/+14
2022-10-06general: Format licenses as per SPDX guidelinesMorph1-4/+3
2022-10-06MemoryManager: initial multi paging system implementation.Fernando Sahmkow1-0/+1
2022-10-06NVDRV: Remake ASGPUFernando Sahmkow1-77/+86
2022-10-06NVDRV: Update copyright notices.Fernando Sahmkow1-2/+4
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-1/+13
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow1-2/+10
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-6/+6
2021-05-04service: Resolve cases of member field shadowingLioncash1-1/+1
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec1-4/+8
2021-03-22nvdrv: Change InitializeEx to AllocAsExChloe Marcec1-11/+16
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-10core: Make nvservices more standardizedChloe Marcec1-58/+52
2020-10-13hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei1-0/+9
2020-07-26hle: nvdrv: Rewrite of GPU memory management.bunnei1-16/+63
2019-12-25NvServices: Correct Ioctl Remap.Fernando Sahmkow1-1/+1
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+3
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-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-3/+2
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-05-20GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv1-0/+17
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv1-0/+12
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv1-4/+1
2018-02-12GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv1-1/+1
2018-02-12nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv1-3/+2
2018-02-08nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei1-1/+5
2018-02-08nvhost_as_gpu: Add nvmap as a class member.bunnei1-1/+7
2018-02-06Extra nvdrv support (#162)David1-1/+75
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-2/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv1-0/+25