aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2024-02-26 15:49:47 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-03-08 11:06:34 +0000
commit52d24703331e78b1a9a422f4d0c06633e6bf1dff (patch)
tree446c60bb4f80151e2dcc32e6ab4fde4c253154cc
parent923fdc80a22c571025e408560aa58d58e52deff0 (diff)
01_AGL_components, 02_agl_compositor: Remove Waltham mentions
Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Iec9e1b1c75c134a297dab3f8fa5a4fe38ea863db Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29720 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-by: Lisandro Perez Meyer <lpmeyer@ics.com> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--docs/06_Component_Documentation/01_AGL_components.md1
-rw-r--r--docs/06_Component_Documentation/02_agl_compositor.md11
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/06_Component_Documentation/01_AGL_components.md b/docs/06_Component_Documentation/01_AGL_components.md
index 754c0ed..3508096 100644
--- a/docs/06_Component_Documentation/01_AGL_components.md
+++ b/docs/06_Component_Documentation/01_AGL_components.md
@@ -7,7 +7,6 @@ title: AGL Components
### Graphics
- [The AGL compositor](02_agl_compositor.md)
-- [Waltham receiver/transmitter configuration](03_waltham_receiver_transmitter.md)
- [DRM lease manager](05_drm_lease_manager.md)
diff --git a/docs/06_Component_Documentation/02_agl_compositor.md b/docs/06_Component_Documentation/02_agl_compositor.md
index 9e62890..83fdbd8 100644
--- a/docs/06_Component_Documentation/02_agl_compositor.md
+++ b/docs/06_Component_Documentation/02_agl_compositor.md
@@ -315,11 +315,14 @@ Further more, to cope with situations where the output is just a
panel/display, without some kind of compositor driving it, the necessity of
handling input events is an important feature to have, giving the user to
possibility to manipulate the application/environment as he or she seems fit.
+
The compositor loads a plug-in that streams out the buffers to an output
-remotely, with [another plug-in](03_waltham_receiver_transmitter.md)
-handling the input events. The events, which are sent back from the display to
-the compositor, are generated with the help of wayland-eque protocol that works
-over the network, called [Waltham](https://github.com/waltham/waltham).
+remotely, with another plug-in was used to handle the input events. The events,
+which are sent back from the display to the compositor, are generated with
+the help of wayland-eque protocol that works over the network, called
+[Waltham](https://github.com/waltham/waltham). This solution was deprecated
+and removed a while back, with an alternative in the works to achieve
+the same functionality.
Together, they provide proper means to achieve a seamless integration with
other display devices in the car cabin.