weston/libweston/backend-drm
Daniel Stone e404b72fd5 compositor-drm: Split assign_planes() into separate file
drm_assign_planes() is called to separate views out and decide what will
be taken out for plane composition and what will be left for the
renderer to compose.

It calls drm_output_propose_state() in order to find a good
configuration, which itself has a number of helpers that it calls. Break
these out into a separate file.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2019-06-26 23:08:36 +01:00
..
drm-internal.h compositor-drm: Split assign_planes() into separate file 2019-06-26 23:08:36 +01:00
drm.c compositor-drm: Split assign_planes() into separate file 2019-06-26 23:08:36 +01:00
fb.c compositor-drm: Move FB handling to a separate file 2019-06-26 23:08:36 +01:00
kms.c compositor-drm: Move KMS API use to separate file 2019-06-26 23:08:36 +01: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 compositor-drm: Split assign_planes() into separate file 2019-06-26 23:08:36 +01:00
modes.c compositor-drm: Move mode handling to separate file 2019-06-26 23:08:36 +01:00
state-helpers.c compositor-drm: Move state helpers to separate file 2019-06-26 23:08:36 +01:00
state-propose.c compositor-drm: Split assign_planes() into separate file 2019-06-26 23:08:36 +01: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