53 Commits (260b841dc30e642d00cff993276f2d9dc91fe04c)

Author SHA1 Message Date
bunnei 0b7a03bd65
Update src/core/hle/service/nvdrv/interface.cpp 5 years ago
Chloe Marcec 7d257ce7bd nvdrv: /dev/nvhost-prof-gpu for production 5 years ago
bunnei 3f942c01f0 hle: kernel: Rename WritableEvent to KWritableEvent. 5 years ago
bunnei e86a7e3691 hle: kernel: Rename ReadableEvent to KReadableEvent. 5 years ago
bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. 5 years ago
bunnei 0c81b83ca9 hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. 5 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 5 years ago
Chloe Marcec ab25d1fe9a nvservices: Reintroducee IoctlCtrl 5 years ago
Chloe Marcec fc4d692c50 Addressed issues 5 years ago
Chloe Marcec 31c12de0fe core: Make nvservices more standardized 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash b249e4e0ce yuzu: Resolve C++20 deprecation warnings related to lambda captures 5 years ago
VolcaEM 6a0010d0c6
service: Update function tables 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Fernando Sahmkow 69fa2e6525 Nvdrv: Correct Event setup in Nvdrv 6 years ago
David Marcec 6325c3044c server side clang format fix2 6 years ago
David Marcec d3783fcc52 Use clang-format provided by build server 6 years ago
David Marcec 0740758b25 disable clang-format temp 6 years ago
David Marcec f9259c0383 Initial implementation of Ioctl2 & Ioctl3 6 years ago
Fernando Sahmkow 0fc98958a3 NVServices: Correct delayed responses. 7 years ago
Fernando Sahmkow f3a39e0c9c NVServices: Address Feedback 7 years ago
Fernando Sahmkow b391e5f638 NVFlinger: Correct GCC compile error 7 years ago
Fernando Sahmkow b6844bec60 NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. 7 years ago
Fernando Sahmkow 7d1b974bca GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware 7 years ago
Fernando Sahmkow 24408cce9b nv_services: Deglobalize NvServices 7 years ago
Fernando Sahmkow 8942047d41 Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts 7 years ago
Fernando Sahmkow e0027eba85 nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister 7 years ago
Lioncash a47aaa7f1b core/kernel/object: Rename ResetType enum members 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
bunnei 0d673a84b6 nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
Subv 5c49e56d41 GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 285d8d8b7d
nvdrv: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago
Hexagon12 4d1a2509df
Updated nvdrv with more service names. 8 years ago
Lioncash eba57fce88
nvdrv/interface: Silence formatting specifier warnings 8 years ago
bunnei 516a95721c service: Remove remaining uses of BufferDescriptor*. 8 years ago
bunnei d42e77797e nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl. 8 years ago
bunnei 22caeee64f nvdrv: Fix QueryEvent for libnx. 8 years ago
David d129905a66 Extra nvdrv support (#162) 8 years ago
bunnei 764bbaa19c logger: Use Service_NVDRV category where applicable. 8 years ago
bunnei 1b1d399e5f hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
David eeb3b5eed7 Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) 8 years ago
bunnei de646cef2d nvdrv: Stub SetClientPID. 8 years ago