All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH 0/5] R-Car DU fixes and support for R8A7791
Date: Mon, 18 Nov 2013 08:23:11 +0000	[thread overview]
Message-ID: <20131118082309.GB1506@verge.net.au> (raw)
In-Reply-To: <1384350735-4419-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

Hi Laurent,

I am wondering if you have any patches to wire up this driver
for the Koelsch board so that I might test it.

On Wed, Nov 13, 2013 at 02:52:10PM +0100, Laurent Pinchart wrote:
> Hello,
> 
> This patch series adds support for the DU found in the R8A7791 SoC. It starts
> by a cleanup patch (1/5), a bug fix (2/5), two preparation patches (3/5 and
> 4/5) and finally adds support for the R8A7791 DU (5/5).
> 
> Patch 2/5 is a candidate for stable kernels. There's no rush to get this
> upstreamed in v3.13, v3.14 is fine.
> 
> The series is based on top of the latest drm-next branch.
> 
> Laurent Pinchart (5):
>   drm/rcar-du: Don't cast crtc to rcrtc twice in the same function
>   drm/rcar-du: Update plane pitch in .mode_set_base() operation
>   drm/rcar-du: Split features and quirks
>   drm/rcar-du: Add LVDS_LANES quirk
>   drm/rcar-du: Add support for the r8a7791 DU
> 
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.c    |  3 +--
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c     | 24 ++++++++++++++++++++++--
>  drivers/gpu/drm/rcar-du/rcar_du_drv.h     | 14 ++++++++++++--
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c     |  4 ++--
>  drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 15 ++++++++++-----
>  drivers/gpu/drm/rcar-du/rcar_du_plane.c   | 21 +++++++++++----------
>  6 files changed, 58 insertions(+), 23 deletions(-)
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org, linux-sh@vger.kernel.org
Subject: Re: [PATCH 0/5] R-Car DU fixes and support for R8A7791
Date: Mon, 18 Nov 2013 17:23:11 +0900	[thread overview]
Message-ID: <20131118082309.GB1506@verge.net.au> (raw)
In-Reply-To: <1384350735-4419-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

Hi Laurent,

I am wondering if you have any patches to wire up this driver
for the Koelsch board so that I might test it.

On Wed, Nov 13, 2013 at 02:52:10PM +0100, Laurent Pinchart wrote:
> Hello,
> 
> This patch series adds support for the DU found in the R8A7791 SoC. It starts
> by a cleanup patch (1/5), a bug fix (2/5), two preparation patches (3/5 and
> 4/5) and finally adds support for the R8A7791 DU (5/5).
> 
> Patch 2/5 is a candidate for stable kernels. There's no rush to get this
> upstreamed in v3.13, v3.14 is fine.
> 
> The series is based on top of the latest drm-next branch.
> 
> Laurent Pinchart (5):
>   drm/rcar-du: Don't cast crtc to rcrtc twice in the same function
>   drm/rcar-du: Update plane pitch in .mode_set_base() operation
>   drm/rcar-du: Split features and quirks
>   drm/rcar-du: Add LVDS_LANES quirk
>   drm/rcar-du: Add support for the r8a7791 DU
> 
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.c    |  3 +--
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c     | 24 ++++++++++++++++++++++--
>  drivers/gpu/drm/rcar-du/rcar_du_drv.h     | 14 ++++++++++++--
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c     |  4 ++--
>  drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 15 ++++++++++-----
>  drivers/gpu/drm/rcar-du/rcar_du_plane.c   | 21 +++++++++++----------
>  6 files changed, 58 insertions(+), 23 deletions(-)
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2013-11-18  8:23 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-13 13:52 [PATCH 0/5] R-Car DU fixes and support for R8A7791 Laurent Pinchart
2013-11-13 13:52 ` Laurent Pinchart
2013-11-13 13:52 ` [PATCH 1/5] drm/rcar-du: Don't cast crtc to rcrtc twice in the same function Laurent Pinchart
2013-11-13 13:52   ` Laurent Pinchart
2013-11-13 13:52 ` [PATCH 2/5] drm/rcar-du: Update plane pitch in .mode_set_base() operation Laurent Pinchart
2013-11-13 13:52   ` Laurent Pinchart
2013-11-13 13:52 ` [PATCH 3/5] drm/rcar-du: Split features and quirks Laurent Pinchart
2013-11-13 13:52   ` Laurent Pinchart
2013-11-13 13:52 ` [PATCH 4/5] drm/rcar-du: Add LVDS_LANES quirk Laurent Pinchart
2013-11-13 13:52   ` Laurent Pinchart
2013-11-13 13:52 ` [PATCH 5/5] drm/rcar-du: Add support for the r8a7791 DU Laurent Pinchart
2013-11-13 13:52   ` Laurent Pinchart
2013-11-18  8:23 ` Simon Horman [this message]
2013-11-18  8:23   ` [PATCH 0/5] R-Car DU fixes and support for R8A7791 Simon Horman
2013-11-18 11:20   ` Laurent Pinchart
2013-11-18 11:20     ` 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=20131118082309.GB1506@verge.net.au \
    --to=horms@verge.net.au \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-sh@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 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.