Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vblank: reset SGI_video_sync scheduler if it's getting nonsense (because of nvidia) #1172

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

yshui
Copy link
Owner

@yshui yshui commented Jan 29, 2024

If resetting fails, set a flag so all future schedule calls will fail.

Fixes #1168

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (0638de5) 36.64% compared to head (238c3cc) 36.46%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             next    #1172      +/-   ##
==========================================
- Coverage   36.64%   36.46%   -0.19%     
==========================================
  Files          50       50              
  Lines       11509    11523      +14     
==========================================
- Hits         4218     4202      -16     
- Misses       7291     7321      +30     
Files Coverage Δ
src/vblank.c 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

src/vblank.c Outdated Show resolved Hide resolved
@yshui yshui force-pushed the nvidia-suspend branch 2 times, most recently from 958fc14 to 7588a03 Compare January 30, 2024 22:40
If resetting fails, set a flag so all future schedule calls will fail.

Fixes #1168

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
@yshui yshui merged commit c1b4ede into next Jan 30, 2024
17 checks passed
@yshui yshui deleted the nvidia-suspend branch January 30, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

High CPU usage after suspend.
2 participants