-
Notifications
You must be signed in to change notification settings - Fork 349
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
[Bug]: hevc_qsv: Error during QSV decoding.: GPU Hang (-21) #1889
Comments
I want to note that:
It's only decoding hevc that's problematic. |
Looks that you are installing XE KMD on DG1 device, I think XE KMD is not our production support on dg1, pls try it again with I915 KMD. |
@Jexu Actually I switched to XE because I915 is not working at all:
and I switched to XE as suggested by #1415 (comment) . It was also suggested in that thread that DG1 is not supported by i915. |
A kernel driver regression about power gating caused this. Revert torvalds/linux@38e8c41 See also https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3857 |
@nyanmisaka thank you for taking the efforts to pinpoint the issue! I couldn't have fixed it otherwise. After downgrading linux kernel to 6.10.10, I confirm that with Since this issue is unrelated to media-driver, I'm closing the issue. |
Which component impacted?
Decode
Is it regression? Good in old configuration?
None
What happened?
prints:
What's the usage scenario when you are seeing the problem?
Transcode for media delivery
What impacted?
No response
Debug Information
libva: 2.22.0
libva-utils: 2.22.0
gmmlib: 22.5.2
media-driver: 24.4.3
vainfo:
dmesg:
The dump
/sys/class/drm/card0/device/devcoredump/data
:Do you want to contribute a patch to fix the issue?
Yes, I'm glad to submit a patch to fix it
The text was updated successfully, but these errors were encountered: