From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: airlied@gmail.com
Cc: dri-devel@lists.freedesktop.org, linux-sh@vger.kernel.org
Subject: [GIT PULL FOR v3.20] R-Car DU fixes and enhancements
Date: Tue, 23 Dec 2014 10:03:34 +0000 [thread overview]
Message-ID: <2195818.kbPWsnQAkp@avalon> (raw)
Hi Dave,
The following changes since commit 4e0cd68115620bc3236ff4e58e4c073948629b41:
drm: sti: fix module compilation issue (2014-12-15 17:07:57 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git drm/next/du
for you to fetch changes up to 906eff7fcada4186cde54eb89572fb774ab294a0:
drm: rcar-du: Implement support for interlaced modes (2014-12-23 12:01:52
+0200)
----------------------------------------------------------------
Laurent Pinchart (10):
drm: adv7511: Remove interlaced mode check
drm: rcar-du: Don't fail probe in case of partial encoder init error
drm: rcar-du: Configure pitch for chroma plane of multiplanar formats
drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction
drm: rcar-du: Refactor DEFR8 feature
drm: rcar-du: Add support for external pixel clock
drm: rcar-du: Output HSYNC instead of CSYNC
drm: rcar-du: Enable hotplug detection on HDMI connector
drm: rcar-du: Clamp DPMS states to on and off
drm: rcar-du: Implement support for interlaced modes
Documentation/devicetree/bindings/video/renesas,du.txt | 4 ++
drivers/gpu/drm/i2c/adv7511.c | 3 -
drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 95 +++++++++++++----
drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 1 +
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 6 +-
drivers/gpu/drm/rcar-du/rcar_du_drv.h | 2 +-
drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 34 +++++----
drivers/gpu/drm/rcar-du/rcar_du_group.c | 21 ++++--
drivers/gpu/drm/rcar-du/rcar_du_hdmicon.c | 2 +
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c | 18 +++++
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 15 +++-
drivers/gpu/drm/rcar-du/rcar_du_plane.c | 20 +++++-
drivers/gpu/drm/rcar-du/rcar_du_regs.h | 5 +-
drivers/gpu/drm/rcar-du/rcar_du_vgacon.c | 1 +
14 files changed, 180 insertions(+), 47 deletions(-)
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: airlied@gmail.com
Cc: dri-devel@lists.freedesktop.org, linux-sh@vger.kernel.org
Subject: [GIT PULL FOR v3.20] R-Car DU fixes and enhancements
Date: Tue, 23 Dec 2014 12:03:34 +0200 [thread overview]
Message-ID: <2195818.kbPWsnQAkp@avalon> (raw)
Hi Dave,
The following changes since commit 4e0cd68115620bc3236ff4e58e4c073948629b41:
drm: sti: fix module compilation issue (2014-12-15 17:07:57 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git drm/next/du
for you to fetch changes up to 906eff7fcada4186cde54eb89572fb774ab294a0:
drm: rcar-du: Implement support for interlaced modes (2014-12-23 12:01:52
+0200)
----------------------------------------------------------------
Laurent Pinchart (10):
drm: adv7511: Remove interlaced mode check
drm: rcar-du: Don't fail probe in case of partial encoder init error
drm: rcar-du: Configure pitch for chroma plane of multiplanar formats
drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction
drm: rcar-du: Refactor DEFR8 feature
drm: rcar-du: Add support for external pixel clock
drm: rcar-du: Output HSYNC instead of CSYNC
drm: rcar-du: Enable hotplug detection on HDMI connector
drm: rcar-du: Clamp DPMS states to on and off
drm: rcar-du: Implement support for interlaced modes
Documentation/devicetree/bindings/video/renesas,du.txt | 4 ++
drivers/gpu/drm/i2c/adv7511.c | 3 -
drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 95 +++++++++++++----
drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 1 +
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 6 +-
drivers/gpu/drm/rcar-du/rcar_du_drv.h | 2 +-
drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 34 +++++----
drivers/gpu/drm/rcar-du/rcar_du_group.c | 21 ++++--
drivers/gpu/drm/rcar-du/rcar_du_hdmicon.c | 2 +
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c | 18 +++++
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 15 +++-
drivers/gpu/drm/rcar-du/rcar_du_plane.c | 20 +++++-
drivers/gpu/drm/rcar-du/rcar_du_regs.h | 5 +-
drivers/gpu/drm/rcar-du/rcar_du_vgacon.c | 1 +
14 files changed, 180 insertions(+), 47 deletions(-)
--
Regards,
Laurent Pinchart
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2014-12-23 10:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-23 10:03 Laurent Pinchart [this message]
2014-12-23 10:03 ` [GIT PULL FOR v3.20] R-Car DU fixes and enhancements Laurent Pinchart
2015-01-16 15:37 ` Laurent Pinchart
2015-01-16 15:37 ` 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=2195818.kbPWsnQAkp@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--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.