Skip to content
Commit f843ba34 authored by Michael Olbrich's avatar Michael Olbrich
Browse files

drm-backend: limit reset/restart to output of a failed commit



When a commit fails, then only the outputs that where part of this commit should
be reset or restarted.

Otherwise an unrelated output that has another successful pending commit may be
restarted incorrectly. Then the output is in an inconsistent state and will
trigger an assertion:

weston: ../libweston/backend-drm/state-propose.c:627: drm_output_propose_state: Assertion `!output->state_last' failed.

Signed-off-by: default avatarMichael Olbrich <m.olbrich@pengutronix.de>
parent ef175c8e
Pipeline #1209656 passed with stages
in 4 minutes and 38 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment