-
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
Endurance test's fails due to polling in driver #671
Comments
I wonder why the issue is related with the frequent sleep. the code is very old, why KMD promotion will impact it? |
Hello XinfengZhang, |
does this issue still here when update the KMD? |
The polling way in driver is a long story, should not cause this issue. From the description, I think this issue should be caused by KMD updating. Maybe this issue should be fixed by the latest KMD, will close this issue if no other concern. Link the answer for #343, |
This issue is very related to #343
Endurance test’s fails after updating kernel [4.19.5]->[5.0.0].
Linux kernel’s patch: https://cgit.freedesktop.org/drm/drm/commit/?id=b16c765122f987056e1dc9ef6c214571bb5bd694
Feedback from kernel’s team: “Proper fix on userspace side is not to poll with sleeps, especially not short ones”
But proper fix in UMD is actually #343 request.
Steps for reproduce:
“sample_multi_transcode -par lstN15N-all_skl.par -timeout 90000”
“sample_multi_transcode -i::h264 1920x1088_frm_cab_24mbs.264 -o::mpeg2 1920x1080_2400.mpeg2 -hw -async 1 -b 9600”
lstN15N-all_skl.par.txt
The text was updated successfully, but these errors were encountered: