Commit Graph

6 Commits

Author SHA1 Message Date
Lioncash
0b2ae3008d gpu_thread: Remove unused dma_pusher class member variable from ThreadManager
The pusher instance is only ever used in the constructor of the
ThreadManager for creating the thread that the ThreadManager instance
contains. Aside from that, the member is unused, so it can be removed.
2019-03-27 12:51:21 -04:00
bunnei
62205cc543 gpu: Use host address for caching instead of guest address. 2019-03-14 22:34:42 -04:00
Lioncash
0041f2d66b video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype
This function didn't have a definition, so we can remove it to prevent
accidentally attempting to use it.
2019-03-07 16:08:52 -05:00
Lioncash
206f51fc13 video_core/gpu_thread: Amend constructor initializer list order
Moves the data members to satisfy the order they're declared as in the
constructor initializer list.

Silences a -Wreorder warning.
2019-03-07 16:05:49 -05:00
bunnei
8afc5737be gpu_thread: Fix deadlock with threading idle state check. 2019-03-06 21:48:57 -05:00
bunnei
40abf95fcc gpu: Move command processing to another thread. 2019-03-06 21:48:57 -05:00