[PR #137] [MERGED] amdgpu: multiple GFX submits #1327

Closed
opened 2026-02-27 21:12:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/137
Author: @psucien
Created: 5/16/2024
Status: Merged
Merged: 5/17/2024
Merged by: @georgemoralis

Base: mainHead: video_core/multi_submits


📝 Commits (3)

  • 9df1a8d amdgpu: added support for several single GFX submits per frame
  • dbdb3dc amdgpu: non-blocking submitDone
  • 64b2e58 a fair multi-submissions support

📊 Changes

4 files changed (+98 additions, -38 deletions)

View changed files

📝 src/core/libraries/gnmdriver/gnmdriver.cpp (+13 -8)
📝 src/core/libraries/gnmdriver/gnmdriver.h (+4 -4)
📝 src/video_core/amdgpu/liverpool.cpp (+50 -16)
📝 src/video_core/amdgpu/liverpool.h (+31 -10)

📄 Description

This PR adds support for multiple command buffers submission.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/137 **Author:** [@psucien](https://github.com/psucien) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `video_core/multi_submits` --- ### 📝 Commits (3) - [`9df1a8d`](https://github.com/shadps4-emu/shadPS4/commit/9df1a8d15b97089eac11041fcffb0fa74a26c4c5) amdgpu: added support for several single GFX submits per frame - [`dbdb3dc`](https://github.com/shadps4-emu/shadPS4/commit/dbdb3dc77ec4e677695373da773d28055a2322ae) amdgpu: non-blocking submitDone - [`64b2e58`](https://github.com/shadps4-emu/shadPS4/commit/64b2e582850c85b0a4c54fc03baa71fb8ee03886) a fair multi-submissions support ### 📊 Changes **4 files changed** (+98 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/gnmdriver/gnmdriver.cpp` (+13 -8) 📝 `src/core/libraries/gnmdriver/gnmdriver.h` (+4 -4) 📝 `src/video_core/amdgpu/liverpool.cpp` (+50 -16) 📝 `src/video_core/amdgpu/liverpool.h` (+31 -10) </details> ### 📄 Description This PR adds support for multiple command buffers submission. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1327
No description provided.