summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdrv.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19nvdrv: use static typing for SessionId, smmu Asid typesLiam1-1/+1
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow1-1/+5
2023-06-22Remove memory allocations in some hot pathsKelebek11-4/+4
2023-03-01nvnflinger: fix nameLiam1-5/+5
2023-02-21service: refactor server architectureLiam1-3/+1
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-6/+6
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-6/+6
2022-12-29nvdrv: Use std::span for inputsameerj1-6/+6
2022-10-24nvdrv: fix container destruction orderLiam1-3/+3
2022-10-06General: address feedbackFernando Sahmkow1-1/+1
2022-10-06general: Format licenses as per SPDX guidelinesMorph1-4/+3
2022-10-06Core: Fix get nvmap object random crashVonChenPlus1-2/+1
2022-10-06General: Fix compilation for GCCLiam White1-0/+1
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow1-7/+0
2022-10-06NVDRV: Fix clearing when destroying.Fernando Sahmkow1-3/+0
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow1-40/+16
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow1-4/+7
2022-10-06NVDRV: Cleanup.Fernando Sahmkow1-5/+4
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow1-1/+5
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow1-57/+39
2022-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-25hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei1-1/+2
2021-10-16NVHost_Ctrl: Force wait if the gpu falls behind too long.FernandoS271-0/+2
2021-07-21hle: service: Add a helper module for managing kernel objects.bunnei1-0/+3
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei1-2/+2
2021-05-06hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-1/+1
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-2/+6
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-2/+2
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-1/+1
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei1-3/+3
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+1
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-3/+3
2020-11-10Addressed issuesChloe Marcec1-1/+1
2020-11-10core: Make nvservices more standardizedChloe Marcec1-7/+16
2020-11-01hle service: nvdrv: Update to instantiate SyncpointManager.bunnei1-1/+13
2020-09-22General: Make use of std::nullopt where applicableLioncash1-1/+1
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-2/+2
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+3
2019-07-05NVServices: Address FeedbackFernando Sahmkow1-7/+16
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-7/+9
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-1/+4
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow1-1/+3
2019-07-05nv_services: Fixes to event liberation.Fernando Sahmkow1-6/+14
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-2/+7
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow1-4/+1
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow1-0/+52
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow1-7/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-08-08nvdrv: Get rid of global std::weak_ptrLioncash1-3/+5
2018-07-25service/nvdrv: Take std::string in Open() by const referenceLioncash1-1/+1
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-02-15Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.Subv1-0/+7
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer1-0/+2
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-94/+30
2018-01-16clang-formatMerryMage1-0/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv1-0/+94
2018-01-11NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv1-0/+25