[PATCH 2/8] cec-follower: rename freq_idx to service_idx

2019-10-13 Thread Jiunn Chang
The implementation of digital support in tuner control requires the renaming of freq_idx to service_idx as analog and digital channels are referred to collectively as services. The index will now represent the current state of both analog and digital. Tuner step features will cycle through both a

[PATCH 7/8] cec-follower: fix tuner step increment/decrement

2019-10-13 Thread Jiunn Chang
Tuner step feature will select the next highest or lowest service There are a total of 98 channels, 18 digital and 81 analog with digital preceeding analog. Analog channels defined by broadcast type and system. Digital channels defined by service ID method and broadcast system along with digital

[PATCH 8/8] cec-compliance: add digital tuner control testing

2019-10-13 Thread Jiunn Chang
tuner_ctl_test() will now test both digital and analog services. There are a total of 98 channels, 18 digital and 81 analog with digital proceeding analog. Signed-off-by: Jiunn Chang --- utils/cec-compliance/cec-test.cpp | 50 +-- 1 file changed, 48 insertions(+), 2

[PATCH 6/8] cec-follower: add tuner digital service emulation

2019-10-13 Thread Jiunn Chang
The cec-follower will now emulate a digital service. This allows an initiator device can directly select a digital service by choosing a digital service ID method and broadcast system along with the proper digital IDs or channel data. After a digital service is selected, the cec-follower will als

[PATCH 4/8] cec-follower: create digital ATSC channels

2019-10-13 Thread Jiunn Chang
This table will allow proper testing of digital tuner control features. There are three channels per TSID/program number combination along with channel data for the following digital ATSC broadcast systems: - ATSC-SAT - ATSC-T Signed-off-by: Jiunn Chang --- utils/cec-follower/cec-tuner.cpp |

[PATCH 5/8] cec-follower: create digital DVB channels

2019-10-13 Thread Jiunn Chang
This table will allow proper testing of digital tuner control features. There are three channels per TSID/ONID/SID combination along with channel data for the following digital DVB broadcast systems: - DVB-S2 - DVB-T Signed-off-by: Jiunn Chang --- utils/cec-follower/cec-tuner.cpp | 41 ++

[PATCH 3/8] cec-follower: create digital ARIB channels

2019-10-13 Thread Jiunn Chang
This table will allow proper testing of digital tuner control features. There are three channels per TSID/ONID/SID combination along with channel data for the following digital ARIB broadcast systems: - ARIB-BS - ARIB-T Signed-off-by: Jiunn Chang --- utils/cec-follower/cec-tuner.cpp | 52 +++

[PATCH 0/8] cec-compliance: add digital tuner support

2019-10-13 Thread Jiunn Chang
This patch series will add digital tuner support to cec-compliance. cec-follower support for the following digital broadcast systems: - ARIB-BS - ARIB-T - ATSC-SAT - ATSC-T - DVB-S2 - DVB-T has been added for 18 digital plus 81 analog for a total of 98 channels. Tuner step features ha

[PATCH 1/8] cec-follower: fix analog tuner device info update

2019-10-13 Thread Jiunn Chang
With the addition of digital tuner control support, analog update needs to set is_analog and tuner_display_info. Signed-off-by: Jiunn Chang --- utils/cec-follower/cec-tuner.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/cec-follower/cec-tuner.cpp b/utils/cec-follower/cec-tuner.c

[PATCH v2 1/2] rcar-vin: Define which hardware supports NV12

2019-10-13 Thread Niklas Söderlund
Most but not all Gen3 hardware support outputting NV12, add a flag to indicate which SoCs do support it. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-core.c | 6 ++ drivers/media/platform/rcar-vin/rcar-vin.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/

[PATCH v2 0/2] rcar-vin: Add support for outputting NV12

2019-10-13 Thread Niklas Söderlund
Hi, This series adds support for storing captures in NV12 pixel format on most Gen3 SoCs. It is based on top of latest media-tree and tested on Gen2 and Gen3 with out any regressions. Patch 1/2 prepares for the admonition of NV12 support by defining which Gen3 SoCs supports the output format. Whi

[PATCH v2 2/2] rcar-vin: Add support for outputting NV12

2019-10-13 Thread Niklas Söderlund
Most Gen3 boards can output frames in NV12 format, add support for this with a runtime check that the running hardware supports it. Signed-off-by: Niklas Söderlund Reviewed-by: Simon Horman --- drivers/media/platform/rcar-vin/rcar-dma.c | 5 ++- drivers/media/platform/rcar-vin/rcar-v4l2.c | 3

[PATCH v2] rcar-vin: Do not enumerate unsupported pixel formats

2019-10-13 Thread Niklas Söderlund
If a pixel format is not supported by the hardware NULL is returned by rvin_format_from_pixel() for that fourcc. Verify that the pixel format is supported using this or skip it when enumerating. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 20 +++-

[RFC PATCH] media: rockchip: rkvdec_queue_ops can be static

2019-10-13 Thread kbuild test robot
Fixes: 0fb0ad38c9ed ("media: rockchip: Add the rkvdec driver") Signed-off-by: kbuild test robot --- rkvdec-h264.c |6 +++--- rkvdec.c |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/rockchip/vdec/rkvdec-h264.c b/drivers/staging/media/roc

Re: [RESEND PATCH v2 3/4] media: rockchip: Add the rkvdec driver

2019-10-13 Thread kbuild test robot
option to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Boris-Brezillon/media-rockchip-Add-the-rkvdec-driver/20191013-235029 base: git://linuxtv.org/media_tree.git master reproduce: # apt-g

Re: v4l-utils undefined symbol: dvb_dev_alloc

2019-10-13 Thread _ _ _ _ _
I originally built using ./configure --prefix=/usr --sysconfdir=/etc --disable-static && make so adapting your instructions and putting /usr/lib in /etc/ld.so.conf.d/local.conf and then executing ldconfig were the essential steps that fixed it. Thanks. > On 12 Oct 2019, at 19:02, Mauro Carvalh

RE:PERSONAL LETTER FROM MRS RASHIA AMIRA ??

2019-10-13 Thread Mr Barrister Hans Erich
Greetings My name is Barrister Hans Erich. I have a client who is interested to invest in your country, she is a well known politician in her country and deserve a lucrative investment partnership with you outside her country without any delay Please can you manage such investment please Kin