[gpu/nvdrv] Unstub SetErrorNotifier, add PostErrorNotification function #2500

Open
SDK-Chan wants to merge 2 commits from unstub-ErrorNotification into master
Member

This commit should ensure that GPU error handling is handled correctly.
Replace some unimplemented stubs with PostErrorNotification.
I believe this should mitigate some hiccups encountered in unreal engine based games.

This commit should ensure that GPU error handling is handled correctly. Replace some unimplemented stubs with PostErrorNotification. I believe this should mitigate some hiccups encountered in unreal engine based games.
SDK-Chan added 2 commits 2025-09-17 15:19:18 +02:00
Shinmegumi approved these changes 2025-09-17 17:59:55 +02:00
Shinmegumi force-pushed unstub-ErrorNotification from 2a233cdaef to b0e8e27212 2025-09-17 21:41:11 +02:00 Compare
MaranBr force-pushed unstub-ErrorNotification from b0e8e27212 to 8546613823 2025-09-18 04:03:41 +02:00 Compare
Member

There are some bugs reported by PistolaoBR in practically every game he tested.

There are some bugs reported by PistolaoBR in practically every game he tested.
Owner

I'm wondering if the slow downs are due to new logging or this service getting bashed hard. I believe most of the bugs were slowdowns and things that were already present in other PRs, but I'd have to look at ones prior to confirm.

I am rebasing this. Let's test it with #2501 merged to master and see if that makes any change.

I'm wondering if the slow downs are due to new logging or this service getting bashed hard. I believe most of the bugs were slowdowns and things that were already present in other PRs, but I'd have to look at ones prior to confirm. I am rebasing this. Let's test it with #2501 merged to master and see if that makes any change.
Shinmegumi force-pushed unstub-ErrorNotification from 8546613823 to e81a358d83 2025-09-18 16:16:17 +02:00 Compare
Shinmegumi force-pushed unstub-ErrorNotification from e81a358d83 to 1722ef66c5 2025-09-20 18:23:34 +02:00 Compare
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
Required
Details
This pull request doesn't have enough approvals yet. 1 of 2 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin unstub-ErrorNotification:unstub-ErrorNotification
git checkout unstub-ErrorNotification
Sign in to join this conversation.
No description provided.