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

drm-backend: really reset/restart outputs of a failed commit



This reverts f843ba34 ("drm-backend: limit
reset/restart to output of a failed commit") and actually solves the problem
correctly.

The pending_state is no longer valid at this point, so it cannot be used to
determine the outputs of the current commit. So only clear will_repaint when
starting to repaint, so it can be used to determine which outputs of a device
were actually repainted and use it to reset/restart those outputs.

Signed-off-by: default avatarMichael Olbrich <m.olbrich@pengutronix.de>
parent 661a7142
Pipeline #1220948 passed with stages
in 4 minutes and 30 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