All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] v4l: vsp1: Partition phase developments
@ 2017-02-10 20:36 Kieran Bingham
  2017-02-13 10:03 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Kieran Bingham @ 2017-02-10 20:36 UTC (permalink / raw)
  To: geert, linux-renesas-soc, kieran.bingham; +Cc: Kieran Bingham

Hi Geert,

The following changes since commit 0c3b6ad6a559391f367879fd4be6d2d85625bd5a:

  v4l: vsp1: Remove redundant context variables (Tue,  1 Nov 2016 15:01:02 +0000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git refs/tags/vsp1/pa-phases-2017-02-10

for you to fetch changes up to 19c6a7d542809dc814b5dfb11ba8ab737eab56f9:

  v4l: vsp1: Implement left edge partition algorithm overlap (Thu,  9 Feb 2017 22:08:34 +0000)

This work further continues my developments on the partition algorithm
for the VSP UDS and SRU components.

----------------------------------------------------------------
Kieran Bingham (8):
  v4l: vsp1: Provide UDS register updates
  v4l: vsp1: Track the SRU entity in the pipeline
  v4l: vsp1: Correct image partition parameters
  v4l: vsp1: Move partition rectangles to struct
  v4l: vsp1: Operate on partition struct data directly
  v4l: vsp1: Allow entities to participate in the partition algorithm
  v4l: vsp1: Calculate UDS phase for partitions
  v4l: vsp1: Implement left edge partition algorithm overlap

 drivers/media/platform/vsp1/vsp1_entity.h |   8 +-
 drivers/media/platform/vsp1/vsp1_pipe.c   |  22 ++++-
 drivers/media/platform/vsp1/vsp1_pipe.h   |  49 +++++++-
 drivers/media/platform/vsp1/vsp1_regs.h   |  14 ++-
 drivers/media/platform/vsp1/vsp1_rpf.c    |  40 +++---
 drivers/media/platform/vsp1/vsp1_sru.c    |  29 +++++-
 drivers/media/platform/vsp1/vsp1_uds.c    | 144 ++++++++++++++++++++++-
 drivers/media/platform/vsp1/vsp1_video.c  |  82 ++++++++-----
 drivers/media/platform/vsp1/vsp1_wpf.c    |  34 +++--
 9 files changed, 364 insertions(+), 58 deletions(-)

-- 
git-series 0.9.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] v4l: vsp1: Partition phase developments
  2017-02-10 20:36 [GIT PULL] v4l: vsp1: Partition phase developments Kieran Bingham
@ 2017-02-13 10:03 ` Geert Uytterhoeven
  2017-03-07 15:51   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-02-13 10:03 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: Linux-Renesas, Kieran Bingham

Hi Kieran,

On Fri, Feb 10, 2017 at 9:36 PM, Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
> The following changes since commit 0c3b6ad6a559391f367879fd4be6d2d85625bd5a:
>
>   v4l: vsp1: Remove redundant context variables (Tue,  1 Nov 2016 15:01:02 +0000)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git refs/tags/vsp1/pa-phases-2017-02-10

s/https/git/ is faster ;-)

> for you to fetch changes up to 19c6a7d542809dc814b5dfb11ba8ab737eab56f9:
>
>   v4l: vsp1: Implement left edge partition algorithm overlap (Thu,  9 Feb 2017 22:08:34 +0000)
>
> This work further continues my developments on the partition algorithm
> for the VSP UDS and SRU components.

Thank you, scheduled for inclusion in next renesas-drivers release
(probably renesas-drivers-2017-02-21-v4.10).

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] v4l: vsp1: Partition phase developments
  2017-02-13 10:03 ` Geert Uytterhoeven
@ 2017-03-07 15:51   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-03-07 15:51 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: Linux-Renesas, Kieran Bingham, Laurent Pinchart

Hi Kieran,

On Mon, Feb 13, 2017 at 11:03 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Fri, Feb 10, 2017 at 9:36 PM, Kieran Bingham
> <kieran.bingham+renesas@ideasonboard.com> wrote:
>> The following changes since commit 0c3b6ad6a559391f367879fd4be6d2d85625bd5a:
>>
>>   v4l: vsp1: Remove redundant context variables (Tue,  1 Nov 2016 15:01:02 +0000)
>>
>> are available in the git repository at:
>>
>>   https://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git refs/tags/vsp1/pa-phases-2017-02-10
>
> s/https/git/ is faster ;-)
>
>> for you to fetch changes up to 19c6a7d542809dc814b5dfb11ba8ab737eab56f9:
>>
>>   v4l: vsp1: Implement left edge partition algorithm overlap (Thu,  9 Feb 2017 22:08:34 +0000)
>>
>> This work further continues my developments on the partition algorithm
>> for the VSP UDS and SRU components.
>
> Thank you, scheduled for inclusion in next renesas-drivers release
> (probably renesas-drivers-2017-02-21-v4.10).

I've dropped this branch from today's renesas-drivers-2017-03-07-v4.11-rc1,
because it conflicted badly with Laurent's vsp1/histogram, and your branch
hadn't been updated in a while.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-07 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-10 20:36 [GIT PULL] v4l: vsp1: Partition phase developments Kieran Bingham
2017-02-13 10:03 ` Geert Uytterhoeven
2017-03-07 15:51   ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.