summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-11/+11
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-11/+11
2022-12-29nvdrv: Use std::span for inputsameerj1-11/+11
2022-10-06General: address feedbackFernando Sahmkow1-1/+1
2022-10-06general: Format licenses as per SPDX guidelinesMorph1-4/+3
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow1-2/+0
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow1-0/+4
2022-10-06NVDRV: Update copyright notices.Fernando Sahmkow1-2/+4
2022-10-06NvHostCtrl: Fix merge of nvflinger.Fernando Sahmkow1-1/+2
2022-10-06NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow1-2/+3
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow1-0/+42
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow1-2/+8
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow1-0/+2
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow1-17/+30
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-04service: Resolve cases of member field shadowingLioncash1-2/+2
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec1-4/+8
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei1-7/+4
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-4/+7
2020-11-10core: Make nvservices more standardizedChloe Marcec1-64/+45
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei1-1/+3
2020-11-01Rename to align with switchbrew and remove gpu function (#4714)Levi Behunin1-3/+3
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+3
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-2/+2
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-2/+4
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-1/+1
2019-07-05nv_services: Stub CtrlEventSignalFernando Sahmkow1-0/+2
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow1-1/+6
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-2/+2
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-2/+0
2018-05-30nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei1-0/+2
2018-05-30nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei1-1/+1
2018-05-23Add ioctl commands with their params and size checkgreggameplayer1-2/+86
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-15nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv1-0/+11
2018-02-06Extra nvdrv support (#162)David1-2/+3
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David1-0/+48