Skip to content

Integrate meta-seco-imx/kirkstone-gm_weston

Commit: edgehog/layers/seco/meta-seco-imx@c6ac4b81

[WESTON][i.MX] fix crash on monitor hotplug (or unplug)

In case of streaming data to the video outputs through playing a video or similar, weston crashed on i.MX SoCs on HDMI hotplug (or unplug). This happened because of incorrect handling of atomic operations failing to update the KMS (kernel mode setting) state, as seen through the following log messages:

atomic: couldn't commit new state: Device or resource busy applying repaint-start state failed: No such file or directory

Merge request reports