summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdrv.h (unfollow)
Commit message (Expand)AuthorFilesLines
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