All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Subject: [GIT PULL FOR v5.8] Misc Renesas-related changes
Date: Thu, 14 May 2020 04:28:44 +0300	[thread overview]
Message-ID: <20200514012844.GA7196@pendragon.ideasonboard.com> (raw)

Hello,

Just a few misc changes related to Renesas R-Car DU and associated
bridges.

The following changes since commit 3fd911b69b3117e03181262fc19ae6c3ef6962ce:

  Merge tag 'drm-misc-next-2020-05-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2020-05-08 15:17:08 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 7982471d01aac33994276bf567c8f1f3a137648a:

  drm: rcar-du: Set primary plane zpos immutably at initializing (2020-05-14 02:10:52 +0300)

----------------------------------------------------------------
R-Car Display Unit & related changes:

- DT bindings conversion to YAML
- Planes zpos sanity check and fix
- MAINTAINERS entry for LVDS panel driver

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: display: renesas: du: Document optional reset properties

Laurent Pinchart (5):
      dt-bindings: display: bridge: Reject additional properties in ports node
      dt-bindings: display: bridge: Convert simple-bridge bindings to YAML
      dt-bindings: display: bridge: thc63lvd1024: Convert binding to YAML
      drm: panels: Add MAINTAINERS entry for LVDS panel driver
      drm: plane: Verify that no or all planes have a zpos property

Tomohito Esaki (1):
      drm: rcar-du: Set primary plane zpos immutably at initializing

 .../bindings/display/bridge/adi,adv7123.txt     |  50 --------
 .../bindings/display/bridge/anx6345.yaml        |   8 ++
 .../bindings/display/bridge/dumb-vga-dac.txt    |  50 --------
 .../bindings/display/bridge/lvds-codec.yaml     |   8 ++
 .../bindings/display/bridge/ps8640.yaml         |   8 ++
 .../bindings/display/bridge/simple-bridge.yaml  |  99 ++++++++++++++
 .../display/bridge/thine,thc63lvd1024.txt       |  66 ----------
 .../display/bridge/thine,thc63lvd1024.yaml      | 121 ++++++++++++++++++
 .../bindings/display/bridge/ti,ths813x.txt      |  51 --------
 .../devicetree/bindings/display/renesas,du.txt  |  10 ++
 MAINTAINERS                                     |   8 ++
 drivers/gpu/drm/drm_blend.c                     |  10 +-
 drivers/gpu/drm/drm_plane.c                     |   9 ++
 drivers/gpu/drm/rcar-du/rcar_du_plane.c         |  16 ++-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c           |  14 +-
 15 files changed, 294 insertions(+), 234 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/display/bridge/adi,adv7123.txt
 delete mode 100644 Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt
 create mode 100644 Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml
 delete mode 100644 Documentation/devicetree/bindings/display/bridge/thine,thc63lvd1024.txt
 create mode 100644 Documentation/devicetree/bindings/display/bridge/thine,thc63lvd1024.yaml
 delete mode 100644 Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt

-- 
Regards,

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

                 reply	other threads:[~2020-05-14  1:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200514012844.GA7196@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.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.