aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/nvdrv.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-07-20hle: service: nvdrv: Remove unused kernel reference.bunnei
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-07-14service: Append service name prefix to common filenamesMorph
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: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and...Chloe Marcec
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
2021-01-07nvdec syncpt incorporationameerj
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-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-11-01 hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...bunnei
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei
2020-11-01hle service: nvdrv: Update to instantiate SyncpointManager.bunnei
2020-11-01hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints.bunnei
2020-10-26video_core: NVDEC Implementationameerj
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-10-04Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncsFernando Sahmkow
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow
2019-07-05NVServices: Make NVEvents Automatic according to documentation.Fernando 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: Deglobalize NvServicesFernando Sahmkow
2019-07-05nvhost_ctrl: Corrections to event handlingFernando Sahmkow
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven...Fernando Sahmkow
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-13Registered missing channel devicesDavid Marcec
2018-08-07nvdrv: Get rid of global std::weak_ptrLioncash
2018-08-07nvdrv: Make Ioctl()'s definition match its prototypeLioncash
2018-07-25service/nvdrv: Take std::string in Open() by const referenceLioncash
2018-07-25service/nvdrv: Use std::move where applicableLioncash
2018-05-30Services/nvdrv: add '/dev/nvhost-nvdec' devicemailwl
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
2018-02-11nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv
2018-02-07nvhost_as_gpu: Add nvmap as a class member.bunnei
2018-02-05Extra nvdrv support (#162)David