[PR #410] [MERGED] Gnmdriver: More functions #1545

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/410
Author: @psucien
Created: 8/12/2024
Status: Merged
Merged: 8/12/2024
Merged by: @psucien

Base: mainHead: gnmdriver/more_functions


📝 Commits (3)

  • 5940b1e libraries: gnmdriver: added sceGnmGetGpuCoreClockFrequency
  • 96aad1c libraries: gnmdriver: sceGnmSetVgtControl added
  • 5d0a30d amdgpu: gpuclock64 in write eop packet

📊 Changes

4 files changed (+30 additions, -14 deletions)

View changed files

📝 src/core/libraries/gnmdriver/gnmdriver.cpp (+15 -5)
📝 src/core/libraries/gnmdriver/gnmdriver.h (+3 -2)
📝 src/video_core/amdgpu/pm4_cmds.h (+11 -7)
📝 src/video_core/amdgpu/pm4_opcodes.h (+1 -0)

📄 Description

Cherry-pick from https://github.com/shadps4-emu/shadPS4/pull/370, adds:


🔄 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/410 **Author:** [@psucien](https://github.com/psucien) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@psucien](https://github.com/psucien) **Base:** `main` ← **Head:** `gnmdriver/more_functions` --- ### 📝 Commits (3) - [`5940b1e`](https://github.com/shadps4-emu/shadPS4/commit/5940b1e51729a7390bad981604e3c8c2e7ff1ae0) libraries: gnmdriver: added `sceGnmGetGpuCoreClockFrequency` - [`96aad1c`](https://github.com/shadps4-emu/shadPS4/commit/96aad1c6c15c60cf1e6bc8e180087a61e090ba8a) libraries: gnmdriver: `sceGnmSetVgtControl` added - [`5d0a30d`](https://github.com/shadps4-emu/shadPS4/commit/5d0a30d1652a0337057a624bdd88081ea89e8f22) amdgpu: gpuclock64 in write eop packet ### 📊 Changes **4 files changed** (+30 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/gnmdriver/gnmdriver.cpp` (+15 -5) 📝 `src/core/libraries/gnmdriver/gnmdriver.h` (+3 -2) 📝 `src/video_core/amdgpu/pm4_cmds.h` (+11 -7) 📝 `src/video_core/amdgpu/pm4_opcodes.h` (+1 -0) </details> ### 📄 Description Cherry-pick from https://github.com/shadps4-emu/shadPS4/pull/370, adds: * sceGnmSetVgtControl (https://github.com/shadps4-emu/shadps4-game-compatibility/issues/56) * sceGnmGetGpuCoreClockFrequency (RDR) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:00 +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#1545
No description provided.