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.20] Miscellaneous R-Car DU fixes and enhancements
Date: Sat, 16 Jul 2022 03:20:42 +0300	[thread overview]
Message-ID: <YtIEWkE0nk/8nhUc@pendragon.ideasonboard.com> (raw)

Hi Dave, Daniel,

I would have sworn I had sent this pull request a week ago, but I can't
find any trace of it in the mailing list archive, so I'm not sure what I
messed up. If there's still time for v5.20 it would be nice to get those
5 patches in, otherwise I'll resend for v5.21.

The following changes since commit f929217499cf54a30be995aae65e9951ba079c90:

  Merge tag 'drm-misc-next-2022-06-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2022-07-01 09:52:37 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 676ad8e997036e2f815c293b76c356fb7cc97a08:

  drm: rcar-du: Lift z-pos restriction on primary plane for Gen3 (2022-07-07 05:24:36 +0300)

----------------------------------------------------------------
Miscellaneous R-Car DU fixes and enhancements

----------------------------------------------------------------
Biju Das (1):
      drm: rcar-du: Add num_rpf to struct rcar_du_device_info

Kieran Bingham (1):
      drm: rcar-du: Extend CMM HDSE documentation

LUU HOAI (1):
      drm: rcar-du: Fix Alpha blending issue on Gen3

Laurent Pinchart (2):
      drm: rcar-du: Drop file name from comment header blocks
      drm: rcar-du: Lift z-pos restriction on primary plane for Gen3

 drivers/gpu/drm/rcar-du/rcar_cmm.c           |  2 +-
 drivers/gpu/drm/rcar-du/rcar_cmm.h           |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c       |  7 ++++++-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h       |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c        | 19 ++++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_drv.h        |  4 +++-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c    |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.h    |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.c      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.h      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c        |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.h        |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_plane.c      | 14 +++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_plane.h      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_regs.h       |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c        | 19 +++++--------------
 drivers/gpu/drm/rcar-du/rcar_du_vsp.h        |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_writeback.c  |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_writeback.h  |  2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds.c          |  2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds.h          |  2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds_regs.h     |  2 +-
 drivers/gpu/drm/rcar-du/rcar_mipi_dsi.c      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_mipi_dsi_regs.h |  2 +-
 24 files changed, 64 insertions(+), 37 deletions(-)


-- 
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.20] Miscellaneous R-Car DU fixes and enhancements
Date: Sat, 16 Jul 2022 03:20:42 +0300	[thread overview]
Message-ID: <YtIEWkE0nk/8nhUc@pendragon.ideasonboard.com> (raw)

Hi Dave, Daniel,

I would have sworn I had sent this pull request a week ago, but I can't
find any trace of it in the mailing list archive, so I'm not sure what I
messed up. If there's still time for v5.20 it would be nice to get those
5 patches in, otherwise I'll resend for v5.21.

The following changes since commit f929217499cf54a30be995aae65e9951ba079c90:

  Merge tag 'drm-misc-next-2022-06-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2022-07-01 09:52:37 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 676ad8e997036e2f815c293b76c356fb7cc97a08:

  drm: rcar-du: Lift z-pos restriction on primary plane for Gen3 (2022-07-07 05:24:36 +0300)

----------------------------------------------------------------
Miscellaneous R-Car DU fixes and enhancements

----------------------------------------------------------------
Biju Das (1):
      drm: rcar-du: Add num_rpf to struct rcar_du_device_info

Kieran Bingham (1):
      drm: rcar-du: Extend CMM HDSE documentation

LUU HOAI (1):
      drm: rcar-du: Fix Alpha blending issue on Gen3

Laurent Pinchart (2):
      drm: rcar-du: Drop file name from comment header blocks
      drm: rcar-du: Lift z-pos restriction on primary plane for Gen3

 drivers/gpu/drm/rcar-du/rcar_cmm.c           |  2 +-
 drivers/gpu/drm/rcar-du/rcar_cmm.h           |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c       |  7 ++++++-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h       |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c        | 19 ++++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_drv.h        |  4 +++-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c    |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.h    |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.c      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.h      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c        |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.h        |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_plane.c      | 14 +++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_plane.h      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_regs.h       |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c        | 19 +++++--------------
 drivers/gpu/drm/rcar-du/rcar_du_vsp.h        |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_writeback.c  |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_writeback.h  |  2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds.c          |  2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds.h          |  2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds_regs.h     |  2 +-
 drivers/gpu/drm/rcar-du/rcar_mipi_dsi.c      |  2 +-
 drivers/gpu/drm/rcar-du/rcar_mipi_dsi_regs.h |  2 +-
 24 files changed, 64 insertions(+), 37 deletions(-)


-- 
Regards,

Laurent Pinchart

             reply	other threads:[~2022-07-16  0:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-16  0:20 Laurent Pinchart [this message]
2022-07-16  0:20 ` [GIT PULL FOR v5.20] Miscellaneous R-Car DU fixes and enhancements 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=YtIEWkE0nk/8nhUc@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.