aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/nvdrv.h
AgeCommit message (Expand)Author
2022-10-23nvdrv: fix container destruction orderLiam
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06general: Format licenses as per SPDX guidelinesMorph
2022-10-06Core: Fix get nvmap object random crashVonChenPlus
2022-10-06General: Fix compilation for GCCLiam White
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow
2022-10-06NVDRV: Fix clearing when destroying.Fernando Sahmkow
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow
2022-10-06NVDRV: Cleanup.Fernando Sahmkow
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow
2022-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-24hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei
2021-10-16NVHost_Ctrl: Force wait if the gpu falls behind too long.FernandoS27
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2020-12-28hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-10Addressed issuesChloe Marcec
2020-11-10core: Make nvservices more standardizedChloe Marcec
2020-11-01hle service: nvdrv: Update to instantiate SyncpointManager.bunnei
2020-09-22General: Make use of std::nullopt where applicableLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec
2019-07-05NVServices: Address FeedbackFernando Sahmkow
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...Fernando Sahmkow
2019-07-05nv_services: Fixes to event liberation.Fernando Sahmkow
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven...Fernando Sahmkow
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-07nvdrv: Get rid of global std::weak_ptrLioncash
2018-07-25service/nvdrv: Take std::string in Open() by const referenceLioncash
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-14Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...Subv
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer
2018-01-16NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Subv
2018-01-16clang-formatMerryMage