weston/libweston/backend-drm
Leandro Ribeiro 6f969623eb backend-drm: do not disable underlay planes based on b->format
Since commit "backend-drm: improve code that chooses output->format", we
changed how b->format (the GBM format from the config file) is used.

There are config options in weston.ini that allow us to ignore the GBM
format set. So what matters to us is which output->format is being used,
and we compute that in drm_output_pick_format_egl() and
drm_output_pick_format_pixman().

So remove these checks that disable underlay planes based on b->format,
keeping only the ones that depend on the output->format selection.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
2025-09-02 13:34:00 +00:00
..
drm-gbm.c backend-drm: improve code that chooses output->format 2025-09-02 13:34:00 +00:00
drm-internal.h libweston: remove set_gamma() 2025-09-02 13:34:00 +00:00
drm-kms-enums.h drm-backend: Add Variable Refresh Rate modes 2025-02-21 06:49:42 +00:00
drm-virtual.c libweston: remove set_gamma() 2025-09-02 13:34:00 +00:00
drm.c backend-drm: do not disable underlay planes based on b->format 2025-09-02 13:34:00 +00:00
fb.c libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
kms-color.c backend-drm: set connector property "Colorspace" 2024-05-06 10:39:42 +00:00
kms.c libweston: remove set_gamma() 2025-09-02 13:34:00 +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 libweston: Vulkan renderer 2025-05-23 20:36:05 +01:00
modes.c meson: require libdisplay-info >= 0.2.0 2025-03-06 18:34:57 +00:00
state-helpers.c backend-drm: Set default plane color space and range hints 2025-02-04 12:36:12 +00:00
state-propose.c compositor: let backends handle output->disable_planes 2025-07-18 17:58:45 +02: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