openthos / multidisp-analysis

1 stars 1 forks source link

Daily report 2016-6-12 #11

Open faxiang1230 opened 8 years ago

faxiang1230 commented 8 years ago

1.find a method to avoid t45 restart and it should suspend some device error other than cpu. 2.kdump issue crash_kexec->machine_kexec failed and hang since irq-disable. hang in load_segments(),but need to investigate the reason. 3.dev.openthos.org opengrok tool configuring...

faxiang1230 commented 8 years ago

T45 restart reason is Skylake(GPU) drivers; 1.I debug the suspend process and find it's OK if just dpm_suspend() return error. Then I catch the lask kmsg when die and it's Skylake's driver. 2.when I rm /lib/modules/4.4.10-android-x86_64/kernel/sound/soc/intel/skylake/snd-soc-skl.ko and snd-soc-skl-ipc.ko,echo mem > /sys/power/state,t45 won't restart. So it can show that suspend skylake failed and restart. 3.I will analysize the driver and try to get some patch.