weston/libweston/backend-drm
Michael Olbrich f843ba34d1 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: Michael Olbrich <m.olbrich@pengutronix.de>
2024-06-21 21:39:32 +02:00
..
drm-gbm.c backend-drm: fix confused fallback format handling 2024-01-22 09:29:01 +00:00
drm-internal.h backend-drm: skip building atomic state and logging for "empty" repaints 2024-06-21 15:35:30 +02:00
drm-kms-enums.h backend-drm: add connector property "Colorspace" 2024-05-06 10:39:42 +00:00
drm-virtual.c libweston/backends: Move damage flush into backends 2024-01-10 14:13:09 -06:00
drm.c drm-backend: limit reset/restart to output of a failed commit 2024-06-21 21:39:32 +02:00
fb.c backend-drm: Print out planes IDs that have been excluded 2024-06-20 13:26:23 +03:00
kms-color.c backend-drm: set connector property "Colorspace" 2024-05-06 10:39:42 +00:00
kms.c backend-drm: Enable atomic async flip support 2024-05-28 09:33:51 +00:00
libbacklight.c libweston,tools: Include libgen.h for basename signature 2023-12-18 21:13:52 +00:00
libbacklight.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
meson.build drm-backend: Drop support libgbm older than 21.1.1 2023-08-09 21:45:42 +03:00
modes.c backend-drm: get KMS colorimetry modes 2024-05-06 10:39:42 +00:00
state-helpers.c backend-drm: Pass view alpha to plane state and commit 2023-03-30 17:29:57 +01:00
state-propose.c backend-drm: Don't force non-opaque overlays to primary plane 2024-01-11 15:57:09 +01:00
vaapi-recorder.c drm/vaapi: Fix pointer-size confusion 2021-08-03 11:13:23 +00:00
vaapi-recorder.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00