All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Dave Airlie <airlied@redhat.com>
Cc: dri-devel@lists.freedesktop.org,
	Mauro Carvalho Chehab <mchehab@s-opensource.com>,
	linux-renesas-soc@vger.kernel.org
Subject: [GIT PULL FOR v4.16] R-Car DU changes
Date: Mon, 04 Dec 2017 18:41:58 +0200	[thread overview]
Message-ID: <1784882.AJy1sGis87@avalon> (raw)

Hi Dave,

The following changes since commit ca797d29cd63e7b71b4eea29aff3b1cefd1ecb59:

  Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/
drm/drm-intel into drm-next (2017-12-04 10:56:53 +1000)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git drm/next/du

for you to fetch changes up to 401712e035c699d569dbd37024f4b21dc76cc870:

  drm: rcar-du: Clip planes to screen boundaries (2017-12-04 18:38:31 +0200)

The series contains one patch that touches the V4L2 VSP driver. Mauro has 
acked it for merge through your tree, it doesn't conflict with anything 
scheduled for merge in v4.16 through Mauro's tree.

----------------------------------------------------------------
Fabrizio Castro (3):
      dt-bindings: display: rcar-du: Document R8A774[35] DU
      drm: rcar-du: Add R8A7743 support
      drm: rcar-du: Add R8A7745 support

Kieran Bingham (2):
      drm: rcar-du: Implement system suspend/resume support
      drm: rcar-du: Remove unused CRTC suspend/resume functions

Laurent Pinchart (4):
      drm: rcar-du: Don't set connector DPMS property
      v4l: vsp1: Start and stop DRM pipeline independently of planes
      drm: rcar-du: Share plane atomic check code between Gen2 and Gen3
      drm: rcar-du: Clip planes to screen boundaries

 .../devicetree/bindings/display/renesas,du.txt          | 30 +++++-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c                  | 38 +------------
 drivers/gpu/drm/rcar-du/rcar_du_drv.c                   | 62 +++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_drv.h                   |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c               |  4 --
 drivers/gpu/drm/rcar-du/rcar_du_plane.c                 | 75 ++++++++++++----
 drivers/gpu/drm/rcar-du/rcar_du_plane.h                 |  4 ++
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c                   | 64 ++++++----------
 drivers/media/platform/vsp1/vsp1_drm.c                  | 37 ++++++++----
 9 files changed, 187 insertions(+), 128 deletions(-)

-- 
Regards,

Laurent Pinchart

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Dave Airlie <airlied@redhat.com>
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
	linux-renesas-soc@vger.kernel.org,
	dri-devel@lists.freedesktop.org
Subject: [GIT PULL FOR v4.16] R-Car DU changes
Date: Mon, 04 Dec 2017 18:41:58 +0200	[thread overview]
Message-ID: <1784882.AJy1sGis87@avalon> (raw)

Hi Dave,

The following changes since commit ca797d29cd63e7b71b4eea29aff3b1cefd1ecb59:

  Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/
drm/drm-intel into drm-next (2017-12-04 10:56:53 +1000)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git drm/next/du

for you to fetch changes up to 401712e035c699d569dbd37024f4b21dc76cc870:

  drm: rcar-du: Clip planes to screen boundaries (2017-12-04 18:38:31 +0200)

The series contains one patch that touches the V4L2 VSP driver. Mauro has 
acked it for merge through your tree, it doesn't conflict with anything 
scheduled for merge in v4.16 through Mauro's tree.

----------------------------------------------------------------
Fabrizio Castro (3):
      dt-bindings: display: rcar-du: Document R8A774[35] DU
      drm: rcar-du: Add R8A7743 support
      drm: rcar-du: Add R8A7745 support

Kieran Bingham (2):
      drm: rcar-du: Implement system suspend/resume support
      drm: rcar-du: Remove unused CRTC suspend/resume functions

Laurent Pinchart (4):
      drm: rcar-du: Don't set connector DPMS property
      v4l: vsp1: Start and stop DRM pipeline independently of planes
      drm: rcar-du: Share plane atomic check code between Gen2 and Gen3
      drm: rcar-du: Clip planes to screen boundaries

 .../devicetree/bindings/display/renesas,du.txt          | 30 +++++-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c                  | 38 +------------
 drivers/gpu/drm/rcar-du/rcar_du_drv.c                   | 62 +++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_drv.h                   |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c               |  4 --
 drivers/gpu/drm/rcar-du/rcar_du_plane.c                 | 75 ++++++++++++----
 drivers/gpu/drm/rcar-du/rcar_du_plane.h                 |  4 ++
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c                   | 64 ++++++----------
 drivers/media/platform/vsp1/vsp1_drm.c                  | 37 ++++++++----
 9 files changed, 187 insertions(+), 128 deletions(-)

-- 
Regards,

Laurent Pinchart

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2017-12-04 16:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 16:41 Laurent Pinchart [this message]
2017-12-04 16:41 ` [GIT PULL FOR v4.16] R-Car DU changes Laurent Pinchart

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=1784882.AJy1sGis87@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=airlied@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mchehab@s-opensource.com \
    /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 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.