summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei2022-03-251-5/+5
* common: Reduce unused includesameerj2022-03-191-0/+1
* service: Resolve cases of member field shadowingLioncash2021-05-041-2/+2
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+8
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+3
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-3/+5
* core: Make nvservices more standardizedChloe Marcec2020-11-101-88/+65
* fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei2020-11-011-0/+1
* hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei2020-11-011-3/+16
* nvhost_gpu: implement ChannelSetTimeslicenamkazy2020-02-161-0/+8
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-3/+5
* NVServices: Address FeedbackFernando Sahmkow2019-07-051-4/+1
* NVFlinger: Correct GCC compile errorFernando Sahmkow2019-07-051-1/+1
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-1/+2
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-1/+1
* nv_services: Create GPU channels correctlyFernando Sahmkow2019-07-051-0/+1
* video_core: Implement GPU side SyncpointsFernando Sahmkow2019-07-051-1/+7
* nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow2019-07-051-11/+11
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-2/+2
* video_core: Move command buffer loop.Markus Wick2018-09-101-17/+0
* gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei2018-08-311-0/+1
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-0/+1
* GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv2018-07-211-3/+5
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)greggameplayer2018-06-041-0/+47
* Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl2018-05-241-0/+7
* Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)David2018-05-221-1/+9
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-4/+1
* GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv2018-02-121-1/+1
* nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv2018-02-121-1/+9
* Extra nvdrv support (#162)David2018-02-061-0/+139