-
Notifications
You must be signed in to change notification settings - Fork 234
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
GPU hangs when using GLK #749
Comments
Is this with 5.17 version of |
How would I figure that out? |
I missed that the log was from 6.5 kernel, which is rather newer. Not that there are quite a lot of reasons why there may be GPU hangs:
Last one can be checked by greatly increasing the hang timer, or by disabling it completely, in case operation will actually complete if given enough time: https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2023-2/gpu-disable-hangcheck.html Note: if you disable hang check completely, have remote access to the computer in case it really was a real GPU hang! Unless operation is just too slow for default hang timer value, I think it's best to report this to against media driver as it's a FFmpeg use-case. |
Of the timing values under sysfs, I think the hang timer is the "heartbeat" one:
Does |
Ouch, I just noticed this from the log: Which is: https://packages.ubuntu.com/jammy/i965-va-driver I.e. the legacy driver for HW before GLK, instead of a media driver that is still supported by Intel: |
Users have been seeing errors when tonemapping with ffmpeg on kernels 5.17 or newer. I have attached the results from one such user when run with PrintDebugMessages and PrintIoctlEntries. The line that caught my eye is
ERROR: GPU HANG detected!
. User is running Ubuntu 22.04.4 LTS (Kernel 6.5.0).log.txt
The text was updated successfully, but these errors were encountered: