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

Decoder: VP9: GEN9: Disable HPR VP9 mode switch to avoid GPU hang #975

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

sreerenjb
Copy link
Contributor

Without having the HprVp9ModeSwitchEco disabled, the gen9 devices
cause gpu to hang while decoding tiled 4k vp9 streams for a
longer period. This particular chicken bit has been set in the
legacy i965 driver to avoid random gpu hangs.

Fixes #974

Without having the HprVp9ModeSwitchEco disabled, the gen9 devices
cause gpu to hang while decoding tiled 4k vp9 streams for a
longer period. This particular chicken bit has been set in the
legacy i965 driver to avoid random gpu hangs.

Fixes intel#974
@wangyan-intel wangyan-intel added verifying PR: fix ready and verifying with build/test Decode video decode related P1 Highest priority labels Jun 17, 2020
@intel-mediadev intel-mediadev merged commit 6463097 into intel:master Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Decode video decode related P1 Highest priority verifying PR: fix ready and verifying with build/test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GPU Hang while decoding VP9 4K streams on GEN9 devices
3 participants