mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
[amdgpu] Initial multi queue support
This commit is contained in:
parent
21f9c9b8ec
commit
cea6052e54
3 changed files with 538 additions and 520 deletions
|
|
@ -763,7 +763,8 @@ int main(int argc, const char *argv[]) {
|
|||
cmd.memoryProt.prot);
|
||||
break;
|
||||
case amdgpu::bridge::CommandId::CommandBuffer:
|
||||
device.handleCommandBuffer(cmd.commandBuffer.address,
|
||||
device.handleCommandBuffer(cmd.commandBuffer.queue,
|
||||
cmd.commandBuffer.address,
|
||||
cmd.commandBuffer.size);
|
||||
break;
|
||||
case amdgpu::bridge::CommandId::Flip: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue