summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* MemoryManager: Reduce the page table size based on last big page address.Fernando Sahmkow2024-02-011-2/+4
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-1/+1
* SMMU: Fix software rendering and cleanupFernando Sahmkow2024-01-191-18/+11
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-23/+34
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-1/+1
* nvdrv: rework to remove memcpyLiam2023-10-251-11/+15
* nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam2023-10-251-57/+21
* nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam2023-08-251-1/+3
* Remove memory allocations in some hot pathsKelebek12023-06-221-16/+15
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-13/+13
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-13/+13
* nvdrv: Use std::span for inputsameerj2022-12-291-13/+13
* video_core: Implement memory manager page kindFengChen2022-10-171-4/+8
* General: address feedbackFernando Sahmkow2022-10-061-13/+15
* general: rework usages of UNREACHABLE macroLiam2022-10-061-5/+5
* address_space: Address feedbackMorph2022-10-061-4/+4
* general: Format licenses as per SPDX guidelinesMorph2022-10-061-4/+3
* General: Fix compilation for GCCLiam White2022-10-061-0/+3
* MemoryManager: initial multi paging system implementation.Fernando Sahmkow2022-10-061-20/+25
* Texture cache: Fix the remaining issues with memory mnagement and unmapping.Fernando Sahmkow2022-10-061-0/+3
* NVDRV: Remake ASGPUFernando Sahmkow2022-10-061-158/+302
* NVDRV: Update copyright notices.Fernando Sahmkow2022-10-061-2/+4
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-16/+18
* NVASGPU: Fix Remap.Fernando Sahmkow2022-10-061-0/+8
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-061-25/+29
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-2/+0
* service: Resolve cases of member field shadowingLioncash2021-05-041-2/+2
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+7
* nvdrv: Change InitializeEx to AllocAsExChloe Marcec2021-03-221-16/+33
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+4
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-4/+5
* Addressed issuesChloe Marcec2020-11-101-0/+7
* core: Make nvservices more standardizedChloe Marcec2020-11-101-58/+92
* Revert "core: Fix clang build"bunnei2020-10-211-27/+21
* Merge pull request #4796 from lioncash/clangLC2020-10-211-21/+27
|\
| * core: Fix clang buildLioncash2020-10-181-21/+27
* | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei2020-10-131-0/+16
|/
* General: Make use of std::nullopt where applicableLioncash2020-09-221-2/+2
* hle: nvdrv: Rewrite of GPU memory management.bunnei2020-07-261-64/+138
* NvServices: Correct Ioctl Remap.Fernando Sahmkow2019-12-251-2/+4
* service/nvdrv: Silence -WswitchReinUsesLisp2019-10-051-0/+2
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-2/+3
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-1/+2
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-6/+6
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-10/+2
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-2/+2
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-1/+2
* gpu: Move command processing to another thread.bunnei2019-03-071-1/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-0/+2
* Merge pull request #1478 from ogniK5377/remap-invalidhandle-remapbunnei2018-10-121-3/+10
|\
| * Returned an error before processing other remapsDavid Marcec2018-10-121-6/+2
| * Passing an invalid nmap handle to Remap should throw an errorDavid Marcec2018-10-111-3/+14
* | nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei2018-10-111-3/+4
|/
* Unmapping an unmapped buffer should succeedDavid Marcec2018-10-081-1/+6
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+5
* gpu: Make memory_manager privateLioncash2018-08-281-6/+6
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-2/+3
* renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash2018-08-041-2/+2
* video_core: Eliminate the g_renderer global variableLioncash2018-08-041-5/+6
* Update clang formatJames Rowe2018-07-031-8/+8
* Rename logging macro back to LOG_*James Rowe2018-07-031-9/+9
* GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU.Subv2018-07-011-0/+5
* GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2018-05-201-0/+33
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-2/+2
* GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv2018-05-011-2/+0
* nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-13/+13
* NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated.Subv2018-04-231-0/+10
* Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv2018-04-231-0/+35
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvhost_as_gpu: Silence formatting specifier warningsLioncash2018-02-141-5/+7
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-4/+8
* nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei2018-02-081-9/+28
* nvhost_as_gpu: Add nvmap as a class member.bunnei2018-02-081-0/+1
* Extra nvdrv support (#162)David2018-02-061-2/+76
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv2018-01-171-2/+2
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* nv: Fix more broken asserts.bunnei2018-01-121-1/+1
* NV: Move the nv device nodes to their own directory and namespace.Subv2018-01-111-0/+20