summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-1/+1
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-2/+2
* SMMU: Fix software rendering and cleanupFernando Sahmkow2024-01-191-1/+1
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-2/+2
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-12/+19
* nvdrv: rework to remove memcpyLiam2023-10-251-6/+6
* nvdrv: convert nvmapLiam2023-10-251-34/+13
* k_process: PageTable -> GetPageTableLiam2023-07-151-2/+2
* Remove memory allocations in some hot pathsKelebek12023-06-221-10/+10
* general: fix spelling mistakesLiam2023-03-121-1/+1
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-2/+2
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-10/+10
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-10/+10
* nvdrv: Use std::span for inputsameerj2022-12-291-10/+10
* core: hle: kernel: k_memory_manager: Refresh.bunnei2022-11-041-2/+4
* nvnflinger: release queued handles immediately on disconnectionLiam2022-10-271-4/+6
* core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei2022-10-191-1/+2
* Core: Fix get nvmap object random crashVonChenPlus2022-10-061-12/+0
* General: Fix compilation for GCCLiam White2022-10-061-1/+1
* MemoryManager: initial multi paging system implementation.Fernando Sahmkow2022-10-061-0/+10
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-1/+1
* NVMAP: Fix the Free return parameters.Fernando Sahmkow2022-10-061-14/+14
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-061-115/+105
* Demote services from warning/info to debug to reduce log spam:Kelebek12022-09-011-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+8
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+3
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-3/+5
* Addressed issuesChloe Marcec2020-11-101-0/+5
* core: Make nvservices more standardizedChloe Marcec2020-11-101-54/+60
* Update src/core/hle/service/nvdrv/devices/nvmap.cppbunnei2020-07-281-1/+1
* hle: nvdrv: Rewrite of GPU memory management.bunnei2020-07-261-11/+22
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-2/+3
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-1/+1
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-1/+2
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-1/+1
* Improved error messages in AM, HwOpus and NvMapDavid Marcec2018-11-261-12/+14
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-0/+14
* Made the minimum alignment more clearDavid Marcec2018-10-121-2/+3
* Added error codes for nvmapDavid Marcec2018-10-111-12/+59
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+3
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-6/+6
* nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv2018-07-011-3/+10
* change some functionsgreggameplayer2018-05-231-6/+6
* GPU: Implemented the nvmap Free ioctl.Subv2018-05-201-0/+35
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-5/+5
* Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv2018-04-231-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvmap: Make IocFromId return the same existing handle instead of creating a new one.Subv2018-02-171-5/+2
* nvmap: Silence formatting specifier warningsLioncash2018-02-141-1/+2
* nvmap: Refactor to expose nvmap objects.bunnei2018-02-081-16/+11
* Extra nvdrv support (#162)David2018-02-061-2/+2
* logger: Use Service_NVDRV category where applicable.bunnei2018-02-041-5/+5
* nvmap: Add a return 0 underneath the UNIMPLEMENTED macroLioncash2018-01-211-0/+1
* nvmap: Make IoctlCommands an enum classLioncash2018-01-211-6/+6
* 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
* core: Include <algorithm> where used.bunnei2018-01-121-0/+2
* nv: Fix more broken asserts.bunnei2018-01-121-2/+2
* NV: Move the nv device nodes to their own directory and namespace.Subv2018-01-111-0/+153