All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR renesas-drivers] Display List Optimizations
@ 2017-08-14 17:07 Kieran Bingham
  2017-08-16  7:24 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Kieran Bingham @ 2017-08-14 17:07 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-renesas-soc; +Cc: Kieran Bingham

From: Kieran Bingham <kieran.bingham@ideasonboard.com>

Hi Geert,

Please consider pulling the following changes into renesas-drivers.

This series is based upon a merge of my previous pa-improvements/v4 and
airlied-drm/drm-next to base on top of all pending VSP1 changes.


The following changes since commit f44bd631453bf7dcbe57f79b924db3a6dd038bff:

  Merge remote-tracking branch 'airlied-drm/drm-next' into vsp1/next (2017-08-08 19:51:06 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git tags/vsp1/tlb-optimise-v2

for you to fetch changes up to fa078611769415d7adbad208f1299d05bee3bda8:

  v4l: vsp1: Reduce display list body size (2017-08-14 15:58:38 +0100)

----------------------------------------------------------------
Kieran Bingham (8):
      v4l: vsp1: Protect fragments against overflow
      v4l: vsp1: Provide a fragment pool
      v4l: vsp1: Convert display lists to use new fragment pool
      v4l: vsp1: Use reference counting for fragments
      v4l: vsp1: Refactor display list configure operations
      v4l: vsp1: Adapt entities to configure into a body
      v4l: vsp1: Move video configuration to a cached dlb
      v4l: vsp1: Reduce display list body size

 drivers/media/platform/vsp1/vsp1_bru.c    |  32 ++-
 drivers/media/platform/vsp1/vsp1_clu.c    |  86 +++++---
 drivers/media/platform/vsp1/vsp1_clu.h    |   1 +
 drivers/media/platform/vsp1/vsp1_dl.c     | 331 ++++++++++++++++--------------
 drivers/media/platform/vsp1/vsp1_dl.h     |  13 +-
 drivers/media/platform/vsp1/vsp1_drm.c    |  21 +-
 drivers/media/platform/vsp1/vsp1_entity.c |  23 ++-
 drivers/media/platform/vsp1/vsp1_entity.h |  31 ++-
 drivers/media/platform/vsp1/vsp1_hgo.c    |  26 +--
 drivers/media/platform/vsp1/vsp1_hgt.c    |  28 ++-
 drivers/media/platform/vsp1/vsp1_hsit.c   |  20 +-
 drivers/media/platform/vsp1/vsp1_lif.c    |  23 +--
 drivers/media/platform/vsp1/vsp1_lut.c    |  65 ++++--
 drivers/media/platform/vsp1/vsp1_lut.h    |   1 +
 drivers/media/platform/vsp1/vsp1_pipe.c   |   8 +-
 drivers/media/platform/vsp1/vsp1_pipe.h   |   7 +-
 drivers/media/platform/vsp1/vsp1_rpf.c    | 179 ++++++++--------
 drivers/media/platform/vsp1/vsp1_sru.c    |  24 +--
 drivers/media/platform/vsp1/vsp1_uds.c    |  73 ++++---
 drivers/media/platform/vsp1/vsp1_uds.h    |   2 +-
 drivers/media/platform/vsp1/vsp1_video.c  |  82 ++++----
 drivers/media/platform/vsp1/vsp1_video.h  |   2 +
 drivers/media/platform/vsp1/vsp1_wpf.c    | 325 +++++++++++++++--------------
 23 files changed, 753 insertions(+), 650 deletions(-)

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

* Re: [GIT PULL FOR renesas-drivers] Display List Optimizations
  2017-08-14 17:07 [GIT PULL FOR renesas-drivers] Display List Optimizations Kieran Bingham
@ 2017-08-16  7:24 ` Geert Uytterhoeven
  2017-08-16  8:16   ` Kieran Bingham
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-08-16  7:24 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: Linux-Renesas, Kieran Bingham

Hi Kieran,

On Mon, Aug 14, 2017 at 7:07 PM, Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
> Please consider pulling the following changes into renesas-drivers.
>
> This series is based upon a merge of my previous pa-improvements/v4 and
> airlied-drm/drm-next to base on top of all pending VSP1 changes.

OK, so I'll drop your vsp1/pa-improvements/v2.

> The following changes since commit f44bd631453bf7dcbe57f79b924db3a6dd038bff:
>
>   Merge remote-tracking branch 'airlied-drm/drm-next' into vsp1/next (2017-08-08 19:51:06 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git tags/vsp1/tlb-optimise-v2
>
> for you to fetch changes up to fa078611769415d7adbad208f1299d05bee3bda8:
>
>   v4l: vsp1: Reduce display list body size (2017-08-14 15:58:38 +0100)

Thank you, merges cleanly into today's linux-next.

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 FOR renesas-drivers] Display List Optimizations
  2017-08-16  7:24 ` Geert Uytterhoeven
@ 2017-08-16  8:16   ` Kieran Bingham
  0 siblings, 0 replies; 3+ messages in thread
From: Kieran Bingham @ 2017-08-16  8:16 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas, Kieran Bingham

Hi Geert,

>>
>> This series is based upon a merge of my previous pa-improvements/v4 and
>> airlied-drm/drm-next to base on top of all pending VSP1 changes.
> 
> OK, so I'll drop your vsp1/pa-improvements/v2.

That sounds reasonable :D

>>   git://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git tags/vsp1/tlb-optimise-v2
>>
>> for you to fetch changes up to fa078611769415d7adbad208f1299d05bee3bda8:
>>
>>   v4l: vsp1: Reduce display list body size (2017-08-14 15:58:38 +0100)
> 
> Thank you, merges cleanly into today's linux-next.

Great thanks!

--
Kieran

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

end of thread, other threads:[~2017-08-16  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-14 17:07 [GIT PULL FOR renesas-drivers] Display List Optimizations Kieran Bingham
2017-08-16  7:24 ` Geert Uytterhoeven
2017-08-16  8:16   ` Kieran Bingham

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.