DF-1575 / run.sh
#!/bin/sh # No live trigger on this guest (HW/module gated). # Proof is source-level: see VERDICT.md and fix.diff. echo "DF-1575: HW/module gated on this guest. See VERDICT.md for the" echo "source-level confirmation at sys/dev/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:794,808-810,816-818,843-845,522,745, and fix.diff for the validated fix." exit 0 |