summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-03Update clang formatJames Rowe1-10/+10
2018-07-03Rename logging macro back to LOG_*James Rowe1-12/+12
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv1-1/+2
2018-05-24Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl1-0/+9
2018-05-22Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)David1-0/+11
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-05-01GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv1-3/+0
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-18/+19
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-14nvhost_gpu: Silence formatting specifier warningsLioncash1-6/+8
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv1-4/+3
2018-02-12GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv1-1/+3
2018-02-06Extra nvdrv support (#162)David1-0/+144