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.16] R-Car DU & other misc enhancements
Date: Thu, 7 Oct 2021 06:03:26 +0300	[thread overview]
Message-ID: <YV5jfi+/qjTJKeb3@pendragon.ideasonboard.com> (raw)

Hi Dave and Daniel,

The following changes since commit 1e3944578b749449bd7fa6bf0bae4c3d3f5f1733:

  Merge tag 'amd-drm-next-5.16-2021-09-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2021-09-28 17:08:26 +1000)

are available in the Git repository at:

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

for you to fetch changes up to b291fdcf51140fef69a9734caaca704d010dd02f:

  drm: rcar-du: Add r8a779a0 device support (2021-10-07 05:59:54 +0300)

----------------------------------------------------------------
R-Car DU improvements & enhancements to misc drivers

Most notably,

- Non-contiguous buffer import support for rcar-du
- r8a779a0 support preparation for rcar-du
- COMPILE_TEST fixes for omapdrm and sti

----------------------------------------------------------------
Cai Huoqing (2):
      drm/shmobile: Make use of the helper function devm_platform_ioremap_resource()
      drm: rcar-du: Make use of the helper function devm_platform_ioremap_resource()

Kieran Bingham (6):
      dt-bindings: display: renesas,du: Provide bindings for r8a779a0
      drm: rcar-du: Sort the DU outputs
      drm: rcar-du: Only initialise TVM_TVSYNC mode when supported
      drm: rcar-du: Fix DIDSR field name
      drm: rcar-du: Split CRTC IRQ and Clock features
      drm: rcar-du: Add r8a779a0 device support

Laurent Pinchart (9):
      drm: rcar-du: Don't create encoder for unconnected LVDS outputs
      drm: rcar-du: Improve kernel log messages when initializing encoders
      drm: rcar-du: Set the DMA coherent mask for the DU device
      drm: rcar-du: Allow importing non-contiguous dma-buf with VSP
      drm: property: Replace strncpy() with strscpy_pad()
      drm/omap: Use correct printk format specifiers for size_t
      drm/omap: Cast pointer to integer without generating warning
      drm/omap: Depend on CONFIG_OF
      drm/sti: Use correct printk format specifiers for size_t

 .../devicetree/bindings/display/renesas,du.yaml    |  51 ++++++++++
 drivers/gpu/drm/drm_property.c                     |   9 +-
 drivers/gpu/drm/omapdrm/Kconfig                    |   2 +-
 drivers/gpu/drm/omapdrm/dss/dsi.c                  |   4 +-
 drivers/gpu/drm/omapdrm/omap_drv.c                 |   2 +-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c             |   9 +-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h             |  11 ---
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 108 +++++++++++++++++----
 drivers/gpu/drm/rcar-du/rcar_du_drv.h              |  26 ++++-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c          |  28 ++++--
 drivers/gpu/drm/rcar-du/rcar_du_group.c            |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c              |  50 +++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.h              |   7 ++
 drivers/gpu/drm/rcar-du/rcar_du_regs.h             |   9 +-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c              |  36 ++++++-
 drivers/gpu/drm/rcar-du/rcar_lvds.c                |  15 ++-
 drivers/gpu/drm/rcar-du/rcar_lvds.h                |   5 +
 drivers/gpu/drm/shmobile/shmob_drm_drv.c           |   4 +-
 drivers/gpu/drm/sti/sti_hqvdp.c                    |   4 +-
 19 files changed, 308 insertions(+), 78 deletions(-)

-- 
Regards,

Laurent Pinchart

                 reply	other threads:[~2021-10-07  3:03 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=YV5jfi+/qjTJKeb3@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.