Declare v4l2_file_operations structures as const as they are only stored
in the fops field of video_device structures. This field is of type
const, so declare v4l2_file_operations structures with similar properties
as const.
Signed-off-by: Bhumika Goyal
---
drivers/media/usb/au0828/au0828-video.
As we begin to add support for systems with media pipelines controlled by
more than one device driver, it is essential that we precisely define the
responsibilities of each component in the stream control and common
practices.
Specifically, this patch documents two things:
1) streaming control is
Hi Todor,
On Mon, Jun 19, 2017 at 05:48:29PM +0300, Todor Tomov wrote:
> These files implement the platform driver code.
>
> Signed-off-by: Todor Tomov
> ---
> drivers/media/platform/qcom/camss-8x16/camss.c | 630
> +
> drivers/media/platform/qcom/camss-8x16/camss.h |
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Thu Jun 29 05:00:16 CEST 2017
media-tree git hash:2748e76ddb2967c4030171342ebdd3faa6a5e8e8
media_build gi
Hi Todor,
It's been a while --- how do you do?
Thanks for the patchset!
On Mon, Jun 19, 2017 at 05:48:24PM +0300, Todor Tomov wrote:
> These files control the CSIPHY modules which are responsible for the physical
> layer of the CSI2 receivers.
>
> Signed-off-by: Todor Tomov
> ---
> drivers/me
On Wed, Jun 28, 2017 at 08:45:55PM +0100, Chris Wilson wrote:
> Quoting Sean Paul (2017-06-28 17:47:24)
> > On Wed, Jun 28, 2017 at 05:00:20PM +0100, Chris Wilson wrote:
> > > Quoting Sean Paul (2017-06-28 16:51:11)
> > > > Protect against long-running processes from overflowing the timeline
> > >
On Wed, Jun 28, 2017 at 09:18:37PM +0300, Laurent Pinchart wrote:
> Hi Guenter,
>
> On Wednesday 28 Jun 2017 20:59:17 Laurent Pinchart wrote:
> > On Wednesday 28 Jun 2017 07:36:43 Guenter Roeck wrote:
> > > On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote:
> > >> From: Robb Glasser
>
On Tue, Jun 27, 2017 at 9:45 PM, Stanimir Varbanov
wrote:
> Hi Arnd,
>
> On 27.06.2017 18:02, Arnd Bergmann wrote:
>>
>> If QCOM_MDT_LOADER is enabled, but ARCH_QCOM is not, we run into
>> a build error:
>>
>> ERROR: "qcom_mdt_load" [drivers/media/platform/qcom/venus/venus-core.ko]
>> undefined!
>
While looking at a compiler warning, I noticed the use of
IS_ERR_OR_NULL, which is generally a sign of a bad API design
and should be avoided.
In this driver, this is fairly easy, we can simply stop storing
error pointers in persistent structures, and change the one
function that might return eith
Hi,
Please find my comments inline.
On 19 June 2017 at 07:10, Smitha T Murthy wrote:
> Added V4l2 controls for HEVC encoder
>
> Signed-off-by: Smitha T Murthy
> ---
> Documentation/media/uapi/v4l/extended-controls.rst | 364
> +
> 1 file changed, 364 insertions(+)
>
> diff
Add support for the image renderer light extended 3 (IMR-LX3) found only in
the R-Car V2H (R8A7792) SoC. It's mostly the same as IMR-LSX3 but doesn't
support video capture data as a source of 2D textures.
Signed-off-by: Sergei Shtylyov
---
This patch is against the 'media_tree.git' repo's 'mast
Add support for the image renderer light SRAM extended 3 (IMR-LSX3) found
only in the R-Car V2H (R8A7792) SoC. It differs from IMR-LX4 in that it
supports only planar video formats but can use the video capture data for
the textures.
Signed-off-by: Sergei Shtylyov
---
This patch is against th
Hi Guenter,
On Wednesday 28 Jun 2017 20:59:17 Laurent Pinchart wrote:
> On Wednesday 28 Jun 2017 07:36:43 Guenter Roeck wrote:
> > On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote:
> >> From: Robb Glasser
> >>
> >> The size of uvc_control_mapping is user controlled leading to a
> >>
Hi Guenter,
On Wednesday 28 Jun 2017 07:36:43 Guenter Roeck wrote:
> On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote:
> > From: Robb Glasser
> >
> > The size of uvc_control_mapping is user controlled leading to a
> > potential heap overflow in the uvc driver. This adds a check to v
On Wed, Jun 28, 2017 at 05:00:20PM +0100, Chris Wilson wrote:
> Quoting Sean Paul (2017-06-28 16:51:11)
> > Protect against long-running processes from overflowing the timeline
> > and creating fences that go back in time. While we're at it, avoid
> > overflowing while we're incrementing the timeli
Quoting Sean Paul (2017-06-28 16:51:11)
> Protect against long-running processes from overflowing the timeline
> and creating fences that go back in time. While we're at it, avoid
> overflowing while we're incrementing the timeline.
>
> Signed-off-by: Sean Paul
> ---
> drivers/dma-buf/sw_sync.c
Hi Sylwester,
On Wed, Jun 28, 2017 at 05:44:32PM +0200, Sylwester Nawrocki wrote:
> Hi,
>
> On 06/28/2017 03:31 PM, Sakari Ailus wrote:
> > IMO VB2/V4L2 could better support conversion between single and
> > multi-planar buffer types so that the applications could just use any and
> > drivers cou
Protect against long-running processes from overflowing the timeline
and creating fences that go back in time. While we're at it, avoid
overflowing while we're incrementing the timeline.
Signed-off-by: Sean Paul
---
drivers/dma-buf/sw_sync.c | 7 ++-
1 file changed, 6 insertions(+), 1 deleti
Hi,
On 06/28/2017 03:31 PM, Sakari Ailus wrote:
IMO VB2/V4L2 could better support conversion between single and
multi-planar buffer types so that the applications could just use any and
drivers could manage with one.
I don't have a strong opinion either way, but IMO this could be well
addressed
On Wed, Jun 28, 2017 at 10:36:54PM +0900, Tomasz Figa wrote:
> On Wed, Jun 28, 2017 at 10:31 PM, Sakari Ailus wrote:
> > On Tue, Jun 27, 2017 at 06:33:13PM +0900, Tomasz Figa wrote:
> >> On Mon, Jun 26, 2017 at 11:51 PM, Sakari Ailus wrote:
> >> > On Mon, Jun 12, 2017 at 06:59:18PM +0900, Tomasz
On Mon, May 22, 2017 at 12:48:04PM -0700, Guenter Roeck wrote:
> From: Robb Glasser
>
> The size of uvc_control_mapping is user controlled leading to a
> potential heap overflow in the uvc driver. This adds a check to verify
> the user provided size fits within the bounds of the defined buffer
>
On Wed, Jun 28, 2017 at 10:31 PM, Sakari Ailus wrote:
> On Tue, Jun 27, 2017 at 06:33:13PM +0900, Tomasz Figa wrote:
>> On Mon, Jun 26, 2017 at 11:51 PM, Sakari Ailus wrote:
>> > On Mon, Jun 12, 2017 at 06:59:18PM +0900, Tomasz Figa wrote:
>> >
>> >>
>> >> > + if (WARN_ON(freq <= 0))
>> >>
On Tue, Jun 27, 2017 at 06:33:13PM +0900, Tomasz Figa wrote:
> On Mon, Jun 26, 2017 at 11:51 PM, Sakari Ailus wrote:
> > On Mon, Jun 12, 2017 at 06:59:18PM +0900, Tomasz Figa wrote:
> >
> >>
> >> > + if (WARN_ON(freq <= 0))
> >> > + return -EINVAL;
> >>
> >> It generally doesn'
On 06/28/2017 01:24 PM, H. Nikolaus Schaller wrote:
>
>> Am 28.06.2017 um 12:50 schrieb Sylwester Nawrocki :
>>
>> On 06/28/2017 11:12 AM, H. Nikolaus Schaller wrote:
Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki :
On 06/27/2017 07:48 AM, H. Nikolaus Schaller wrote:
>> Am 26.06
> Am 28.06.2017 um 12:50 schrieb Sylwester Nawrocki :
>
> On 06/28/2017 11:12 AM, H. Nikolaus Schaller wrote:
>>> Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki :
>>> On 06/27/2017 07:48 AM, H. Nikolaus Schaller wrote:
> Am 26.06.2017 um 22:04 schrieb Sylwester Nawrocki :
> On 06/26/20
On 06/28/2017 11:12 AM, H. Nikolaus Schaller wrote:
>> Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki :
>> On 06/27/2017 07:48 AM, H. Nikolaus Schaller wrote:
Am 26.06.2017 um 22:04 schrieb Sylwester Nawrocki :
On 06/26/2017 12:35 PM, Hugues FRUCHET wrote:
>> What I am missing to s
Hi Jose,
On 06/28/2017 11:25 AM, Jose Abreu wrote:
On 27-06-2017 21:34, Sylwester Nawrocki wrote:
On 06/27/2017 10:43 AM, Jose Abreu wrote:
On 25-06-2017 22:13, Sylwester Nawrocki wrote:
On 06/20/2017 07:26 PM, Jose Abreu wrote:
This is an initial submission for the Synopsys Designware HDMI
Hi Sylwester,
On 27-06-2017 21:34, Sylwester Nawrocki wrote:
> Hi Jose,
>
> On 06/27/2017 10:43 AM, Jose Abreu wrote:
>> On 25-06-2017 22:13, Sylwester Nawrocki wrote:
>>> On 06/20/2017 07:26 PM, Jose Abreu wrote:
This is an initial submission for the Synopsys Designware HDMI RX
Control
> Am 28.06.2017 um 00:57 schrieb Sylwester Nawrocki :
>
> On 06/27/2017 07:48 AM, H. Nikolaus Schaller wrote:
>>> Am 26.06.2017 um 22:04 schrieb Sylwester Nawrocki :
>>>
>>> On 06/26/2017 12:35 PM, Hugues FRUCHET wrote:
> What I am missing to support the GTA04 camera is the control of the
>
On 06/28/2017 02:33 AM, Kuninori Morimoto wrote:
From: Kuninori Morimoto
Now, we can use of_graph_get_remote_endpoint(). Let's use it.
Signed-off-by: Kuninori Morimoto
Reviewed-by: Sylwester Nawrocki
30 matches
Mail list logo