All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org
Subject: [GIT PULL FOR v5.18] R-Car DU misc improvements
Date: Thu, 3 Mar 2022 14:12:59 +0200	[thread overview]
Message-ID: <YiCwy3FR3gPng4dN@pendragon.ideasonboard.com> (raw)

The following changes since commit 38a15ad9488e21cad8f42d3befca20f91e5b2874:

  Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2022-03-01 16:19:02 +1000)

are available in the Git repository at:

  git://linuxtv.org/pinchartl/media.git tags/du-next-20220303

for you to fetch changes up to 8ba3c7bd4dca7ac358e834eabf840012d9564356:

  drm: rcar-du: Don't restart group when enabling plane on Gen3 (2022-03-03 14:06:04 +0200)

----------------------------------------------------------------
- R-Car LVDS support for M3-W+ (R8A77961) SoC
- R-Car DU misc fixes and cleanups

----------------------------------------------------------------
Laurent Pinchart (3):
      drm: rcar-du: Drop LVDS device tree backward compatibility
      drm: rcar-du: Don't select VSP1 sink on Gen3
      drm: rcar-du: Don't restart group when enabling plane on Gen3

Nikita Yushchenko (2):
      dt-bindings: display: bridge: renesas,lvds: Document r8a77961 bindings
      drm: rcar-du: lvds: Add r8a77961 support

 .../bindings/display/bridge/renesas,lvds.yaml      |   1 +
 drivers/gpu/drm/rcar-du/Makefile                   |   6 -
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              |  21 +-
 drivers/gpu/drm/rcar-du/rcar_du_of.c               | 323 ---------------------
 drivers/gpu/drm/rcar-du/rcar_du_of.h               |  20 --
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts    |  69 -----
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts    |  43 ---
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts    |  43 ---
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts    |  43 ---
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts    |  43 ---
 drivers/gpu/drm/rcar-du/rcar_du_plane.c            |  12 +-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c              |   9 -
 drivers/gpu/drm/rcar-du/rcar_lvds.c                |   1 +
 13 files changed, 16 insertions(+), 618 deletions(-)
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of.c
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of.h
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts

-- 
Regards,

Laurent Pinchart

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>
Cc: linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: [GIT PULL FOR v5.18] R-Car DU misc improvements
Date: Thu, 3 Mar 2022 14:12:59 +0200	[thread overview]
Message-ID: <YiCwy3FR3gPng4dN@pendragon.ideasonboard.com> (raw)

The following changes since commit 38a15ad9488e21cad8f42d3befca20f91e5b2874:

  Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2022-03-01 16:19:02 +1000)

are available in the Git repository at:

  git://linuxtv.org/pinchartl/media.git tags/du-next-20220303

for you to fetch changes up to 8ba3c7bd4dca7ac358e834eabf840012d9564356:

  drm: rcar-du: Don't restart group when enabling plane on Gen3 (2022-03-03 14:06:04 +0200)

----------------------------------------------------------------
- R-Car LVDS support for M3-W+ (R8A77961) SoC
- R-Car DU misc fixes and cleanups

----------------------------------------------------------------
Laurent Pinchart (3):
      drm: rcar-du: Drop LVDS device tree backward compatibility
      drm: rcar-du: Don't select VSP1 sink on Gen3
      drm: rcar-du: Don't restart group when enabling plane on Gen3

Nikita Yushchenko (2):
      dt-bindings: display: bridge: renesas,lvds: Document r8a77961 bindings
      drm: rcar-du: lvds: Add r8a77961 support

 .../bindings/display/bridge/renesas,lvds.yaml      |   1 +
 drivers/gpu/drm/rcar-du/Makefile                   |   6 -
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              |  21 +-
 drivers/gpu/drm/rcar-du/rcar_du_of.c               | 323 ---------------------
 drivers/gpu/drm/rcar-du/rcar_du_of.h               |  20 --
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts    |  69 -----
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts    |  43 ---
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts    |  43 ---
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts    |  43 ---
 .../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts    |  43 ---
 drivers/gpu/drm/rcar-du/rcar_du_plane.c            |  12 +-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c              |   9 -
 drivers/gpu/drm/rcar-du/rcar_lvds.c                |   1 +
 13 files changed, 16 insertions(+), 618 deletions(-)
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of.c
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of.h
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts
 delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts

-- 
Regards,

Laurent Pinchart

             reply	other threads:[~2022-03-03 12:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03 12:12 Laurent Pinchart [this message]
2022-03-03 12:12 ` [GIT PULL FOR v5.18] R-Car DU misc improvements 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=YiCwy3FR3gPng4dN@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-renesas-soc@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.