mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #2011] [MERGED] gnmdriver: Implement neo mode differences. #2436
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2011
Author: @squidbus
Created: 1/1/2025
Status: ✅ Merged
Merged: 1/3/2025
Merged by: @psucien
Base:
main← Head:gnm-neo📝 Commits (2)
64f057cgnmdriver: Implement neo mode differences.52da7ebgnmdriver: Move init sequences to separate file.📊 Changes
4 files changed (+696 additions, -282 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+148 -282)➕
src/core/libraries/gnmdriver/gnmdriver_init.h(+542 -0)📝
src/video_core/amdgpu/pm4_cmds.h(+5 -0)📄 Description
Implements Neo mode differences for
gnmdriver. Init sequences have a few differences, and a few command buffer writes have changed. For example,IA_MULTI_VGT_PARAMis now (conditionally) used as a uconfig register instead of context, and many draws have a bit added to the command from the flags.All init sequences have been verified to equal that of the real gnm driver using both regular and neo modes, both with and without an extra ioctl condition passing.
Draft for now because there's still two
ioctlbased conditions I don't know the meaning of, currently usingboolconstants.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.