1name: Bug Issue 2description: Use template to submit a Bug 3title: "[Bug]: " 4assignees: 5 - XinfengZhang 6 - Jexu 7body: 8- type: dropdown 9 id: component 10 attributes: 11 label: Which component impacted? 12 multiple: true 13 options: 14 - Decode 15 - Encode 16 - Video Processing 17 - Build 18 - Not sure 19- type: dropdown 20 id: regression 21 attributes: 22 label: Is it regression? Good in old configuration? 23 multiple: false 24 options: 25 - Yes, it's good in old version 26 - No, this issue exist a long time 27- type: textarea 28 attributes: 29 label: What happened? 30 description: | 31 Please provide reproduce steps and sample cmdline if possible which help us to debug it. 32 If it's regression, please provide good/bad commit/configuration. 33 placeholder: | 34 1. In Linux or Browser or Applications... 35 2. With libva/libva-utils/gmmlib/media-driver version... 36 3. Run '...' 37 4. See error... 38 validations: 39 required: true 40- type: dropdown 41 id: usage 42 attributes: 43 label: What's the usage scenario when you are seeing the problem? 44 multiple: true 45 options: 46 - Transcode for media delivery 47 - Playback 48 - Web browser 49 - Cloud Gaming 50 - Video Analytics 51 - Video Conference 52 - Immersive Media 53 - Content Creation 54 - Game Streaming 55 - Others 56 validations: 57 required: true 58- type: textarea 59 attributes: 60 label: What impacted? 61 description: Any program or milestone would be impacted if issue yet resolved? Please provide the information as detail as possible to help us understand and prioritize the issues. 62 placeholder: If you select "Others" for above usage, please describe your usage scenario here to help us understand the impact. 63 validations: 64 required: false 65- type: textarea 66 attributes: 67 label: Debug Information 68 description: | 69 Please provide debug information as detail as possible to accelerate issue resolved. 70 1. What's libva/libva-utils/gmmlib/media-driver version? 71 2. Could you confirm whether GPU hardware exist or not by `ls /dev/dri`? 72 3. Could you provide the GPU hardware infromation by `lspci -nn |grep -Ei 'VGA|DISPLAY'`? 73 4. Could you provide vainfo log by `vainfo >vainfo.log 2>&1`? 74 5. Could you provide libva trace log? Run cmd `export LIBVA_TRACE=/tmp/libva_trace.log` first then execute the case. 75 6. Could you attach dmesg log if GPU hang by `dmesg >dmesg.log 2>&1`? 76 validations: 77 required: false 78- type: dropdown 79 id: contribute 80 attributes: 81 label: Do you want to contribute a patch to fix the issue? 82 multiple: false 83 options: 84 - Yes, I'm glad to submit a patch to fix it 85 - No. 86