weston/libweston/backend-drm
Leandro Ribeiro f767302729 backend-drm: fix slightly wrong comment about allocating with no modifiers
In create_gbm_surface() we may allocate with no modifiers in the
following situations:

1. old GBM version, so HAVE_GBM_MODIFIERS is false;
2. the KMS driver does not support modifiers;
3. if allocating with modifiers failed, what can happen when the KMS
   display device supports modifiers but the GBM driver does not, e.g.
   the old i915 Mesa driver.

The comment was only stating the third situation, so add the other two.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
2021-04-27 19:56:38 +00:00
..
drm-gbm.c backend-drm: fix slightly wrong comment about allocating with no modifiers 2021-04-27 19:56:38 +00:00
drm-internal.h backend-drm: start to use weston_drm_format in drm_plane 2021-04-27 19:56:38 +00:00
drm-virtual.c backend-drm: start to use weston_drm_format in drm_plane 2021-04-27 19:56:38 +00:00
drm.c backend-drm: start to use weston_drm_format in drm_plane 2021-04-27 19:56:38 +00:00
fb.c Add weston-drm-fourcc.h 2021-02-25 14:35:03 +02:00
kms.c backend-drm: start to use weston_drm_format in drm_plane 2021-04-27 19:56:38 +00:00
libbacklight.c backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
libbacklight.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
meson.build libweston/backend/drm: might need EGL 2020-10-26 15:44:34 +01:00
modes.c Add weston-drm-fourcc.h 2021-02-25 14:35:03 +02:00
state-helpers.c Add weston-drm-fourcc.h 2021-02-25 14:35:03 +02:00
state-propose.c backend-drm: start to use weston_drm_format in drm_plane 2021-04-27 19:56:38 +00:00
vaapi-recorder.c backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00
vaapi-recorder.h backend-drm: move into new subdir 2019-05-16 13:32:34 +01:00