src/weston-ivi-plugins.git
3 years agoAdd gitreview file for Lucky Lamprey branch lamprey 11.93.0 12.0.0 12.0.1 12.1.0 12.1.1 12.1.10 12.1.11 12.1.12 12.1.13 12.1.14 12.1.15 12.1.16 12.1.17 12.1.18 12.1.19 12.1.2 12.1.20 12.1.3 12.1.4 12.1.5 12.1.6 12.1.7 12.1.8 12.1.9 lamprey/11.93.0 lamprey/12.0.0 lamprey/12.0.1 lamprey/12.1.0 lamprey/12.1.1 lamprey/12.1.10 lamprey/12.1.11 lamprey/12.1.12 lamprey/12.1.13 lamprey/12.1.14 lamprey/12.1.15 lamprey/12.1.16 lamprey/12.1.17 lamprey/12.1.18 lamprey/12.1.19 lamprey/12.1.2 lamprey/12.1.20 lamprey/12.1.3 lamprey/12.1.4 lamprey/12.1.5 lamprey/12.1.6 lamprey/12.1.7 lamprey/12.1.8 lamprey/12.1.9 lamprey_11.93.0 lamprey_12.0.0 lamprey_12.0.1 lamprey_12.1.0 lamprey_12.1.1 lamprey_12.1.10 lamprey_12.1.11 lamprey_12.1.12 lamprey_12.1.13 lamprey_12.1.14 lamprey_12.1.15 lamprey_12.1.16 lamprey_12.1.17 lamprey_12.1.18 lamprey_12.1.19 lamprey_12.1.2 lamprey_12.1.20 lamprey_12.1.3 lamprey_12.1.4 lamprey_12.1.5 lamprey_12.1.6 lamprey_12.1.7 lamprey_12.1.8 lamprey_12.1.9
Jan-Simon Möller [Wed, 30 Jun 2021 21:35:42 +0000 (23:35 +0200)]
Add gitreview file for Lucky Lamprey branch

Update the .gitreview file.

Change-Id: I8bea83e30af67d560770a1d00838ce5d7a8cebb9
Bug-AGL: SPEC-4006
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
4 years agodocs: Add waltham documentation 71/24571/4 10.91.0 10.92.0 10.93.0 11.91.0 11.92.0 12.90.0 12.90.1 12.91.0 12.92.0 12.93.0 13.93.0 koi/10.91.0 koi/10.92.0 koi/10.93.0 koi_10.91.0 koi_10.92.0 koi_10.93.0 lamprey/11.91.0 lamprey/11.92.0 lamprey_11.91.0 lamprey_11.92.0 marlin/12.90.0 marlin/12.90.1 marlin/12.91.0 marlin/12.92.0 marlin/12.93.0 marlin_12.90.0 marlin_12.90.1 marlin_12.91.0 marlin_12.92.0 marlin_12.93.0 needlefish/13.93.0 needlefish_13.93.0
Veeresh Kadasani [Tue, 15 Sep 2020 09:49:29 +0000 (12:49 +0300)]
docs: Add waltham documentation

Bug-AGL: SPEC-2757

Add waltham-book.yml and markdown files into docs.
These are fetched and processed by automotive-grade-linux/docs-webtemplate and
will be visible at docs area on https://docs.automotivelinux.org

Change-Id: I7deb90cdd9c21d71513b9765678505e38681e5f1
Signed-off-by: Naoko Tanibata <tnaoko@de.adit-jv.com>
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
5 years agooutput:don't push surface to remote if receiver not ready 63/22963/1 8.99.1 8.99.2 8.99.3 8.99.4 8.99.5 9.99.1 9.99.2 9.99.3 9.99.4 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish/8.99.5 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4 icefish_8.99.5 jellyfish/9.99.1 jellyfish/9.99.2 jellyfish/9.99.3 jellyfish/9.99.4 jellyfish_9.99.1 jellyfish_9.99.2 jellyfish_9.99.3 jellyfish_9.99.4
Veeresh Kadasani [Mon, 18 Nov 2019 02:14:56 +0000 (11:14 +0900)]
output:don't push surface to remote if receiver not ready

Bug-AGL:SPEC-2965

If a surface is put on the transmitter output
without starting the waltham-receiver there was
a crash because of null pointer access.

Change-Id: Iec331e0077a59397cd579923bdabe5f906c2fba1
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
5 years agooutput:fix repaint func not to skip first buffer 25/22925/2
Veeresh Kadasani [Tue, 12 Nov 2019 06:44:19 +0000 (15:44 +0900)]
output:fix repaint func not to skip first buffer

Bug-AGL: SPEC-2946

transmitter skipped the first buffer and was not pushed
to remote side.

Change-Id: I242a4623b180e0115cffc2e9b0935697530bfc1c
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
5 years agooutput:fix seg fault in transmitter when weston terminates 84/22884/1
Veeresh Kadasani [Wed, 6 Nov 2019 06:46:39 +0000 (15:46 +0900)]
output:fix seg fault in transmitter when weston terminates

Bug-AGL: SPEC-2939

If we stop weston with kill command weston doesn't terminate
properly and receives segmentation fault beacause of double free
output->link which happened because of wrongly calling
weston_output_destroy inside transmitter_destroy function.
Also initialize transmitter_output_disable to base disable pointer.

Change-Id: I2adda6eba7d260398d3e871fc21bf8f04d59cf0b
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
(cherry picked from commit 8409a6d28957c6edd9caae8143ee54877e0e1256)

5 years agochange output section name for transmitter 79/22579/1
Veeresh Kadasani [Thu, 26 Sep 2019 06:15:40 +0000 (15:15 +0900)]
change output section name for transmitter

remoting-plugin and transmitter-plugin use same
output section name [remote-output] so change it
to [transmitter-output] for transmitter-plugin to
avoid conflict.

Change-Id: Ib15071ceb68e26e9343765ffcd66988b5a1d4acc
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
(cherry picked from commit 2309102f95145d04dad67bf4d00e4c217aea8470)

5 years agowaltham-renderer:change pipeline configure name 90/22190/1
Veeresh Kadasani [Wed, 21 Aug 2019 09:36:53 +0000 (18:36 +0900)]
waltham-renderer:change pipeline configure name

Change pipeline.cfg to transmitter_pipeline.cfg for clarity

Change-Id: Ib5afc4ec5e9db3780567549be699cac56f2a3aba
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
5 years agowaltham-transmitter: Migrate to weston 6.0 89/22089/1
Veeresh Kadasani [Mon, 5 Aug 2019 01:36:28 +0000 (10:36 +0900)]
waltham-transmitter: Migrate to weston 6.0

SPEC-2696

Change-Id: Ideeb27c8cf65e4370777a9127868ef800645be26
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
(cherry picked from commit 0fc0e974749f4ce35e14c23b050aa8fe693c3ce5)

5 years agoMerge "receiver: Introduce waltham-receiver" 7.99.3 8.0.0 halibut/7.99.3 halibut/8.0.0 halibut_7.99.3 halibut_8.0.0
Jan-Simon Moeller [Tue, 9 Jul 2019 08:13:54 +0000 (08:13 +0000)]
Merge "receiver: Introduce waltham-receiver"

5 years agoreceiver: Introduce waltham-receiver 75/21475/2
Veeresh Kadasani [Fri, 31 May 2019 02:14:15 +0000 (11:14 +0900)]
receiver: Introduce waltham-receiver

NewFeature-AGL: SPEC-2445

waltham-receiver sample component is a receiver
side implementation for using waltham protocol to
obtain and process remote output received from
waltham-transmitter

Change-Id: I85983a0ac41c3a086f43fb5912e23f95609e3559
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
5 years agoREADME.md: Add README.md file 18/21818/2
Veeresh Kadasani [Fri, 5 Jul 2019 04:36:09 +0000 (13:36 +0900)]
README.md: Add README.md file

Add updated README.md file and remove old README

Change-Id: I9333f0935f12fc998c4482d4f649cb8dde0dbd4e
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
5 years agotransmitter: Fix the alignment issue 21/18721/8 sandbox/zheng_wenlong/als2019 7.99.1 7.99.2 halibut/7.99.1 halibut/7.99.2 halibut_7.99.1 halibut_7.99.2
Naoko Tanibata [Thu, 7 Mar 2019 04:25:01 +0000 (13:25 +0900)]
transmitter: Fix the alignment issue

This patch enables waltham-transmitter to use the stride value given by compositor.
For this enabling, the below patch needs to be applied to weston.
- 0020-compositor-drm-get-stride-from-drm_get_dma_fd_from_view.patch

Bug-AGL: SPEC-2417

Change-Id: Ic12a9a46b0761c9c6521b190d33a746736dbd4c7
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
6 years agoMerge "transmitter: Free the allocated memory"
Jan-Simon Moeller [Mon, 18 Feb 2019 11:29:21 +0000 (11:29 +0000)]
Merge "transmitter: Free the allocated memory"

6 years agotransmitter: Free the allocated memory 43/20143/1
Naoko Tanibata [Fri, 15 Feb 2019 13:58:40 +0000 (22:58 +0900)]
transmitter: Free the allocated memory

Free the allocated memory explicitly after it's used.

Bug-AGL: SPEC-2058

Change-Id: Idad82117d9d9a415513cdda444ee253e9d2ec317
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
6 years agotransmitter: Correct error handling 03/20003/3
Naoko Tanibata [Fri, 8 Feb 2019 13:31:11 +0000 (22:31 +0900)]
transmitter: Correct error handling

When drm_get_dma_fd_from_view() fails, it returns negative value.
Therefore output->renderer->dmafd shall be compared with a negative in error handling.

Bug-AGL: SPEC-2057

Change-Id: I5457e7db8ff8673cdf32a65ff2c17721bfc8d7f0
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
6 years agoAdd .gitignore 35/18535/1 6.99.3 6.99.4 7.90.0 guppy/6.99.3 guppy/6.99.4 guppy_6.99.3 guppy_6.99.4 halibut/7.90.0 halibut_7.90.0
Kazumasa Mitsunari [Tue, 4 Dec 2018 00:57:17 +0000 (09:57 +0900)]
Add .gitignore

Change-Id: Idaf9f416eff4d48ce67f1980624bcabc54bb43c3
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agotransmitter: Avoid multiple module load error 77/18277/1 6.99.1 6.99.2 guppy/6.99.1 guppy/6.99.2 guppy_6.99.1 guppy_6.99.2
Naoko Tanibata [Fri, 23 Nov 2018 13:10:20 +0000 (22:10 +0900)]
transmitter: Avoid multiple module load error

Change-Id: I6febcc9b9633364d1d3f1ef5c0edebd57665117a
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
6 years agotransmitter: Fix the return value of transmitter_output_enable 67/18067/1
Naoko Tanibata [Mon, 19 Nov 2018 02:32:10 +0000 (11:32 +0900)]
transmitter: Fix the return value of transmitter_output_enable

Change-Id: I630c26ecbc506052baf1c9ea3ab3f07be1ff393a
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
6 years agoFix libdir in cmake files for yocto 87/17787/1
Jan-Simon Möller [Wed, 7 Nov 2018 07:57:40 +0000 (08:57 +0100)]
Fix libdir in cmake files for yocto

Change-Id: Ic4bd32662e3e0bd74ed7aeecdc8d9fb5678329b8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoAdd gitreview file 6.90.0 guppy/6.90.0 guppy_6.90.0
Jan-Simon Möller [Mon, 10 Sep 2018 07:14:58 +0000 (09:14 +0200)]
Add gitreview file

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoAdd gitreview file for flounder branch
Jan-Simon Möller [Mon, 10 Sep 2018 07:01:31 +0000 (09:01 +0200)]
Add gitreview file for flounder branch

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoREADME: fix the Typo 09/15609/2 5.99.3 5.99.4 5.99.5 5.99.6 flounder/5.99.3 flounder/5.99.4 flounder/5.99.5 flounder/5.99.6 flounder_5.99.3 flounder_5.99.4 flounder_5.99.5 flounder_5.99.6
Wataru Mizuno [Wed, 18 Jul 2018 10:52:39 +0000 (19:52 +0900)]
README: fix the Typo

Change-Id: I7a6cc86f784ea821a6a98d55f0bf878f6bf21d8d
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
6 years agoREADME: example configuration for gstreamer pipeline 03/15403/2
Wataru Mizuno [Mon, 16 Jul 2018 09:28:11 +0000 (18:28 +0900)]
README: example configuration for gstreamer pipeline

README contains how to configure gstreamer pipeline to be used by
waltham-renderer.
Example configuration files specified as pipline_example*.cfg .

Change-Id: I7195bf9168d1093f6f52d8f65b122ab359eb71bc
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
6 years agotransmitter: initial commit for waltham-transmitter 31/15131/2
Wataru Mizuno [Mon, 9 Jul 2018 09:14:05 +0000 (18:14 +0900)]
transmitter: initial commit for waltham-transmitter

The waltham-transmitter is the plugin of weston to enable
client applications to share surface between multiple domains.

Change-Id: I691410f5b6e74fa981ae53201b728810373185a2
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
7 years agoInitial empty repository devel_waltham-transmitter_v1 5.99.1 5.99.2 flounder/5.99.1 flounder/5.99.2 flounder_5.99.1 flounder_5.99.2
Jan-Simon Moeller [Mon, 23 Apr 2018 20:55:42 +0000 (20:55 +0000)]
Initial empty repository