You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unplugging a display connected to the TBT port on oryp11 causes PECI GetTemp() timeouts.
Steps to reproduce
Plug in a display to the TBT port
Power on system, booting to OS
Unplug the display
Power off or reboot the system
Expected behavior
System shuts down to S5 or reboots to OS
Actual behavior
System hangs during shutdown
peci_get_temp() timeouts are logged by the EC
Additional info
This specifically affects the PECI-over-eSPI implementation, currently only used by oryp11.
Acknowledging the completion in #368 fixed it from hanging on shutdown.
Presumably, this could happen because of
invalid/insufficient checks in peci_available()
missing the check to see if a transaction is currently in progress in peci_get_temp()
The text was updated successfully, but these errors were encountered:
crawfxrd
changed the title
oryp11: Unplugging display from TBT port causes PECI timeout
peci: Unplugging display from TBT port causes GetTemp() timeouts
Jun 21, 2023
Unplugging a display connected to the TBT port on oryp11 causes PECI
GetTemp()
timeouts.Steps to reproduce
Expected behavior
Actual behavior
peci_get_temp()
timeouts are logged by the ECAdditional info
This specifically affects the PECI-over-eSPI implementation, currently only used by oryp11.
Acknowledging the completion in #368 fixed it from hanging on shutdown.
Presumably, this could happen because of
peci_available()
peci_get_temp()
The text was updated successfully, but these errors were encountered: