niluohe / firsttemple

0 stars 0 forks source link

test only #57

Open niluohe opened 5 years ago

niluohe commented 5 years ago

HW MODEL BXT-P-GP-MRB-ACRN(D0)

BUILD IMAGE Image version: 2019_BW05: [https://mcg-depot.intel.com/artifactory/cactus-absp-jf/build/eng-builds/pmr0_bxtp_ivi_acrn_stable/PSI/weekly/2019_WW05/gordon_peak_acrn/userdebug/gordon_peak_acrn-253825382538flashfiles-G20000000.zip]

 ================================== BUG DETAILED DESCRIPTIONS KPI "ST_PERF_Multiway_Decoding_Decode_Encode_VPP_KPI" test result not meet PV target

==================================

Resource file requirement

Download [2018ww31_msdk_cs_ci_p_master.tar.bz2|http://pnp.sh.intel.com/workloads/II/wikisource/P/2018ww31_msdk_cs_ci_p_master.tar.bz2] to host, and unzip it(tar mxvf xxx.bz2) , get 'x86_64' file

Tools Setup

$adb root

$adb push x86_64 /data

$adb push test_in_h264_1080P_8bits.264 /data/x86_64/

$adb push 14.sh /data/x86_64/ h3.  Execution steps

Configure all the setting as the above table.

Lock  GPU in SOS

#su //(for debug card interface)

# echo 750 > /sys/class/drm/card0/gt_min_freq_mhz                                         

# echo 750 > /sys/class/drm/card0/gt_max_freq_mhz                                       

# echo 750 > /sys/class/drm/card0/gt_boost_freq_mhz

 ** 

Lock CPU in SOS(need check cpuinfo to comfirm CPU Core number: cat /proc/cpuinfo)

#echo 1900000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

#echo 1900000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

 

Lock GPU in UOS:

# adb root

# adb shell

# echo 750 > /sys/class/drm/card0/gt_min_freq_mhz

# echo 750 > /sys/class/drm/card0/gt_max_freq_mhz

 ** 

Lock CPU in UOS:

# adb root

# adb shell  //(Only for UOS interface)

#echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo //( Set no turbo)

# cat /proc/cpuinfo     (//get processor info)

#echo 1900000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

#echo 1900000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

#echo 1900000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq

#echo 1900000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq

#echo 1900000 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq

#echo 1900000 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq

(// check the command, cat /sys/devices/system/cpu/cpu#/cpufreq/scaling_min_freq)

Run the script to get the average of FPS to be the final result

#adb root

#adb shell

#cd /data/x86_64/

*#chmod 777 **

#sh 14.sh

Get the average fps,repeat step 3 for 3 times.

h3.  ================================== EXPECTED OUTCOME  Test result should meet PV target(30 fps)

ACTUAL OUTCOME  Test result is 29.24 fps, not meet PV target.

REPRODUCIBILITY

100%

IMPACT ON USER None

ADDITIONAL INFO

niluohe commented 5 years ago

[External_System_ID] ACRN-2538