mbox series

[GIT,PULL,FOR,renesas-drivers] DU -next branch

Message ID 4714815.IyZ5WZzCdP@avalon (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL,FOR,renesas-drivers] DU -next branch | expand

Pull-request

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

Message

Laurent Pinchart Dec. 16, 2018, 5:12 p.m. UTC
Hi Geert,

The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:

  Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e4b271f20598eb17c60a508dcba1e35a4f9d2a8c:

  drm: rcar-du: Disable unused DPAD outputs (2018-12-16 13:55:03 +0200)

They contain all the pending DU patches, scheduled for v4.22, on top of Dave's 
latest drm-next branch.

----------------------------------------------------------------
Fabrizio Castro (4):
      dt-bindings: display: renesas: du: Document r8a774c0 bindings
      dt-bindings: display: renesas: lvds: Document r8a774c0 bindings
      drm: rcar-du: Add r8a774c0 device support
      drm: rcar-du: lvds: add R8A774C0 support

Geert Uytterhoeven (1):
      drm: rcar-du: Convert live DT patches to sugar syntax

Laurent Pinchart (4):
      drm: rcar-du: dw-hdmi: Reject modes with a too high clock frequency
      drm: rcar-du: Replace EXT_CTRL_REGS feature flag with generation check
      drm: rcar-du: Move CRTC outputs bitmask to private CRTC state
      drm: rcar-du: Disable unused DPAD outputs

 .../devicetree/bindings/display/bridge/renesas,lvds.txt |  3 +-
 .../devicetree/bindings/display/renesas,du.txt          |  2 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c                  | 42 ++++++-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h                  |  7 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c                   | 41 +++++++----
 drivers/gpu/drm/rcar-du/rcar_du_drv.h                   |  8 +--
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c               | 10 ---
 drivers/gpu/drm/rcar-du/rcar_du_group.c                 | 51 ++++++++++++--
 drivers/gpu/drm/rcar-du/rcar_du_kms.c                   | 22 ++++++
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts     | 93 +++++++---------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c                  | 15 ++++
 drivers/gpu/drm/rcar-du/rcar_lvds.c                     |  1 +
 16 files changed, 278 insertions(+), 229 deletions(-)

Comments

Geert Uytterhoeven Dec. 17, 2018, 1:42 p.m. UTC | #1
Hi Laurent,

On Sun, Dec 16, 2018 at 6:11 PM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:
>
>   Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
> linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)
>
> are available in the Git repository at:
>
>   git://linuxtv.org/pinchartl/media.git drm/du/next
>
> for you to fetch changes up to e4b271f20598eb17c60a508dcba1e35a4f9d2a8c:
>
>   drm: rcar-du: Disable unused DPAD outputs (2018-12-16 13:55:03 +0200)
>
> They contain all the pending DU patches, scheduled for v4.22, on top of Dave's
> latest drm-next branch.

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

Gr{oetje,eeting}s,

                        Geert
Geert Uytterhoeven April 30, 2019, 10:38 a.m. UTC | #2
Hi Laurent,

On Sun, Dec 16, 2018 at 6:11 PM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:
>
>   Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
> linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)
>
> are available in the Git repository at:
>
>   git://linuxtv.org/pinchartl/media.git drm/du/next

Please rebase your branch. It conflicts due to newer versions of some commits
having been accepted in an upstream integration tree.

Thanks!

Gr{oetje,eeting}s,

                        Geert
Laurent Pinchart April 30, 2019, 11:03 a.m. UTC | #3
Hi Geert,

On Tue, Apr 30, 2019 at 12:38:40PM +0200, Geert Uytterhoeven wrote:
> On Sun, Dec 16, 2018 at 6:11 PM Laurent Pinchart wrote:
> > The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:
> >
> >   Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
> > linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)
> >
> > are available in the Git repository at:
> >
> >   git://linuxtv.org/pinchartl/media.git drm/du/next
> 
> Please rebase your branch. It conflicts due to newer versions of some commits
> having been accepted in an upstream integration tree.

Thank you for the notification. v5.1 is about to be released, I plan to
rebase then.