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
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
While GetTemp is the most likely PECI call to fail, #525 shows that WrPkgConfig also can fail because of this.
crawfxrd
changed the title
peci: Unplugging display from TBT port causes GetTemp() timeouts
peci: Unplugging display from TBT port causes command timeouts
Apr 10, 2025
Unplugging a display connected to the TBT port causes PECI
GetTemp()
timeouts.Steps to reproduce
Expected behavior
Actual behavior
Additional info
This specifically affects the PECI-over-eSPI implementation (
CONFIG_PECI_OVER_ESPI=y
).Acknowledging the completion in #368 fixed it from hanging on shutdown.
Presumably, this could happen because of
peci_available()
peci_get_temp()
Blocks: #370
The text was updated successfully, but these errors were encountered: