summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nv_Host_Ctrl: Correct difference calculationFernando Sahmkow2019-07-051-5/+7
* NVServices: Address FeedbackFernando Sahmkow2019-07-051-3/+11
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-8/+2
* NVFlinger: Correct GCC compile errorFernando Sahmkow2019-07-051-0/+1
* NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow2019-07-051-2/+5
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-5/+17
* GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow2019-07-051-4/+1
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-3/+4
* nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow2019-07-051-0/+5
* nvhost_ctrl: Corrections to event handlingFernando Sahmkow2019-07-051-7/+11
* Gpu: Mark areas as protected.Fernando Sahmkow2019-07-051-0/+6
* nv_services: Stub CtrlEventSignalFernando Sahmkow2019-07-051-12/+32
* nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow2019-07-051-10/+81
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+3
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-0/+3
* NvOsGetConfigU32 production implDavid Marcec2018-07-101-17/+2
* nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei2018-07-081-1/+1
* Update clang formatJames Rowe2018-07-031-4/+4
* Rename logging macro back to LOG_*James Rowe2018-07-031-4/+4
* nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei2018-05-301-0/+8
* nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei2018-05-301-4/+8
* NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec2018-05-271-1/+1
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-6/+6
* Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv2018-04-231-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv2018-02-151-0/+14
* nvhost_ctrl: Silence formatting specifier warningsLioncash2018-02-141-2/+2
* Extra nvdrv support (#162)David2018-02-061-7/+11
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2018-01-211-0/+46