intel / S0ixSelftestTool

S0ix Selftest Tool is designed to do the initial debugging for the S2idle path CPU Package C-state and S0ix failures in Linux OS for Intel® Client platforms, it also supports the basic runtime PC10 status check.
GNU General Public License v2.0
135 stars 18 forks source link

'grep: /sys/kernel/debug/dri/0/i915_dmc_info: No such file or directory' #28

Open ittayd opened 1 month ago

ittayd commented 1 month ago

While running sudo ./s0ix-selftest-tool.sh -r on (ubuntu 24.04, Linux LT-IttayD 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux)

> sudo ls /sys/kernel/debug/dri    
0000:00:02.0  1  128
> sudo dmesg | grep dmc 
[  132.950787] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[  134.225861] i915 display info: has_dmc: yes
qwang59 commented 2 weeks ago

Sorry for the late reply. I will no longer be working for Intel, so I have limited ability to update the script to support recent Intel client platforms. I would appreciate it if you could send a pull request (PR) if there are any issues running the script on the latest Intel client platforms.

Thank you!