Lines Matching full:amd
4 # amd-pstate-ut is a test module for testing the amd-pstate driver.
6 # must be amd-pstate.
17 # amd-pstate-ut only run on x86/x86_64 AMD systems.
26 if ! echo "$VENDOR" | grep -iq amd; then
27 echo "$0 # Skipped: Test can only run on AMD CPU."
33 if [ "$scaling_driver" != "amd-pstate" ]; then
34 echo "$0 # Skipped: Test can only run on amd-pstate driver."
46 if ! /sbin/modprobe -q -n amd-pstate-ut; then
47 echo "amd-pstate-ut: module amd-pstate-ut is not found [SKIP]"
50 if /sbin/modprobe -q amd-pstate-ut; then
51 /sbin/modprobe -q -r amd-pstate-ut
52 echo "amd-pstate-ut: ok"
54 echo "amd-pstate-ut: [FAIL]"