summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvmap.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19nvdrv: use static typing for SessionId, smmu Asid typesLiam1-1/+1
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-2/+2
2024-01-19SMMU: Fix software rendering and cleanupFernando Sahmkow1-1/+1
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-2/+2
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow1-12/+19
2023-10-25nvdrv: rework to remove memcpyLiam1-6/+6
2023-10-25nvdrv: convert nvmapLiam1-34/+13
2023-07-15k_process: PageTable -> GetPageTableLiam1-2/+2
2023-06-22Remove memory allocations in some hot pathsKelebek11-10/+10
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-2/+2
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-10/+10
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-10/+10
2022-12-29nvdrv: Use std::span for inputsameerj1-10/+10
2022-11-04core: hle: kernel: k_memory_manager: Refresh.bunnei1-2/+4
2022-10-27nvnflinger: release queued handles immediately on disconnectionLiam1-4/+6
2022-10-19core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei1-1/+2
2022-10-06Core: Fix get nvmap object random crashVonChenPlus1-12/+0
2022-10-06General: Fix compilation for GCCLiam White1-1/+1
2022-10-06MemoryManager: initial multi paging system implementation.Fernando Sahmkow1-0/+10
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow1-1/+1
2022-10-06NVMAP: Fix the Free return parameters.Fernando Sahmkow1-14/+14
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow1-115/+105
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek11-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
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
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-10Addressed issuesChloe Marcec1-0/+5
2020-11-10core: Make nvservices more standardizedChloe Marcec1-54/+60
2020-07-28Update src/core/hle/service/nvdrv/devices/nvmap.cppbunnei1-1/+1
2020-07-26hle: nvdrv: Rewrite of GPU memory management.bunnei1-11/+22
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+3
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-1/+1
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-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec1-12/+14
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-0/+14
2018-10-12Made the minimum alignment more clearDavid Marcec1-2/+3
2018-10-11Added error codes for nvmapDavid Marcec1-12/+59
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+3
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-6/+6
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv1-3/+10
2018-05-23change some functionsgreggameplayer1-6/+6
2018-05-20GPU: Implemented the nvmap Free ioctl.Subv1-0/+35
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-5/+5
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-17nvmap: Make IocFromId return the same existing handle instead of creating a new one.Subv1-5/+2
2018-02-14nvmap: Silence formatting specifier warningsLioncash1-1/+2
2018-02-08nvmap: Refactor to expose nvmap objects.bunnei1-16/+11
2018-02-06Extra nvdrv support (#162)David1-2/+2
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei1-5/+5
2018-01-21nvmap: Add a return 0 underneath the UNIMPLEMENTED macroLioncash1-0/+1
2018-01-21nvmap: Make IoctlCommands an enum classLioncash1-6/+6
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-12core: Include <algorithm> where used.bunnei1-0/+2
2018-01-12nv: Fix more broken asserts.bunnei1-2/+2
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv1-91/+5
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv1-167/+123
2018-01-11NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv1-0/+283