Closed Bin-CI closed 1 year ago
Auto Created VSMGWL-64073 for further analysis.
This also broke AVC encode on DG2. Please fix asap.
Hi, @Bin-CI @uartie Do you use ENABLE_PRODUCTION_KMD=ON config to build our driver for DG2? I think my code only change non-production build.
Hi, @Bin-CI @uartie Do you use ENABLE_PRODUCTION_KMD=ON config to build our driver for DG2? I think my code only change non-production build.
No, we do not use that config setting on DG2.
@uartie @Bin-CI We could not reproduce this issue in DG2. Could you try https://github.com/intel/media-driver/pull/1655 fix, Maybe it could fix our issue. BTW, Is your dgpu DG2 on platform mtl? which igpu do you use when testing DG2?
Just verify on the DG2 the issue already fixed on #1655 for the commit: 337647563b4e5045600eb40f8c4c990f0e3e96b9
Current we disable the iGPU for the verify & test part
the build option, we use the default option expect add -DINSTALL_DRIVER_SYSCONF=OFF
Thanks, @Bin-CI Could you try the new code in https://github.com/intel/media-driver/pull/1655, I changed my fix code because some perf impact.
verify for c05b6348370bc7f4bce2258f268eb0bc263e37aa issue fixed
@Bin-CI Thanks for your great support! We will merge it asap.
Which component impacted?
No response
Is it regression? Good in old configuration?
Yes, it's good in old version
What happened?
ffmpeg-vaapi, ffmpeg-libvpl, gst-libvpl, gst-va, gst-vaapi part refer encode/hevc part verify failed, the command without response or command failed
with revert 92c00a8 verify passed
some example command line:
with 92c00a8
revert 92c00a8
with 92c00a8
command line Out of responce revert 92c00a8
What's the usage scenario when you are seeing the problem?
Video Conference
What impacted?
encode/hevc part of vaapi & libvpl on DG2
Debug Information
HW: DG2 A380 Kernel: https://launchpad.net/ubuntu/+source/linux/6.2.0-18.18 firmware: https://launchpad.net/ubuntu/+source/linux-firmware/20230323.gitbcdcfbcf-0ubuntu1
Do you want to contribute a patch to fix the issue?
None