summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei1-14/+6
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-7/+12
2020-11-10core: Make nvservices more standardizedChloe Marcec1-32/+43
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei1-7/+26
2020-11-01Rename to align with switchbrew and remove gpu function (#4714)Levi Behunin1-13/+7
2020-10-21Revert "core: Fix clang build"bunnei1-6/+6
2020-10-18core: Fix clang buildLioncash1-6/+6
2019-10-05Nvdrv: Correct Event setup in NvdrvFernando Sahmkow1-22/+11
2019-10-05service/nvdrv: Silence -WswitchReinUsesLisp1-2/+3
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-2/+3
2019-07-05Nv_Host_Ctrl: Correct difference calculationFernando Sahmkow1-5/+7
2019-07-05NVServices: Address FeedbackFernando Sahmkow1-3/+11
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-8/+2
2019-07-05NVFlinger: Correct GCC compile errorFernando Sahmkow1-0/+1
2019-07-05NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow1-2/+5
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-5/+17
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow1-4/+1
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-3/+4
2019-07-05nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow1-0/+5
2019-07-05nvhost_ctrl: Corrections to event handlingFernando Sahmkow1-7/+11
2019-07-05Gpu: Mark areas as protected.Fernando Sahmkow1-0/+6
2019-07-05nv_services: Stub CtrlEventSignalFernando Sahmkow1-12/+32
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow1-10/+81
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+3
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-0/+3
2018-07-10NvOsGetConfigU32 production implDavid Marcec1-17/+2
2018-07-08nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei1-1/+1
2018-07-03Update clang formatJames Rowe1-4/+4
2018-07-03Rename logging macro back to LOG_*James Rowe1-4/+4
2018-05-30nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei1-0/+8
2018-05-30nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei1-4/+8
2018-05-27NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec1-1/+1
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-15nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv1-0/+14
2018-02-14nvhost_ctrl: Silence formatting specifier warningsLioncash1-2/+2
2018-02-06Extra nvdrv support (#162)David1-7/+11
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David1-0/+46