On 10/05/2018 05:12 AM, Tomasz Figa wrote:
> Hi Hans,
>
> On Fri, Oct 5, 2018 at 5:02 AM Hans Verkuil wrote:
>>
>> Hi all,
>>
>> I'm looking at removing the last users of vidioc_g/s_crop from the driver and
>> I came across vidioc_g_crop in drivers/media/platform/s5p-mfc/s5p_mfc_dec.c.
>>
>> What
Min kära stödmottagare,
Jag är säker på att detta mail kommer att komma till dig som en överraskning
eftersom vi aldrig har träffat förut och du skulle också fråga varför jag har
bestämt mig för att välja dig bland de många internetanvändarna i världen.
Exakt kan jag inte säga varför jag har va
Add a mem2mem driver for the VPU available on Rockchip SoCs.
Currently only JPEG encoding is supported, for RK3399 and RK3288
platforms.
Signed-off-by: Ezequiel Garcia
---
MAINTAINERS | 7 +
drivers/staging/media/Kconfig | 2 +
drivers/stagin
From: Shunqian Zheng
Add V4L2_PIX_FMT_JPEG_RAW format that does not contain
JPEG header in the output frame.
Signed-off-by: Shunqian Zheng
Signed-off-by: Ezequiel Garcia
---
Documentation/media/uapi/v4l/pixfmt-compressed.rst | 9 +
drivers/media/v4l2-core/v4l2-ioctl.c |
Add the Video Processing Unit node for RK3288 SoC.
Fix the VPU IOMMU node, which was disabled and lacking
its power domain property.
Signed-off-by: Ezequiel Garcia
---
arch/arm/boot/dts/rk3288.dtsi | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/
From: Shunqian Zheng
Add V4L2_CID_JPEG_QUANTIZATION compound control to allow userspace
configure the JPEG quantization tables.
Signed-off-by: Shunqian Zheng
Signed-off-by: Ezequiel Garcia
---
.../media/uapi/v4l/extended-controls.rst | 25 +++
.../media/videodev2.h.rst.ex
This series adds support for JPEG encoding via the VPU block
present in Rockchip platforms. Currently, support for RK3288
and RK3399 is included.
Please, see the previous versions of this cover letter for
more information.
This series should apply cleanly on top of
git://linuxtv.org/hverkuil/m
Add devicetree binding documentation for Rockchip Video Processing
Unit IP.
Reviewed-by: Rob Herring
Signed-off-by: Ezequiel Garcia
---
.../bindings/media/rockchip-vpu.txt | 29 +++
1 file changed, 29 insertions(+)
create mode 100644 Documentation/devicetree/bindings/
Add the Video Processing Unit node for the RK3399 SoC.
Also, fix the VPU IOMMU node, which was disabled and lacking
its power domain property.
Signed-off-by: Ezequiel Garcia
---
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff -
On Mon, 2018-10-01 at 14:54 -0300, Ezequiel Garcia wrote:
> On Fri, 2018-09-28 at 14:33 +0200, Hans Verkuil wrote:
> > On 09/17/2018 07:30 PM, Ezequiel Garcia wrote:
> > > This series adds support for JPEG encoding via the VPU block
> > > present in Rockchip platforms. Currently, support for RK3288
Hi Shuah,
On Thu, Oct 04, 2018 at 02:13:51PM -0600, Shuah Khan wrote:
> Hi Sean,
>
> Thanks for the patch. I just happened to see this when Mauro sent it to me.
> Doesn't look like linux-ksefltest and I weren't on the patch?
This is true, and that is an oversight on my behalf.
Thank you for you
On Fri, 2018-09-28 at 13:53 +0200, Hans Verkuil wrote:
> On 09/17/2018 07:30 PM, Ezequiel Garcia wrote:
> > Add devicetree binding documentation for Rockchip Video Processing
> > Unit IP.
> >
> > Reviewed-by: Rob Herring
> > Signed-off-by: Ezequiel Garcia
> > ---
> > .../bindings/media/rockchip
An RC device is does not need to be called 'RC for'. Simply the name
will suffice.
Signed-off-by: Sean Young
---
drivers/media/cec/cec-core.c | 6 ++
include/media/cec.h | 2 --
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/drivers/media/cec/cec-core.c b/drivers/med
There is already a typedef for the parse endpoint function.
However, instead of using it, it is redefined at the C file
(and on one of the function headers).
Replace them by the function typedef, in order to cleanup
several related coding style warnings.
Signed-off-by: Mauro Carvalho Chehab
---
There are several coding style issues at those definitions,
and the previous patchset added even more.
Address the trivial ones by first calling:
./scripts/checkpatch.pl --strict --fix-inline
include/media/v4l2-async.h include/media/v4l2-fwnode.h
include/media/v4l2-mediabus.h drivers/me
The v4l2_fwnode_reference_parse_int_props() has a big name, causing
it to cause coding style warnings. Also, it depends on a const
struct embedded indide a function.
Rearrange the logic in order to move the struct declaration out
of such function and use it inside this function.
That cleans up so
The fwnode patchset added a several new warnings, as identified by
checkpatch.pl --strict.
Those are at the core stuff, and makes harder to review patches there.
The most irritating stuff there are functions like:
some_very_long_function_that_has_a_very_comprehensive_name(
Have photos for cutting out or retouching?
We are one image team and we do editing for your the e-commerce photos,
industry photos or portrait photo.
If you need test editing then let me know.
Waiting for your reply and the photo work.
Thanks,
Joanna
Have photos for cutting out or retouching?
We are one image team and we do editing for your the e-commerce photos,
industry photos or portrait photo.
If you need test editing then let me know.
Waiting for your reply and the photo work.
Thanks,
Joanna
Have photos for cutting out or retouching?
We are one image team and we do editing for your the e-commerce photos,
industry photos or portrait photo.
If you need test editing then let me know.
Waiting for your reply and the photo work.
Thanks,
Joanna
On 10/04/2018 12:34 PM, Hans Verkuil wrote:
On 10/04/2018 08:53 PM, Steve Longerbeam wrote:
A set of patches that fixes some bugs with capturing from an
interlaced source, and incompatibilites between IDMAC interlace
interweaving and 4:2:0 data write reduction.
History:
v4:
- rebased to late
Hi Sean,
Thanks for the patch. I just happened to see this when Mauro sent it to me.
Doesn't look like linux-ksefltest and I weren't on the patch?
On 07/17/2018 03:33 PM, Sean Young (by way of Mauro Carvalho Chehab
) wrote:
> ir-loopback can transmit IR on one rc device and check the correct
> s
Add information about which VINs on which SoC have access to a UDS
scaler.
Signed-off-by: Niklas Söderlund
---
drivers/media/platform/rcar-vin/rcar-core.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/drivers/media/platform/rcar-vin/rcar-core.c
b/drivers/media/platform
Hi Mauro,
On Thursday, 4 October 2018 21:45:05 EEST Mauro Carvalho Chehab wrote:
> Em Tue, 2 Oct 2018 08:35:47 +0200 Ludovic Desroches escreveu:
> > On Mon, Oct 01, 2018 at 01:51:01PM -0300, Mauro Carvalho Chehab wrote:
> > > Em Sun, 30 Sep 2018 02:40:35 -0700 Joe Perches escreveu:
> > > > On Sun,
Hi all,
I'm looking at removing the last users of vidioc_g/s_crop from the driver and
I came across vidioc_g_crop in drivers/media/platform/s5p-mfc/s5p_mfc_dec.c.
What this really does AFAICS is return the H.264 frame crop as read from the
bitstream. This has nothing to do with regular cropping/c
On 10/04/2018 08:53 PM, Steve Longerbeam wrote:
> A set of patches that fixes some bugs with capturing from an
> interlaced source, and incompatibilites between IDMAC interlace
> interweaving and 4:2:0 data write reduction.
>
> History:
> v4:
> - rebased to latest media-tree master branch.
> - Mak
A set of patches that fixes some bugs with capturing from an
interlaced source, and incompatibilites between IDMAC interlace
interweaving and 4:2:0 data write reduction.
History:
v4:
- rebased to latest media-tree master branch.
- Make patch author and SoB email addresses the same.
v3:
- add supp
Em Mon, 1 Oct 2018 11:56:22 +0200
Hans Verkuil escreveu:
> The following changes since commit 4158757395b300b6eb308fc20b96d1d231484413:
>
> media: davinci: Fix implicit enum conversion warning (2018-09-24 09:43:13
> -0400)
>
> are available in the Git repository at:
>
> git://linuxtv.org/
Em Tue, 2 Oct 2018 08:35:47 +0200
Ludovic Desroches escreveu:
> On Mon, Oct 01, 2018 at 01:51:01PM -0300, Mauro Carvalho Chehab wrote:
> > Em Sun, 30 Sep 2018 02:40:35 -0700
> > Joe Perches escreveu:
> >
> > > On Sun, 2018-09-30 at 06:30 -0300, Mauro Carvalho Chehab wrote:
> > > > Em Sun, 3
On 10/04/2018 06:41 AM, Hans Verkuil wrote:
On 10/04/18 01:21, Steve Longerbeam wrote:
Hi Hans,
On 10/01/2018 03:07 AM, Hans Verkuil wrote:
Hi Steve,
On 08/01/2018 09:12 PM, Steve Longerbeam wrote:
A set of patches that fixes some bugs with capturing from an
interlaced source, and incomp
Hi Mauro,
Here are some additional fixes for v4.20. By enabling the rel/keys bits
when the RC input device is registered, we can re-use the same input
device for imon/mce_kbd protocol mouse movements and keys.
Note that all these patches depend on each other; the second depends on the
first, and
Hi Ping-chung,
On Thu, Sep 27, 2018 at 03:19:07AM +, Chen, Ping-chung wrote:
> Hi,
>
> >-Original Message-
> >From: Yeh, Andy
> >Sent: Wednesday, September 26, 2018 11:19 PM
> >To: Sakari Ailus ; Chen, Ping-chung
> >
>
> >Hi Sakari, PC,
>
> >sensors that do need >digital gain appl
Hi Maxime,
On 10/04/2018 05:04 PM, Maxime Ripard wrote:
> Hi!
>
> On Mon, Oct 01, 2018 at 02:12:31PM +, Hugues FRUCHET wrote:
This is working perfectly fine on my parallel setup and allows me to
well support VGA@30fps (instead 27) and also support XGA(1024x768)@15fps
that I nev
Hi!
On Mon, Oct 01, 2018 at 02:12:31PM +, Hugues FRUCHET wrote:
> >> This is working perfectly fine on my parallel setup and allows me to
> >> well support VGA@30fps (instead 27) and also support XGA(1024x768)@15fps
> >> that I never seen working before.
> >> So at least for the parallel setup
From: Mauro Carvalho Chehab
Add a glossary of terms used within the media userspace API
documentation, as several concepts are complex enough to cause
misunderstandings.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/media_uapi.rst| 3 +
Documentation/media/uapi/glossary.rs
Em Thu, 4 Oct 2018 10:27:06 -0300
Mauro Carvalho Chehab escreveu:
> > > + For V4L2 hardware, this is also known as V4L2 main driver.
> >
> > Do we use the term V4L2 main driver in the V4L2 spec ?
>
> Right now, I don't think we use, but this is something that we'll
> need to, in order to
On 10/04/18 01:21, Steve Longerbeam wrote:
> Hi Hans,
>
>
> On 10/01/2018 03:07 AM, Hans Verkuil wrote:
>> Hi Steve,
>>
>> On 08/01/2018 09:12 PM, Steve Longerbeam wrote:
>>> A set of patches that fixes some bugs with capturing from an
>>> interlaced source, and incompatibilites between IDMAC int
Em Thu, 04 Oct 2018 14:41:30 +0300
Laurent Pinchart escreveu:
> Hi Mauro,
>
> (CC'ing Kieran)
>
> Thank you for the patch.
>
> On Tuesday, 25 September 2018 22:14:51 EEST Mauro Carvalho Chehab wrote:
> > From: Mauro Carvalho Chehab
> >
> > Add a glossary of terms used within the media usersp
The Xbox DVD Movie Playback Kit is a USB dongle with an IR remote for the
Original Xbox.
Historically it has been supported by the out-of-tree lirc_xbox driver,
but this one has fallen out of favour and was just dropped from popular
Kodi (formerly XBMC) distributions.
This driver is heaviely base
Hi Mauro,
(CC'ing Kieran)
Thank you for the patch.
On Tuesday, 25 September 2018 22:14:51 EEST Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab
>
> Add a glossary of terms used within the media userspace API
> documentation, as several concepts are complex enough to cause
> misunders
Em Thu, 4 Oct 2018 13:11:12 +0200
Hans Verkuil escreveu:
> On 10/04/18 12:58, Mauro Carvalho Chehab wrote:
> > From: Mauro Carvalho Chehab
> >
> > Add a glossary of terms used within the media userspace API
> > documentation, as several concepts are complex enough to cause
> > misunderstandings
Changing framerate right before streamon had no effect,
the new framerate value was taken into account only at
next streamon, fix this.
Signed-off-by: Hugues Fruchet
---
drivers/media/i2c/ov5640.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/media/i2c/ov5640
On 10/04/18 13:01, bwint...@cisco.com wrote:
> From: Bård Eirik Winther
>
Same here: missing commit message.
This patch looks good otherwise.
Regards,
Hans
> Signed-off-by: Bård Eirik Winther
> ---
> .../media/platform/vivid/vivid-vid-common.c | 28 +++
> 1 file c
On 10/04/18 13:01, bwint...@cisco.com wrote:
> From: Bård Eirik Winther
>
Missing commit message.
Looks good otherwise.
Regards,
Hans
> Signed-off-by: Bård Eirik Winther
> ---
> drivers/media/common/v4l2-tpg/v4l2-tpg-core.c | 28 +++
> 1 file changed, 28 insertions(
On 10/04/18 12:58, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab
>
> Add a glossary of terms used within the media userspace API
> documentation, as several concepts are complex enough to cause
> misunderstandings.
>
> Signed-off-by: Mauro Carvalho Chehab
> ---
> Documentation/med
From: Bård Eirik Winther
Signed-off-by: Bård Eirik Winther
---
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c | 28 +++
1 file changed, 28 insertions(+)
diff --git a/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
b/drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
index f3d9c1140ffa
From: Bård Eirik Winther
Signed-off-by: Bård Eirik Winther
---
.../media/platform/vivid/vivid-vid-common.c | 28 +++
1 file changed, 28 insertions(+)
diff --git a/drivers/media/platform/vivid/vivid-vid-common.c
b/drivers/media/platform/vivid/vivid-vid-common.c
index 27aa
From: Mauro Carvalho Chehab
Add a glossary of terms used within the media userspace API
documentation, as several concepts are complex enough to cause
misunderstandings.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/media_uapi.rst| 3 +
Documentation/media/uapi/glossary.rs
Em Mon, 1 Oct 2018 17:20:26 +0200
Hans Verkuil escreveu:
> On 09/25/2018 09:14 PM, Mauro Carvalho Chehab wrote:
> > From: Mauro Carvalho Chehab
> >
> > Add a glossary of terms used within the media userspace API
> > documentation, as several concepts are complex enough to cause
> > misunderstan
On Wed, Oct 3, 2018 at 7:02 PM Maxime Jourdan wrote:
>
> On Tue, Oct 2, 2018 at 1:43 PM Hans Verkuil wrote:
> >
> > On 10/02/18 13:31, Maxime Jourdan wrote:
> > > For drivers that expose both an OUTPUT queue and
> > > V4L2_EVENT_SRC_CH_RESOLUTION such as video decoders, it is
> > > possible that
Hi Raj,
On Wed, Oct 03, 2018 at 10:56:19PM +, Mani, Rajmohan wrote:
...
> > From some comment you had later,
> > I guess you're meaning that only 3 or 7 are the valid values.
> >
> > Yet, you're listing from 2^3 to 2^7, and that's confusing. Perhaps
> > you want to say, instead, that the vali
51 matches
Mail list logo