#!/bin/sh
# DF-1415 PoC runner
# This finding is HW-gated GPU module (amdgpu display DC BIOS).
# It CANNOT be triggered on this QEMU guest (no GPU hardware / module not loaded / root-only).
#
# Reachability: HW-gated. amdgpu display module requires AMD GPU. No GPU in QEMU guest.
#
echo "DF-1415: HW-gated GPU module (amdgpu display DC BIOS) — not reproducible on this guest"
echo "Reason: HW-gated. amdgpu display module requires AMD GPU. No GPU in QEMU guest."
exit 0
