summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdata.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-0/+6
Purpose of Ioctl2 and Ioctl3 is to prevent the passing of raw pointers through ioctls
2019-07-05NVServices: Address FeedbackFernando Sahmkow1-0/+4
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-0/+7
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow1-2/+12
2019-07-05video_core: Implement GPU side SyncpointsFernando Sahmkow1-0/+2
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow1-0/+25