Re: [PATCH v2] doc-rst: add more info for resolution change blocks in ipu3

2019-10-23 Thread Sakari Ailus
Hi Bingbu, On Tue, Oct 08, 2019 at 12:21:27PM +0800, bingbu@intel.com wrote: > From: Bingbu Cao > > This patch add more details for the resolution change blocks > It can help the developer to understand the main resolution > change blocks in ImgU. > > Signed-off-by: Bingbu Cao Applied wit

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

2019-10-13 Thread Jiunn Chang
-tuner.cpp index 46acccf4..b3b20b89 100644 --- a/utils/cec-follower/cec-tuner.cpp +++ b/utils/cec-follower/cec-tuner.cpp @@ -131,6 +131,8 @@ static void analog_update_tuner_dev_info(struct node *node, unsigned int idx) unsigned int freq_khz; node->state.freq_idx = idx; + i

[PATCH v2] doc-rst: add more info for resolution change blocks in ipu3

2019-10-07 Thread bingbu . cao
From: Bingbu Cao This patch add more details for the resolution change blocks It can help the developer to understand the main resolution change blocks in ImgU. Signed-off-by: Bingbu Cao --- Changes from v1: - remove diagram item in TODO file --- Documentation/media/v4l-drivers/ipu3.rs

Re: [Linux-kernel-mentees] [PATCH v8] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Shuah Khan
is 0. Changes since v6: Not to print PTS/SCR if not present. Remove loop in print_meta_buffer() Changes since v5: Use proper print format. split fprintf. Changes since v4: Print PTS and SCR info. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 39

[PATCH v8] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Vandana BN
() Changes since v5: Use proper print format. split fprintf. Changes since v4: Print PTS and SCR info. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 39 +++ utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 15 ++- utils/v4l2-ctl/v4l2-ctl.h | 1 + 3

Re: [PATCH v7] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Hans Verkuil
SCR if not present. > Remove loop in print_meta_buffer() > Changes since v5: > Use proper print format. > split fprintf. > Changes since v4: > Print PTS and SCR info. > --- > utils/v4l2-ctl/v4l2-ctl-meta.cpp | 39 +++ >

[PATCH v7] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Vandana BN
and SCR info. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 39 +++ utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 14 +- utils/v4l2-ctl/v4l2-ctl.h | 1 + 3 files changed, 48 insertions(+), 6 deletions(-) diff --git a/utils/v4l2-ctl/v4l2-ctl-meta.cpp b/utils/v4l2

Re: [PATCH v6] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Hans Verkuil
On 9/24/19 10:25 AM, Vandana BN wrote: > Print UVC Metadata information in verbose mode. > > Signed-off-by: Vandana BN > --- > Changes since v5: > Use proper print format. > split fprintf. > Changes since v4: > Print PTS and SCR info. > --- >

[PATCH v6] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Vandana BN
Print UVC Metadata information in verbose mode. Signed-off-by: Vandana BN --- Changes since v5: Use proper print format. split fprintf. Changes since v4: Print PTS and SCR info. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 45 +++ utils/v4l2-ctl

Re: [PATCH v5] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Hans Verkuil
Hi Vandana, On 9/24/19 9:08 AM, Vandana BN wrote: > Print UVC Metadata information in verbose mode. > > Signed-off-by: Vandana BN > --- > Changes since v4: > Print PTS and SCR info. > --- > utils/v4l2-ctl/v4l2-ctl-meta.cpp | 42 +++ &g

[PATCH v5] v4l2-ctl: Print UVC meta info

2019-09-24 Thread Vandana BN
Print UVC Metadata information in verbose mode. Signed-off-by: Vandana BN --- Changes since v4: Print PTS and SCR info. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 42 +++ utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 14 + utils/v4l2-ctl/v4l2-ctl.h

[PATCH v4] v4l2-ctl: Print UVC meta info

2019-09-17 Thread Vandana BN
Print UVC Metadata information in verbose mode. Signed-off-by: Vandana BN --- Changes since v3: - Coding style corrections in print_meta_buffer. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 27 +++ utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 14 -- utils/v4l2-ctl/v

Re: [PATCH v3] v4l2-ctl: Print UVC meta info

2019-09-17 Thread Hans Verkuil
On 9/16/19 8:00 PM, Vandana BN wrote: > Print UVC Metadata information in verbose mode. > > Signed-off-by: Vandana BN > --- > Changes since v2 > - Converted if to switch statement. > - Corrected format specifier in print. > --- > utils/v4l2-ctl/v4l2-ctl-meta.cpp | 25 +++

[PATCH v3] v4l2-ctl: Print UVC meta info

2019-09-16 Thread Vandana BN
Print UVC Metadata information in verbose mode. Signed-off-by: Vandana BN --- Changes since v2 - Converted if to switch statement. - Corrected format specifier in print. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 25 + utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 14 -

Re: [PATCH v2] v4l2-ctl: Print UVC meta info

2019-09-16 Thread Hans Verkuil
On 9/16/19 4:19 PM, Vandana BN wrote: > Print UVC Metadata information in verbose mode. > > Signed-off-by: Vandana BN > --- > Changes since v1 > - Removed static form type declaration of structure vivid_uvc_meta_buf. > - to print time in seconds. > - extract vivid_uvc_meta_buf properly from buf.

[PATCH v2] v4l2-ctl: Print UVC meta info

2019-09-16 Thread Vandana BN
Print UVC Metadata information in verbose mode. Signed-off-by: Vandana BN --- Changes since v1 - Removed static form type declaration of structure vivid_uvc_meta_buf. - to print time in seconds. - extract vivid_uvc_meta_buf properly from buf. --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 22 ++

Re: [PATCH] v4l2-ctl: Print UVC meta info

2019-09-16 Thread Hans Verkuil
On 9/3/19 12:58 PM, Vandana BN wrote: > Print UVC Metadata information in verbose mode. > > Signed-off-by: Vandana BN > --- > utils/v4l2-ctl/v4l2-ctl-meta.cpp | 20 > utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 14 -- > utils/v4l2-ctl/v4l2-ctl.h | 1

[PATCH] v4l2-ctl: Print UVC meta info

2019-09-03 Thread Vandana BN
Print UVC Metadata information in verbose mode. Signed-off-by: Vandana BN --- utils/v4l2-ctl/v4l2-ctl-meta.cpp | 20 utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 14 -- utils/v4l2-ctl/v4l2-ctl.h | 1 + 3 files changed, 29 insertions(+), 6 deletions(-

[PATCHv10 0/2] cec: add the connector info API

2019-08-23 Thread Hans Verkuil
These two patches add the CEC connector info API. Note that connector info is currently for drm connectors only. In the future support for v4l2 connectors will be added as well, once we actually know how to uniquely identify a HDMI receiver connector. Regards, Hans Dariusz

[PATCHv10 1/2] cec: expose the new connector info API

2019-08-23 Thread Hans Verkuil
From: Dariusz Marcinkiewicz Until now the connector info API was a kernel-internal API only. This moves it to the public API and adds the new ioctl to retrieve this information. Signed-off-by: Dariusz Marcinkiewicz Signed-off-by: Hans Verkuil --- drivers/media/cec/cec-adap.c | 2 ++ drivers

[PATCH 3/3] drm/bridge/adv7511: enable CEC connector info

2019-08-23 Thread Hans Verkuil
Set the connector info to help userspace associate the CEC adapter with the HDMI connector. This required that the cec initialization and unregistering the CEC adapter takes place in the bridge attach and detach ops. Tested on an R-Car Koelsch board. Signed-off-by: Hans Verkuil Tested-by: Hans

[PATCH 1/3] drm/vc4/vc4_hdmi: fill in connector info

2019-08-23 Thread Hans Verkuil
From: Dariusz Marcinkiewicz Fill in the connector info, allowing userspace to associate the CEC device with the drm connector. Tested on a Raspberry Pi 3B. Signed-off-by: Dariusz Marcinkiewicz Signed-off-by: Hans Verkuil Tested-by: Hans Verkuil --- drivers/gpu/drm/vc4/vc4_hdmi.c | 13

Re: [PATCH] doc-rst: add more info for resolution change blocks in ipu3

2019-08-18 Thread Bingbu Cao
On 8/19/19 2:19 PM, Tomasz Figa wrote: > Hi Bingbu, > > On Fri, Aug 16, 2019 at 8:17 PM wrote: >> >> From: Bingbu Cao >> >> This patch add more details for the resolution change blocks >> It can help the developer to understand the main resolution >> change blocks in ImgU. >> >> Signed-off-by:

Re: [PATCH] doc-rst: add more info for resolution change blocks in ipu3

2019-08-18 Thread Tomasz Figa
Hi Bingbu, On Fri, Aug 16, 2019 at 8:17 PM wrote: > > From: Bingbu Cao > > This patch add more details for the resolution change blocks > It can help the developer to understand the main resolution > change blocks in ImgU. > > Signed-off-by: Bingbu Cao > --- > Documentation/media/v4l-drivers/i

[PATCH] doc-rst: add more info for resolution change blocks in ipu3

2019-08-16 Thread bingbu . cao
From: Bingbu Cao This patch add more details for the resolution change blocks It can help the developer to understand the main resolution change blocks in ImgU. Signed-off-by: Bingbu Cao --- Documentation/media/v4l-drivers/ipu3.rst | 52 - Documentation/media/v4l-drivers/ipu3_rcb.svg

Re: [PATCH v5 1/9] drm_dp_cec: add connector info support.

2019-08-09 Thread Hans Verkuil
On 8/8/19 10:18 AM, Hans Verkuil wrote: > Hi Dariusz, > > On 8/7/19 10:52 AM, Dariusz Marcinkiewicz wrote: >> Pass the connector info to the CEC adapter. This makes it possible >> to associate the CEC adapter with the corresponding drm connector. >> >> Sig

Re: [PATCH v5 1/9] drm_dp_cec: add connector info support.

2019-08-08 Thread Hans Verkuil
On 8/7/19 10:52 AM, Dariusz Marcinkiewicz wrote: > Pass the connector info to the CEC adapter. This makes it possible > to associate the CEC adapter with the corresponding drm connector. > > Signed-off-by: Dariusz Marcinkiewicz > Signed-off-by: Hans Verkuil Tested-by: Hans V

Re: [PATCH v5 1/9] drm_dp_cec: add connector info support.

2019-08-08 Thread Hans Verkuil
Hi Dariusz, On 8/7/19 10:52 AM, Dariusz Marcinkiewicz wrote: > Pass the connector info to the CEC adapter. This makes it possible > to associate the CEC adapter with the corresponding drm connector. > > Signed-off-by: Dariusz Marcinkiewicz > Signed-off-by: Hans Verkuil >

[PATCH v5 1/9] drm_dp_cec: add connector info support.

2019-08-07 Thread Dariusz Marcinkiewicz
Pass the connector info to the CEC adapter. This makes it possible to associate the CEC adapter with the corresponding drm connector. Signed-off-by: Dariusz Marcinkiewicz Signed-off-by: Hans Verkuil --- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +- drivers/gpu/drm/drm_dp_cec.c

[PATCH v4 1/9] drm_dp_cec: add connector info support.

2019-07-16 Thread Dariusz Marcinkiewicz
Pass the connector info to the CEC adapter. This makes it possible to associate the CEC adapter with the corresponding drm connector. Signed-off-by: Dariusz Marcinkiewicz Signed-off-by: Hans Verkuil --- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +- drivers/gpu/drm/drm_dp_cec.c

[PATCH v3 1/9] drm_dp_cec: add connector info support.

2019-07-16 Thread Dariusz Marcinkiewicz
Pass the connector info to the CEC adapter. This makes it possible to associate the CEC adapter with the corresponding drm connector. Signed-off-by: Dariusz Marcinkiewicz Signed-off-by: Hans Verkuil --- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +- drivers/gpu/drm/drm_dp_cec.c

[GIT PULL FOR v5.3] cec: improve notifier API, prepare for connector info

2019-06-25 Thread Hans Verkuil
. For this to work, DRM drivers will need to provide the connector info when they create the CEC adapter (through the new cec_s_conn_info() function) or when they create the cec_notifier (through the new cec_notifier_conn_register() function). Note that currently the connector info is only supported

[PATCH v2 10/16] media: vicodec: don't test if info is NULL

2019-04-03 Thread Dafna Hirschfeld
pixel info of q_data is never set to NULL so there is no need to test if it is. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/vicodec-core.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/media/platform/vicodec/vicodec-core.c b/drivers/media/platform

[PATCH 09/14] media: vicodec: don't test if info is NULL

2019-03-30 Thread Dafna Hirschfeld
pixel info of q_data is never set to NULL so there is no need to test if it is. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/vicodec-core.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/media/platform/vicodec/vicodec-core.c b/drivers/media

[v4l-utils PATCH v3 1/8] v4l2-ctl: rename variable 'vic_fmt' to 'info'

2019-02-24 Thread Dafna Hirschfeld
FILE *fpointer, unsigned &sz, unsigned &len, bool is_read) { - const struct v4l2_fwht_pixfmt_info *vic_fmt = + const struct v4l2_fwht_pixfmt_info *info = v4l2_fwht_find_pixfmt(fmt.g_pixelformat()

Re: [PATCHv2] media-ctl: support a bus-info string as argument to -d

2019-02-15 Thread Hans Verkuil
On 2/15/19 10:22 AM, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the patch. > > On Fri, Feb 15, 2019 at 09:10:24AM +0100, Hans Verkuil wrote: >> If the device passed to the -d option is not found, then interpret it >> as a bus-info string and try to open all

Re: [PATCHv2] media-ctl: support a bus-info string as argument to -d

2019-02-15 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Fri, Feb 15, 2019 at 09:10:24AM +0100, Hans Verkuil wrote: > If the device passed to the -d option is not found, then interpret it > as a bus-info string and try to open all media devices and see which one > reports a bus-info string equal to the -d

[PATCHv2] media-ctl: support a bus-info string as argument to -d

2019-02-15 Thread Hans Verkuil
If the device passed to the -d option is not found, then interpret it as a bus-info string and try to open all media devices and see which one reports a bus-info string equal to the -d argument. That makes it possible to open a specific media device without having to know the name of the media

Re: [PATCH] media-ctl: add --bus-info

2019-02-14 Thread Hans Verkuil
On 2/14/19 5:33 PM, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the patch. > > On Thu, Feb 14, 2019 at 04:43:17PM +0100, Hans Verkuil wrote: >> Add a --bus-info option to media-ctl which opens the media device >> that has this bus info string. That makes it

Re: [PATCH] media-ctl: add --bus-info

2019-02-14 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Thu, Feb 14, 2019 at 04:43:17PM +0100, Hans Verkuil wrote: > Add a --bus-info option to media-ctl which opens the media device > that has this bus info string. That makes it possible to open a specific > media device without having to know the na

[PATCH] media-ctl: add --bus-info

2019-02-14 Thread Hans Verkuil
Add a --bus-info option to media-ctl which opens the media device that has this bus info string. That makes it possible to open a specific media device without having to know the name of the media device. Similar functionality has been implemented for v4l2-ctl and v4l2-compliance, and for the cec

Re: [PATCH 1/5] si2168: add frequency data to frontend info

2018-12-20 Thread Brad Love
onst struct dvb_frontend_ops si2168_ops = { > .delsys = {SYS_DVBT, SYS_DVBT2, SYS_DVBC_ANNEX_A}, > .info = { > .name = "Silicon Labs Si2168", > - .symbol_rate_min = 100, > - .symbol_rate_max = 720, > + .frequency_mi

[PATCH 1/5] si2168: add frequency data to frontend info

2018-12-20 Thread Brad Love
324493e..17301c6 100644 --- a/drivers/media/dvb-frontends/si2168.c +++ b/drivers/media/dvb-frontends/si2168.c @@ -683,8 +683,11 @@ static const struct dvb_frontend_ops si2168_ops = { .delsys = {SYS_DVBT, SYS_DVBT2, SYS_DVBC_ANNEX_A}, .info = { .name = "Silicon Labs S

INFO: task hung in v4l2_release

2018-11-06 Thread syzbot
yzbot+04358ff96230a...@syzkaller.appspotmail.com INFO: task syz-executor3:13875 blocked for more than 140 seconds. Not tainted 4.20.0-rc1-next-20181106+ #106 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. syz-executor3 D23400 13875 5736 0x0004 Call Trac

Re: INFO: task hung in flush_workqueue

2018-11-04 Thread syzbot
682b40 IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+69780d144754b8071...@syzkaller.appspotmail.com sshd (5562) used greatest stack depth: 15232 bytes left INFO: task syz-executor757:5654 blocked for more than 140 seconds. Not tainted 4.19.0+ #

INFO: task hung in flush_workqueue

2018-11-01 Thread syzbot
yzbot+69780d144754b8071...@syzkaller.appspotmail.com IPVS: wrr: SCTP 172.20.20.170:0 - no destination available EXT4-fs error (device sda1): ext4_remount:5216: Abort forced by user EXT4-fs (sda1): Remounting filesystem read-only INFO: task syz-executor0:12469 blocked for more than 140 seconds. Not ta

Re: INFO: task hung in vivid_stop_generating_vid_cap

2018-10-29 Thread syzbot
IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: syzbot+06283a66a648cd073...@syzkaller.appspotmail.com INFO: task syz-executor686:5724 blocked for more than 140 seconds. Not tainted 4.19.0+ #309 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"

INFO: task hung in vivid_stop_generating_vid_cap

2018-10-29 Thread syzbot
yzbot+06283a66a648cd073...@syzkaller.appspotmail.com VMExit: intr_info= errcode= ilen=0003 reason=8021 qualification=0003 IDTVectoring: info= errcode= TSC Offset = 0xfe6382838c64 EPT pointer = 0x0001c4f5101e INFO: task syz-executor4:791 blocke

Re: [PATCH 2/2] vicodec: set state->info before calling the encode/decode funcs

2018-09-10 Thread Hans Verkuil
On 09/10/2018 05:37 PM, Ezequiel Garcia wrote: > On Mon, 2018-09-10 at 17:00 +0200, Hans Verkuil wrote: >> From: Hans Verkuil >> >> state->info was NULL since I completely forgot to set state->info. >> Oops. >> >> Reported-by: Ezequiel Garcia >>

Re: [PATCH 2/2] vicodec: set state->info before calling the encode/decode funcs

2018-09-10 Thread Ezequiel Garcia
On Mon, 2018-09-10 at 13:16 -0400, Nicolas Dufresne wrote: > Le lundi 10 septembre 2018 à 12:37 -0300, Ezequiel Garcia a écrit : > > On Mon, 2018-09-10 at 17:00 +0200, Hans Verkuil wrote: > > > From: Hans Verkuil > > > > > > state->info was NULL since

Re: [PATCH 2/2] vicodec: set state->info before calling the encode/decode funcs

2018-09-10 Thread Nicolas Dufresne
Le lundi 10 septembre 2018 à 12:37 -0300, Ezequiel Garcia a écrit : > On Mon, 2018-09-10 at 17:00 +0200, Hans Verkuil wrote: > > From: Hans Verkuil > > > > state->info was NULL since I completely forgot to set state->info. > > Oops. > > > > Reported

Re: [PATCH 2/2] vicodec: set state->info before calling the encode/decode funcs

2018-09-10 Thread Ezequiel Garcia
On Mon, 2018-09-10 at 17:00 +0200, Hans Verkuil wrote: > From: Hans Verkuil > > state->info was NULL since I completely forgot to set state->info. > Oops. > > Reported-by: Ezequiel Garcia > Signed-off-by: Hans Verkuil For both patches: Tested-by: Ezequiel Garci

[PATCH 2/2] vicodec: set state->info before calling the encode/decode funcs

2018-09-10 Thread Hans Verkuil
From: Hans Verkuil state->info was NULL since I completely forgot to set state->info. Oops. Reported-by: Ezequiel Garcia Signed-off-by: Hans Verkuil --- drivers/media/platform/vicodec/vicodec-core.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers

info!!

2018-07-10 Thread Lee Morrow
Top of the day to you, this is in respect of a very beneficial transaction which you would not want to let go reply for more details, Regards, Lee

[PATCH v2 0/3] DVB: represent frequencies at tuner/frontend .info in Hz

2018-07-05 Thread Mauro Carvalho Chehab
Currently, the DVB drivers internally represent frequencies on their ops.info structures in Hz, for Terrestrial and Cable, or in kHz for Satellite. This is very confusing, as from time to time developers end by filling the data in a wrong way. Also, this is a long standing issue that affect newer

[PATCH 0/2] DVB: represent frequencies at tuner/frontend .info in Hz

2018-07-04 Thread Mauro Carvalho Chehab
This is a long standing issue that affect newer devices whose tuner and frontend are capable of supporting both satellite and non-satellite delivery standards. Compile-tested only. I intend to run some tests later this week with some random hardware, but I'd appreciate any tests and feedback, as

[PATCH] media: gspca: fix Kconfig help info

2018-04-03 Thread winton.liu
See for more info. + See for more info. This driver uses the Video For Linux API. You must say Y or M to "Video For Linux" to use this driver. -- 2.7.4

[PATCH] media: em28xx-cards: output regular messages as info

2018-03-23 Thread Chris Mayo
Messages expected during device probe were being marked as errors. Signed-off-by: Chris Mayo --- drivers/media/usb/em28xx/em28xx-cards.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-car

[PATCH 04/11] media: lgdt330x: print info when device gets probed

2018-03-09 Thread Mauro Carvalho Chehab
It is useful to know if the driver load succeded. So, add a printk info there. While here, improve the .init debug printed message. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/lgdt330x.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers

Re: [PATCH 2/7] include/(uapi/)media: add SPDX license info

2018-02-14 Thread Hans Verkuil
On 14/02/18 19:12, Mauro Carvalho Chehab wrote: > Em Wed, 7 Feb 2018 15:39:34 +0100 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Replace the old license information with the corresponding SPDX >> license for those headers that I authored. >> >> Signed-off-by: Hans Verkuil > > ... >

Re: [PATCH 2/7] include/(uapi/)media: add SPDX license info

2018-02-14 Thread Mauro Carvalho Chehab
Em Wed, 7 Feb 2018 15:39:34 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Replace the old license information with the corresponding SPDX > license for those headers that I authored. > > Signed-off-by: Hans Verkuil ... > diff --git a/include/uapi/linux/cec.h b/include/uapi/linux/ce

[PATCH 6/7] i2c: add SPDX license info

2018-02-07 Thread Hans Verkuil
From: Hans Verkuil Replace the old license information with the corresponding SPDX license for those drivers Cisco authored. Signed-off-by: Hans Verkuil --- drivers/media/i2c/ad9389b.c | 14 +- drivers/media/i2c/adv7511.c | 14 +- drivers/media/i2c/adv7604.c

[PATCH 3/7] vivid: add SPDX license info

2018-02-07 Thread Hans Verkuil
From: Hans Verkuil Replace the old license information with the corresponding SPDX license. Signed-off-by: Hans Verkuil --- drivers/media/platform/vivid/vivid-cec.c | 14 +- drivers/media/platform/vivid/vivid-cec.h | 14 +- drivers/media/platform/vivid

[PATCH 5/7] cec: add SPDX license info

2018-02-07 Thread Hans Verkuil
From: Hans Verkuil Replace the old license information with the corresponding SPDX license. Signed-off-by: Hans Verkuil --- drivers/media/cec/cec-adap.c | 14 +- drivers/media/cec/cec-api.c | 14 +- drivers/media/cec/cec-core.c | 14 +- drivers/

[PATCH 4/7] cobalt: add SPDX license info

2018-02-07 Thread Hans Verkuil
From: Hans Verkuil Replace the old license information with the corresponding SPDX license. Signed-off-by: Hans Verkuil --- drivers/media/pci/cobalt/Makefile | 1 + drivers/media/pci/cobalt/cobalt-alsa-main.c| 14 +- drivers/media/pci/cobal

[PATCH 2/7] include/(uapi/)media: add SPDX license info

2018-02-07 Thread Hans Verkuil
From: Hans Verkuil Replace the old license information with the corresponding SPDX license for those headers that I authored. Signed-off-by: Hans Verkuil --- include/media/cec-notifier.h| 14 +- include/media/cec-pin.h | 14 +- include/media/cec.h

[PATCH 7/7] media: add SPDX license info

2018-02-07 Thread Hans Verkuil
From: Hans Verkuil Replace the old license information with the corresponding SPDX license for the remaining media drivers that Cisco authored. Signed-off-by: Hans Verkuil --- drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c | 14 +- drivers/media/common/v4l2-tpg/v4l2-tpg-core.c |

[PATCH 21/22] media: docs: add documentation for frontend attach info

2017-11-29 Thread Mauro Carvalho Chehab
Add to the media book the attachment kAPI for the DVB frontend drivers that have already some kernel-doc markup. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/dvb-drivers/frontends.rst | 30 +++ Documentation/media/dvb-drivers/index.rst | 1 + 2 files

[PATCH v2 01/10] media: rc: gpio-ir-recv: use helper vaiable to acess device info

2017-09-07 Thread Ladislav Michl
Using explicit struct device variable makes code a bit more readable. Signed-off-by: Ladislav Michl --- Changes: -v2: rebased to current linux.git drivers/media/rc/gpio-ir-recv.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/rc/gpio-ir-recv.c b

[PATCH 01/10] media: rc: gpio-ir-recv: use helper vaiable to acess device info

2017-09-06 Thread Ladislav Michl
Using explicit struct device variable makes code a bit more readable. Signed-off-by: Ladislav Michl --- drivers/media/rc/gpio-ir-recv.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/rc/gpio-ir-recv.c b/drivers/media/rc/gpio-ir-recv.c index b4f773b

[PATCH 1/9] i2c: mux: provide more info on failure in i2c_mux_add_adapter

2017-04-03 Thread Peter Rosin
No callers then need to report any further info, thus reducing both the amount of code and the log noise. Signed-off-by: Peter Rosin --- drivers/i2c/i2c-mux.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/i2c-mux.c b/drivers/i2c/i2c-mux.c index

[PATCH for v4.10 1/6] cec: when canceling a message, don't overwrite old status info

2016-12-10 Thread Hans Verkuil
From: Hans Verkuil When a pending message was canceled (e.g. due to a timeout), then the old tx_status info was overwritten instead of ORed. The same happened with the tx_error_cnt field. So just modify them instead of overwriting them. Signed-off-by: Hans Verkuil --- drivers/media/cec/cec

Re: [PATCH] [media] v4l: vsp1: Fix format-info documentation

2016-11-22 Thread Laurent Pinchart
uv: the U and V components are swapped (V comes before U) > * @hsub: horizontal subsampling factor -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 3/3] [media] v4l2-ioctl.h add debug info for struct v4l2_ioctl_ops

2016-07-22 Thread Mauro Carvalho Chehab
vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] media: s5p-mfc fix vidioc_g_crop() to return crop info.

2016-06-29 Thread Hans Verkuil
V_SHARED_CROP_RIGHT_SHIFT; > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] media: s5p-mfc fix vidioc_g_crop() to return crop info.

2016-06-29 Thread Shuah Khan
linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] [media] v4l: vsp1: Fix format-info documentation

2016-06-09 Thread Kieran Bingham
) * @swap_uv: the U and V components are swapped (V comes before U) * @hsub: horizontal subsampling factor -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.

[PATCH v2 23/32] v4l: vsp1: Move format info to vsp1_pipe.c

2015-12-04 Thread Laurent Pinchart
mat can be found. + */ +const struct vsp1_format_info *vsp1_get_format_info(u32 fourcc) +{ + unsigned int i; + + for (i = 0; i < ARRAY_SIZE(vsp1_video_formats); ++i) { + const struct vsp1_format_info *info = &vsp1_video_formats[i]; + + if (info-

[PATCH 9/9] media: rc: nuvoton-cir: switch chip detection message to info level

2015-10-29 Thread Heiner Kallweit
Switch the info about the detected chip type from debug to info level as it might be useful not only for debugging purposes. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/nuvoton-cir.c

[PATCHv5 12/13] DocBook: add SDR specific info to G_TUNER / S_TUNER

2015-10-10 Thread Antti Palosaari
5 + + -- http://palosaari.fi/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCHv5 13/13] DocBook: add SDR specific info to G_MODULATOR / S_MODULATOR

2015-10-10 Thread Antti Palosaari
the &VIDIOC-S-FREQUENCY; ioctl is available. -- http://palosaari.fi/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 23/32] v4l: vsp1: Move format info to vsp1_pipe.c

2015-09-13 Thread Laurent Pinchart
mat can be found. + */ +const struct vsp1_format_info *vsp1_get_format_info(u32 fourcc) +{ + unsigned int i; + + for (i = 0; i < ARRAY_SIZE(vsp1_video_formats); ++i) { + const struct vsp1_format_info *info = &vsp1_video_formats[i]; + + if (info-

Re: [PATCH 13/13] DocBook: add SDR specific info to G_MODULATOR / S_MODULATOR

2015-09-04 Thread Antti Palosaari
; in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 13/13] DocBook: add SDR specific info to G_MODULATOR / S_MODULATOR

2015-09-04 Thread Hans Verkuil
+ > To change the radio frequency the &VIDIOC-S-FREQUENCY; ioctl > is available. > > Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 12/13] DocBook: add SDR specific info to G_TUNER / S_TUNER

2015-09-01 Thread Antti Palosaari
sage to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 13/13] DocBook: add SDR specific info to G_MODULATOR / S_MODULATOR

2015-09-01 Thread Antti Palosaari
sage to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Meld je nu aan voor meer info / Apply now for more info

2015-07-19 Thread Standard lening bedrijf
: standardloansplccomany...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] [media] bdisp: fix debug info memory access

2015-07-13 Thread Fabien Dessenne
be from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/2] [media] bdisp: add debug info for RGB24 format

2015-07-10 Thread Fabien Dessenne
_XBGR32: return "XRGB"; case V4L2_PIX_FMT_ABGR32: -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 04/15] media: adv7604: chip info and formats for ADV7612

2015-06-25 Thread William Towle
}; MODULE_DEVICE_TABLE(of, adv76xx_of_id); @@ -2840,21 +2929,26 @@ static int adv76xx_probe(struct i2c_client *client, * identifies the revision, while on ADV7611 it identifies the model as * well. Use the HDMI slave address on ADV7604 and RD_INFO on ADV7611. */ -

Re: [PATCH 01/14] sh-veu: initialize timestamp_flags and copy timestamp info

2015-06-21 Thread Guennadi Liakhovetski
On Mon, 15 Jun 2015, Hans Verkuil wrote: > From: Hans Verkuil > > This field wasn't set, causing WARN_ON's from the vb2 core. > > Signed-off-by: Hans Verkuil Acked-by: Guennadi Liakhovetski Thanks Guennadi > --- > drivers/media/platform/sh_veu.c | 8 > 1 file changed, 8 insertion

Re: [PATCH] [media] au0828: Cache the decoder info at au0828 dev structure

2015-06-18 Thread Hans Verkuil
a3bbc68ab..d3644b3fe6fa 100644 > --- a/drivers/media/usb/au0828/au0828.h > +++ b/drivers/media/usb/au0828/au0828.h > @@ -280,6 +280,7 @@ struct au0828_dev { > #ifdef CONFIG_MEDIA_CONTROLLER > struct media_device *media_dev; > struct media_pad video_pad, vbi_pad; > + struct media_entity *decoder; > #endif > }; > > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] [media] au0828: Cache the decoder info at au0828 dev structure

2015-06-18 Thread Mauro Carvalho Chehab
line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] au0828: Cache the decoder info at au0828 dev structure

2015-06-18 Thread Hans Verkuil
gt; +++ b/drivers/media/usb/au0828/au0828.h > @@ -280,6 +280,7 @@ struct au0828_dev { > #ifdef CONFIG_MEDIA_CONTROLLER > struct media_device *media_dev; > struct media_pad video_pad, vbi_pad; > + struct media_entity *decoder; > #endif > }; > > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] au0828: Cache the decoder info at au0828 dev structure

2015-06-18 Thread Mauro Carvalho Chehab
video_pad, vbi_pad; + struct media_entity *decoder; #endif }; -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 01/14] sh-veu: initialize timestamp_flags and copy timestamp info

2015-06-15 Thread Hans Verkuil
K; + dst->v4l2_buf.timecode = src->v4l2_buf.timecode; + spin_lock(&veu->lock); v4l2_m2m_buf_done(src, VB2_BUF_STATE_DONE); v4l2_m2m_buf_done(dst, VB2_BUF_STATE_DONE); -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 04/15] media: adv7604: chip info and formats for ADV7612

2015-06-11 Thread Hans Verkuil
"adv7612", (kernel_ulong_t)&adv76xx_chip_info[ADV7612] }, > { } > }; > MODULE_DEVICE_TABLE(i2c, adv76xx_i2c_id); > > static const struct of_device_id adv76xx_of_id[] __maybe_unused = { > { .compatible = "adi,adv7611", .data = &adv76xx_chip_

[PATCH 04/15] media: adv7604: chip info and formats for ADV7612

2015-06-03 Thread William Towle
f, adv76xx_of_id); @@ -2801,21 +2879,26 @@ static int adv76xx_probe(struct i2c_client *client, * identifies the revision, while on ADV7611 it identifies the model as * well. Use the HDMI slave address on ADV7604 and RD_INFO on ADV7611. */ - if (stat

[PATCH 04/15] media: adv7604: chip info and formats for ADV7612

2015-05-27 Thread William Towle
if (val != 0x2051) { - v4l2_info(sd, "not an adv7611 on address 0x%x\n", + if ((state->info->type == ADV7611 && val != 0x2051) || + (state->info->type == ADV7612 && val != 0x2041)

Re: [PATCH 03/20] media: adv7604: chip info and formats for ADV7612

2015-05-25 Thread Guennadi Liakhovetski
data_check(client, 0xeb, false) << > 0); > - if (val != 0x2051) { > - v4l2_info(sd, "not an adv7611 on address 0x%x\n", > + if ((state->info->type == ADV7611 && val != 0x2051) || > + (state->i

  1   2   3   >