dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.10] R-Car display drivers miscellaneous changes
@ 2020-09-08 16:03 Laurent Pinchart
  2020-09-15 17:57 ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2020-09-08 16:03 UTC (permalink / raw)
  To: dri-devel

Hi Dave and Daniel,

The following changes since commit ce5c207c6b8dd9cdeaeeb2345b8a69335c0d98bf:

  Merge tag 'v5.9-rc4' into drm-next (2020-09-08 14:41:40 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 2a7d2463be82554578185dbb61caa01aaf504156:

  drm: rcar-du: Fix crash when enabling a non-visible plane (2020-09-08 18:55:04 +0300)

----------------------------------------------------------------
Miscellaneous R-Car display driver changes:

- R8A7742, R8A774E1 and R8A77961 support
- Fixes for pitch of YUV planar foamts and non-visible plane handling
- Kconfig fix to avoid displaying disabled options in .config

----------------------------------------------------------------
Biju Das (2):
      dt-bindings: display: bridge: lvds-codec: Document power-supply property
      drm/bridge: lvds-codec: Add support for regulator

Kuninori Morimoto (4):
      dt-bindings: display: renesas: du: Document the r8a77961 bindings
      dt-bindings: display: renesas: dw-hdmi: Tidyup example compatible
      dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support
      drm: rcar-du: Add r8a77961 support

Lad Prabhakar (4):
      dt-bindings: display: renesas,du: Document the r8a7742 bindings
      drm: rcar-du: Add r8a7742 support
      dt-bindings: display: renesas,lvds: Document r8a7742 bindings
      drm: rcar-du: lvds: Add r8a7742 support

Laurent Pinchart (2):
      drm: rcar-du: Fix pitch handling for fully planar YUV formats
      drm: rcar-du: Fix crash when enabling a non-visible plane

Marian-Cristian Rotariu (5):
      dt-bindings: display: renesas,du: Document r8a774e1 bindings
      drm: rcar-du: Add support for R8A774E1 SoC
      dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
      dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
      drm: rcar-du: lvds: Add support for R8A774E1 SoC

Qian Cai (1):
      drm: rcar-du: Make DRM_RCAR_WRITEBACK depends on DRM_RCAR_DU

 .../bindings/display/bridge/lvds-codec.yaml     |  3 ++
 .../bindings/display/bridge/renesas,dw-hdmi.txt |  4 +-
 .../bindings/display/bridge/renesas,lvds.yaml   |  2 +
 .../devicetree/bindings/display/renesas,du.txt  |  6 +++
 drivers/gpu/drm/bridge/lvds-codec.c             | 29 ++++++++++
 drivers/gpu/drm/rcar-du/Kconfig                 |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_drv.c           | 37 ++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c           | 54 ++++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.h           |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c           |  2 +-
 drivers/gpu/drm/rcar-du/rcar_lvds.c             |  2 +
 11 files changed, 135 insertions(+), 6 deletions(-)

-- 
Regards,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL FOR v5.10] R-Car display drivers miscellaneous changes
  2020-09-08 16:03 [GIT PULL FOR v5.10] R-Car display drivers miscellaneous changes Laurent Pinchart
@ 2020-09-15 17:57 ` Laurent Pinchart
  2020-09-17  1:20   ` [GIT PULL FOR v5.10 - v2] " Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2020-09-15 17:57 UTC (permalink / raw)
  To: dri-devel

Hello,

Is there anything blocking this ?

On Tue, Sep 08, 2020 at 07:03:36PM +0300, Laurent Pinchart wrote:
> Hi Dave and Daniel,
> 
> The following changes since commit ce5c207c6b8dd9cdeaeeb2345b8a69335c0d98bf:
> 
>   Merge tag 'v5.9-rc4' into drm-next (2020-09-08 14:41:40 +1000)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/pinchartl/media.git tags/du-next-20200908
> 
> for you to fetch changes up to 2a7d2463be82554578185dbb61caa01aaf504156:
> 
>   drm: rcar-du: Fix crash when enabling a non-visible plane (2020-09-08 18:55:04 +0300)
> 
> ----------------------------------------------------------------
> Miscellaneous R-Car display driver changes:
> 
> - R8A7742, R8A774E1 and R8A77961 support
> - Fixes for pitch of YUV planar foamts and non-visible plane handling
> - Kconfig fix to avoid displaying disabled options in .config
> 
> ----------------------------------------------------------------
> Biju Das (2):
>       dt-bindings: display: bridge: lvds-codec: Document power-supply property
>       drm/bridge: lvds-codec: Add support for regulator
> 
> Kuninori Morimoto (4):
>       dt-bindings: display: renesas: du: Document the r8a77961 bindings
>       dt-bindings: display: renesas: dw-hdmi: Tidyup example compatible
>       dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support
>       drm: rcar-du: Add r8a77961 support
> 
> Lad Prabhakar (4):
>       dt-bindings: display: renesas,du: Document the r8a7742 bindings
>       drm: rcar-du: Add r8a7742 support
>       dt-bindings: display: renesas,lvds: Document r8a7742 bindings
>       drm: rcar-du: lvds: Add r8a7742 support
> 
> Laurent Pinchart (2):
>       drm: rcar-du: Fix pitch handling for fully planar YUV formats
>       drm: rcar-du: Fix crash when enabling a non-visible plane
> 
> Marian-Cristian Rotariu (5):
>       dt-bindings: display: renesas,du: Document r8a774e1 bindings
>       drm: rcar-du: Add support for R8A774E1 SoC
>       dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
>       dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
>       drm: rcar-du: lvds: Add support for R8A774E1 SoC
> 
> Qian Cai (1):
>       drm: rcar-du: Make DRM_RCAR_WRITEBACK depends on DRM_RCAR_DU
> 
>  .../bindings/display/bridge/lvds-codec.yaml     |  3 ++
>  .../bindings/display/bridge/renesas,dw-hdmi.txt |  4 +-
>  .../bindings/display/bridge/renesas,lvds.yaml   |  2 +
>  .../devicetree/bindings/display/renesas,du.txt  |  6 +++
>  drivers/gpu/drm/bridge/lvds-codec.c             | 29 ++++++++++
>  drivers/gpu/drm/rcar-du/Kconfig                 |  1 +
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c           | 37 ++++++++++++-
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c           | 54 ++++++++++++++++++-
>  drivers/gpu/drm/rcar-du/rcar_du_kms.h           |  1 +
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.c           |  2 +-
>  drivers/gpu/drm/rcar-du/rcar_lvds.c             |  2 +
>  11 files changed, 135 insertions(+), 6 deletions(-)
> 

-- 
Regards,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL FOR v5.10 - v2] R-Car display drivers miscellaneous changes
  2020-09-15 17:57 ` Laurent Pinchart
@ 2020-09-17  1:20   ` Laurent Pinchart
  2020-09-22 11:15     ` [GIT PULL FOR v5.10 - v3] " Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2020-09-17  1:20 UTC (permalink / raw)
  To: dri-devel

Hi Dave and Daniel,

As the original pull request hasn't been pulled yet, here's an updated
version that collects more acks and rb's, and includes an additional
patch.

The following changes since commit 818280d5adf1d80e78f95821815148abe9407e14:

  Merge v5.9-rc5 into drm-next (2020-09-14 17:19:11 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ab00111864ee2c9742f6627c5ca1019730c0eedd:

  drm: rcar-du: Put reference to VSP device (2020-09-17 03:42:17 +0300)

----------------------------------------------------------------
Miscellaneous R-Car display driver changes:

- R8A7742, R8A774E1 and R8A77961 support
- Fixes for pitch of YUV planar formats, non-visible plane handling and
  VSP device reference count
- Kconfig fix to avoid displaying disabled options in .config

----------------------------------------------------------------
Biju Das (2):
      dt-bindings: display: bridge: lvds-codec: Document power-supply property
      drm/bridge: lvds-codec: Add support for regulator

Kuninori Morimoto (4):
      dt-bindings: display: renesas: du: Document the r8a77961 bindings
      dt-bindings: display: renesas: dw-hdmi: Tidyup example compatible
      dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support
      drm: rcar-du: Add r8a77961 support

Lad Prabhakar (5):
      dt-bindings: display: renesas,du: Document the r8a7742 bindings
      drm: rcar-du: Add r8a7742 support
      dt-bindings: display: renesas,lvds: Document r8a7742 bindings
      drm: rcar-du: lvds: Add r8a7742 support
      drm: rcar-du: Update description for DRM_RCAR_DW_HDMI Kconfig entry

Laurent Pinchart (3):
      drm: rcar-du: Fix pitch handling for fully planar YUV formats
      drm: rcar-du: Fix crash when enabling a non-visible plane
      drm: rcar-du: Put reference to VSP device

Marian-Cristian Rotariu (5):
      dt-bindings: display: renesas,du: Document r8a774e1 bindings
      drm: rcar-du: Add support for R8A774E1 SoC
      dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
      dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
      drm: rcar-du: lvds: Add support for R8A774E1 SoC

Qian Cai (1):
      drm: rcar-du: Make DRM_RCAR_WRITEBACK depends on DRM_RCAR_DU

 .../bindings/display/bridge/lvds-codec.yaml        |  3 ++
 .../bindings/display/bridge/renesas,dw-hdmi.txt    |  4 +-
 .../bindings/display/bridge/renesas,lvds.yaml      |  2 +
 .../devicetree/bindings/display/renesas,du.txt     |  6 +++
 drivers/gpu/drm/bridge/lvds-codec.c                | 29 ++++++++++++
 drivers/gpu/drm/rcar-du/Kconfig                    |  5 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 37 ++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c              | 54 +++++++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.h              |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c              | 14 +++++-
 drivers/gpu/drm/rcar-du/rcar_lvds.c                |  2 +
 11 files changed, 149 insertions(+), 8 deletions(-)

-- 
Regards,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL FOR v5.10 - v3] R-Car display drivers miscellaneous changes
  2020-09-17  1:20   ` [GIT PULL FOR v5.10 - v2] " Laurent Pinchart
@ 2020-09-22 11:15     ` Laurent Pinchart
  2020-09-22 21:13       ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2020-09-22 11:15 UTC (permalink / raw)
  To: dri-devel, Dave Airlie, Daniel Vetter

Hi Dave and Daniel,

Still because the original pull request hasn't been pulled yet, here's
an updated version that fixes one small issue. I had initially fixed it
in a separate patch to be merged in the fixes branch for v5.10, but
realized the offending commit wasn't in -next yet.

Is there still time to get this merged in v5.10 ? The originally pull
request was sent two weeks ago and seems to have fallen through the
cracks.

The following changes since commit 818280d5adf1d80e78f95821815148abe9407e14:

  Merge v5.9-rc5 into drm-next (2020-09-14 17:19:11 +0200)

are available in the Git repository at:

  git://linuxtv.org/pinchartl/media.git

for you to fetch changes up to 2a32dbdc2c7db5463483fa01fb220fd1b770c6bc:

  drm: rcar-du: Put reference to VSP device (2020-09-22 14:10:05 +0300)

----------------------------------------------------------------
Biju Das (2):
      dt-bindings: display: bridge: lvds-codec: Document power-supply property
      drm/bridge: lvds-codec: Add support for regulator

Kuninori Morimoto (4):
      dt-bindings: display: renesas: du: Document the r8a77961 bindings
      dt-bindings: display: renesas: dw-hdmi: Tidyup example compatible
      dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support
      drm: rcar-du: Add r8a77961 support

Lad Prabhakar (5):
      dt-bindings: display: renesas,du: Document the r8a7742 bindings
      drm: rcar-du: Add r8a7742 support
      dt-bindings: display: renesas,lvds: Document r8a7742 bindings
      drm: rcar-du: lvds: Add r8a7742 support
      drm: rcar-du: Update description for DRM_RCAR_DW_HDMI Kconfig entry

Laurent Pinchart (3):
      drm: rcar-du: Fix pitch handling for fully planar YUV formats
      drm: rcar-du: Fix crash when enabling a non-visible plane
      drm: rcar-du: Put reference to VSP device

Marian-Cristian Rotariu (5):
      dt-bindings: display: renesas,du: Document r8a774e1 bindings
      drm: rcar-du: Add support for R8A774E1 SoC
      dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
      dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
      drm: rcar-du: lvds: Add support for R8A774E1 SoC

Qian Cai (1):
      drm: rcar-du: Make DRM_RCAR_WRITEBACK depends on DRM_RCAR_DU

 .../bindings/display/bridge/lvds-codec.yaml        |  3 ++
 .../bindings/display/bridge/renesas,dw-hdmi.txt    |  4 +-
 .../bindings/display/bridge/renesas,lvds.yaml      |  2 +
 .../devicetree/bindings/display/renesas,du.txt     |  6 +++
 drivers/gpu/drm/bridge/lvds-codec.c                | 29 ++++++++++++
 drivers/gpu/drm/rcar-du/Kconfig                    |  5 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 37 ++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c              | 54 +++++++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_kms.h              |  1 +
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c              | 14 +++++-
 drivers/gpu/drm/rcar-du/rcar_lvds.c                |  2 +
 11 files changed, 149 insertions(+), 8 deletions(-)

-- 
Regards,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL FOR v5.10 - v3] R-Car display drivers miscellaneous changes
  2020-09-22 11:15     ` [GIT PULL FOR v5.10 - v3] " Laurent Pinchart
@ 2020-09-22 21:13       ` Laurent Pinchart
  0 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2020-09-22 21:13 UTC (permalink / raw)
  To: dri-devel, Dave Airlie, Daniel Vetter

On Tue, Sep 22, 2020 at 02:15:26PM +0300, Laurent Pinchart wrote:
> Hi Dave and Daniel,
> 
> Still because the original pull request hasn't been pulled yet, here's
> an updated version that fixes one small issue. I had initially fixed it
> in a separate patch to be merged in the fixes branch for v5.10, but
> realized the offending commit wasn't in -next yet.
> 
> Is there still time to get this merged in v5.10 ? The originally pull
> request was sent two weeks ago and seems to have fallen through the
> cracks.
> 
> The following changes since commit 818280d5adf1d80e78f95821815148abe9407e14:
> 
>   Merge v5.9-rc5 into drm-next (2020-09-14 17:19:11 +0200)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/pinchartl/media.git

Modelled after the "my dog ate my homework", something ate the tag name
:-) It should read du-next-20200922 (which corresponds to the commit ID
just below).

> for you to fetch changes up to 2a32dbdc2c7db5463483fa01fb220fd1b770c6bc:
> 
>   drm: rcar-du: Put reference to VSP device (2020-09-22 14:10:05 +0300)
> 
> ----------------------------------------------------------------
> Biju Das (2):
>       dt-bindings: display: bridge: lvds-codec: Document power-supply property
>       drm/bridge: lvds-codec: Add support for regulator
> 
> Kuninori Morimoto (4):
>       dt-bindings: display: renesas: du: Document the r8a77961 bindings
>       dt-bindings: display: renesas: dw-hdmi: Tidyup example compatible
>       dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support
>       drm: rcar-du: Add r8a77961 support
> 
> Lad Prabhakar (5):
>       dt-bindings: display: renesas,du: Document the r8a7742 bindings
>       drm: rcar-du: Add r8a7742 support
>       dt-bindings: display: renesas,lvds: Document r8a7742 bindings
>       drm: rcar-du: lvds: Add r8a7742 support
>       drm: rcar-du: Update description for DRM_RCAR_DW_HDMI Kconfig entry
> 
> Laurent Pinchart (3):
>       drm: rcar-du: Fix pitch handling for fully planar YUV formats
>       drm: rcar-du: Fix crash when enabling a non-visible plane
>       drm: rcar-du: Put reference to VSP device
> 
> Marian-Cristian Rotariu (5):
>       dt-bindings: display: renesas,du: Document r8a774e1 bindings
>       drm: rcar-du: Add support for R8A774E1 SoC
>       dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
>       dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
>       drm: rcar-du: lvds: Add support for R8A774E1 SoC
> 
> Qian Cai (1):
>       drm: rcar-du: Make DRM_RCAR_WRITEBACK depends on DRM_RCAR_DU
> 
>  .../bindings/display/bridge/lvds-codec.yaml        |  3 ++
>  .../bindings/display/bridge/renesas,dw-hdmi.txt    |  4 +-
>  .../bindings/display/bridge/renesas,lvds.yaml      |  2 +
>  .../devicetree/bindings/display/renesas,du.txt     |  6 +++
>  drivers/gpu/drm/bridge/lvds-codec.c                | 29 ++++++++++++
>  drivers/gpu/drm/rcar-du/Kconfig                    |  5 +-
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c              | 37 ++++++++++++++-
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c              | 54 +++++++++++++++++++++-
>  drivers/gpu/drm/rcar-du/rcar_du_kms.h              |  1 +
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.c              | 14 +++++-
>  drivers/gpu/drm/rcar-du/rcar_lvds.c                |  2 +
>  11 files changed, 149 insertions(+), 8 deletions(-)

-- 
Regards,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-22 21:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08 16:03 [GIT PULL FOR v5.10] R-Car display drivers miscellaneous changes Laurent Pinchart
2020-09-15 17:57 ` Laurent Pinchart
2020-09-17  1:20   ` [GIT PULL FOR v5.10 - v2] " Laurent Pinchart
2020-09-22 11:15     ` [GIT PULL FOR v5.10 - v3] " Laurent Pinchart
2020-09-22 21:13       ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).