public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-media@vger.kernel.org
Cc: Dave Airlie <airlied@linux.ie>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>
Subject: Re: [GIT PULL FOR v4.7] Renesas VSP updates
Date: Sun, 15 May 2016 23:21:26 +0300	[thread overview]
Message-ID: <3580152.FdhMeqdA5C@avalon> (raw)
In-Reply-To: <146308505.rpggZ7d6pq@avalon>

Hi Mauro,

I've found a small issue in one of the patches. As you don't plan to apply the 
series to v4.7 anyway I'll fix the problem and send a new pull request.

Another issue I wanted to mention is that the two rcar-du patches will very 
likely conflict with patches merged through Dave's tree for v4.8 (be accurate 
with the generic zpos property series posted by Benjamin Gaignard). Dave, one 
way to handle this would be for Mauro to merge this series very early in his 
tree (as soon as possible after the v4.6 release) and provide you with a 
stable branch to pull in your tree, on top of which Benjamin would have to 
rebase his series (the conflict will be easy to solve). Would that work for 
everybody ?

On Wednesday 11 May 2016 16:23:01 Laurent Pinchart wrote:
> Hi Mauro,
> 
> The following changes since commit aff093d4bbca91f543e24cde2135f393b8130f4b:
> 
>   [media] exynos-gsc: avoid build warning without CONFIG_OF (2016-05-09
> 18:38:33 -0300)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/pinchartl/media.git vsp1/next
> 
> for you to fetch changes up to 01986b08a08353a23bc89a588a14966cb0a09e0d:
> 
>   v4l: vsp1: Remove deprecated DRM API (2016-05-11 16:07:44 +0300)
> 
> Please note that the pull request includes two patches for the rcar-du-drm
> driver. They depend on previous patches for the vsp1 driver in the same
> series, and the last vsp1 patch depends on them. For this reason I'm
> submitting everything in a single pull request to you, with Dave's ack to
> get the rcar-du-drm patches merged through your tree. They shouldn't
> conflict with anything queued in Dave's tree for v4.7.
> 
> ----------------------------------------------------------------
> Laurent Pinchart (13):
>       dt-bindings: Add Renesas R-Car FCP DT bindings
>       v4l: Add Renesas R-Car FCP driver
>       v4l: vsp1: Implement runtime PM support
>       v4l: vsp1: Don't handle clocks manually
>       v4l: vsp1: Add FCP support
>       v4l: vsp1: Add output node value to routing table
>       v4l: vsp1: Replace container_of() with dedicated macro
>       v4l: vsp1: Make vsp1_entity_get_pad_compose() more generic
>       v4l: vsp1: Move frame sequence number from video node to pipeline
>       v4l: vsp1: Group DRM RPF parameters in a structure
>       drm: rcar-du: Add alpha support for VSP planes
>       drm: rcar-du: Add Z-order support for VSP planes
>       v4l: vsp1: Remove deprecated DRM API
> 
>  Documentation/devicetree/bindings/media/renesas,fcp.txt |  32 +++++
>  .../devicetree/bindings/media/renesas,vsp1.txt          |   5 +
>  MAINTAINERS                                             |  10 ++
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.c                   |  45 +++---
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.h                   |   2 +
>  drivers/media/platform/Kconfig                          |  14 ++
>  drivers/media/platform/Makefile                         |   1 +
>  drivers/media/platform/rcar-fcp.c                       | 181 +++++++++++++
>  drivers/media/platform/vsp1/vsp1.h                      |   6 +-
>  drivers/media/platform/vsp1/vsp1_drm.c                  |  68 ++++-----
>  drivers/media/platform/vsp1/vsp1_drv.c                  | 120 +++++--------
>  drivers/media/platform/vsp1/vsp1_entity.c               |  88 ++++++++----
>  drivers/media/platform/vsp1/vsp1_entity.h               |  12 +-
>  drivers/media/platform/vsp1/vsp1_pipe.c                 |   4 +-
>  drivers/media/platform/vsp1/vsp1_pipe.h                 |   2 +
>  drivers/media/platform/vsp1/vsp1_rpf.c                  |   7 +-
>  drivers/media/platform/vsp1/vsp1_video.c                |   4 +-
>  drivers/media/platform/vsp1/vsp1_video.h                |   1 -
>  include/media/rcar-fcp.h                                |  37 +++++
>  include/media/vsp1.h                                    |  29 ++--
>  20 files changed, 497 insertions(+), 171 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/media/renesas,fcp.txt
>  create mode 100644 drivers/media/platform/rcar-fcp.c
>  create mode 100644 include/media/rcar-fcp.h

-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2016-05-15 20:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 13:23 [GIT PULL FOR v4.7] Renesas VSP updates Laurent Pinchart
2016-05-15 20:21 ` Laurent Pinchart [this message]
2016-05-23  8:57   ` Benjamin Gaignard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3580152.FdhMeqdA5C@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=airlied@linux.ie \
    --cc=benjamin.gaignard@linaro.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox