You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
CPU information(cat /proc/cpuinfo | grep "model name" | uniq):
TGL
GPU information(lspci -nn | grep -E 'VGA|isplay):
Gen12
Display server if rendering to display(X or wayland):
not display related.
Issue behavior
Describe the current behavior
We are working on TGL 8K encoding and decoding, for accelerate the encoding speed we enabled the tile feature:
611 if (pInParams->nEncTileRows && pInParams->nEncTileCols) {
612 if (m_mfxEncParams.mfx.CodecId == MFX_CODEC_HEVC) {
613 auto hevcTiles = m_mfxEncParams.AddExtBuffer();
614 hevcTiles->NumTileRows = pInParams->nEncTileRows;
615 hevcTiles->NumTileColumns = pInParams->nEncTileCols;
616 }
617 }
GPU will hang when we try to playback it on Android and on Ubuntu with msdk-simple-decode tool
GPU hang log:
08-03 20:15:57.345 0 0 I i915 0000: 00:02.0: [drm] Resetting vcs0 for preemption time out
08-03 20:15:57.353 0 0 I i915 0000: 00:02.0: [drm] HwBinder:611_6[6329] context reset due to GPU hang
08-03 20:15:57.363 0 0 I i915 0000: 00:02.0: [drm] Resetting vcs1 for preemption time out
08-03 20:15:57.371 0 0 I i915 0000: 00:02.0: [drm] omx@1.0-service[6355] context reset due to GPU hang
08-03 20:15:57.381 0 0 I i915 0000: 00:02.0: [drm] GPU HANG: ecode 12:4:28fffffd, in HwBinder:611_6 [6329]
08-03 20:15:57.391 0 0 I i915 0000: 00:02.0: [drm] GPU HANG: ecode 12:4:28fffffd, in omx@1.0-service [6355]
System information
cat /proc/cpuinfo | grep "model name" | uniq
):lspci -nn | grep -E 'VGA|isplay
):not display related.
Issue behavior
Describe the current behavior
We are working on TGL 8K encoding and decoding, for accelerate the encoding speed we enabled the tile feature:
611 if (pInParams->nEncTileRows && pInParams->nEncTileCols) {
612 if (m_mfxEncParams.mfx.CodecId == MFX_CODEC_HEVC) {
613 auto hevcTiles = m_mfxEncParams.AddExtBuffer();
614 hevcTiles->NumTileRows = pInParams->nEncTileRows;
615 hevcTiles->NumTileColumns = pInParams->nEncTileCols;
616 }
617 }
GPU will hang when we try to playback it on Android and on Ubuntu with msdk-simple-decode tool
Describe the expected behavior
Debug information
ls /dev/dri
?dmesg >dmesg.log 2>&1
?vainfo -a >vainfo.log 2>&1
?strace YOUR_CMD >strace.log 2>&1
?export LIBVA_TRACE=/tmp/libva_trace.log
first then execute the case.The text was updated successfully, but these errors were encountered: