[PR #3553] [MERGED] liverpool: Write valid queries on PixelPipeStatDump #3568

Closed
opened 2026-02-27 22:04:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3553
Author: @raphaelthegreat
Created: 9/7/2025
Status: Merged
Merged: 9/8/2025
Merged by: @squidbus

Base: mainHead: valid-queries


📝 Commits (3)

  • 28b993e liverpool: Write valid queries on PixelPipeStatDump
  • 2f8fcf4 export: Small assert swap
  • 901df89 liverpool: Advance zpass counter on every dump request

📊 Changes

4 files changed (+23 additions, -3 deletions)

View changed files

📝 src/shader_recompiler/frontend/translate/export.cpp (+2 -1)
📝 src/video_core/amdgpu/liverpool.cpp (+12 -2)
📝 src/video_core/amdgpu/liverpool.h (+2 -0)
📝 src/video_core/amdgpu/pm4_cmds.h (+7 -0)

📄 Description

Fixes softlocks when guest is checking for and waiting for valid queries


🔄 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/3553 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 9/7/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `valid-queries` --- ### 📝 Commits (3) - [`28b993e`](https://github.com/shadps4-emu/shadPS4/commit/28b993e3cae844858004865532e6cc9135559050) liverpool: Write valid queries on PixelPipeStatDump - [`2f8fcf4`](https://github.com/shadps4-emu/shadPS4/commit/2f8fcf4bff178d16e49b08788e61a3eb1fa20f42) export: Small assert swap - [`901df89`](https://github.com/shadps4-emu/shadPS4/commit/901df89c62ba27e0bddae9ffa8ef5c5b54a69b3f) liverpool: Advance zpass counter on every dump request ### 📊 Changes **4 files changed** (+23 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/frontend/translate/export.cpp` (+2 -1) 📝 `src/video_core/amdgpu/liverpool.cpp` (+12 -2) 📝 `src/video_core/amdgpu/liverpool.h` (+2 -0) 📝 `src/video_core/amdgpu/pm4_cmds.h` (+7 -0) </details> ### 📄 Description Fixes softlocks when guest is checking for and waiting for [valid](https://github.com/GPUOpen-Drivers/pal/blob/c5e800072a32f68b6ccc4422936d96167c6e0728/src/core/hw/gfxip/gfx12/gfx12OcclusionQueryPool.h#L43-L53) queries --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:11 +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#3568
No description provided.