mbox series

[GIT,PULL,FOR,v4.20] Renesas display drivers changes

Message ID 3273568.LdoAI77IYW@avalon (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v4.20] Renesas display drivers changes | expand

Pull-request

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

Message

Laurent Pinchart Sept. 15, 2018, 2:26 p.m. UTC
Hi Dave,

The following changes since commit 2dc7bad71cd310dc94d1c9907909324dd2b0618f:

  Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/
drm-misc into drm-next (2018-09-14 09:43:16 +1000)

are available in the Git repository at:

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

for you to fetch changes up to da4d616182b12436e2b250c918e7ec4ab67c6b68:

  drm: rcar-du: Remove packed VYUY support (2018-09-14 17:01:27 +0300)

----------------------------------------------------------------
The pull request mostly contains updates to the R-Car DU driver, notably 
support for interlaced modes on Gen3 hardware, support for the LVDS output on 
R8A77980, and a set of miscellaneous bug fixes. There are also two SPDX 
conversion patches for the drm shmobile and panel-lvds drivers, as well as an 
update to MAINTAINERS to add Kieran Bingham as a co-maintainer for the DU 
driver.

Unlike all previous pull requests, I've used a signed tag to generate this 
one. Please let me know if this causes any issue.

----------------------------------------------------------------
Jacopo Mondi (3):
      drm: rcar-du: Improve non-DPLL clock selection
      drm: rcar-du: Rename and document dpll_ch field
      drm: rcar-du: Write ESCR and OTAR as CRTC registers

Kieran Bingham (6):
      MAINTAINERS: rcar-du: Add co-maintainer
      drm: rcar-du: Support interlaced video output through vsp1
      drm: rcar-du: Refactor Feature and Quirk definitions
      drm: rcar-du: Add interlaced feature flag
      drm: rcar-du: Update Gen3 output limitations
      drm: rcar-du: Remove packed VYUY support

Koji Matsuoka (1):
      drm: rcar-du: Add support for missing pixel formats

Kuninori Morimoto (3):
      drm: shmobile: convert to SPDX identifiers
      drm: panel-lvds: convert to SPDX identifiers
      drm: rcar-du: Convert to SPDX identifiers

Laurent Pinchart (3):
      MAINTAINERS: Update tree location for the Renesas DRM drivers
      drm: rcar-du: Rework clock configuration based on hardware limits
      drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3

Sergei Shtylyov (3):
      dt-bindings: display: renesas: du: document R8A77980 bindings
      dt-bindings: display: renesas: lvds: document R8A77980 bindings
      drm: rcar-du: lvds: add R8A77980 support

 .../devicetree/bindings/display/bridge/renesas,lvds.txt |   1 +
 .../devicetree/bindings/display/renesas,du.txt          |   2 +
 MAINTAINERS                                             |   3 +-
 drivers/gpu/drm/panel/panel-lvds.c                      |   6 +-
 drivers/gpu/drm/rcar-du/Kconfig                         |   1 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c                  | 181 ++++++++++-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h                  |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c                   |  44 +++---
 drivers/gpu/drm/rcar-du/rcar_du_drv.h                   |  18 ++-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c               |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.h               |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.c                 |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.h                 |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c                   |  87 +++++++++---
 drivers/gpu/drm/rcar-du/rcar_du_kms.h                   |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_plane.c                 |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_plane.h                 |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_regs.h                  |  13 +-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c                   |   9 +-
 drivers/gpu/drm/rcar-du/rcar_du_vsp.h                   |   6 +-
 drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c                  |   6 +-
 drivers/gpu/drm/rcar-du/rcar_lvds.c                     |   1 +
 drivers/gpu/drm/rcar-du/rcar_lvds_regs.h                |   5 +-
 drivers/gpu/drm/shmobile/Kconfig                        |   1 +
 drivers/gpu/drm/shmobile/shmob_drm_backlight.c          |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_backlight.h          |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_crtc.c               |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_crtc.h               |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_drv.c                |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_drv.h                |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_kms.c                |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_kms.h                |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_plane.c              |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_plane.h              |   6 +-
 drivers/gpu/drm/shmobile/shmob_drm_regs.h               |   6 +-
 include/linux/platform_data/shmob_drm.h                 |   6 +-
 36 files changed, 253 insertions(+), 251 deletions(-)

Comments

Laurent Pinchart Sept. 15, 2018, 2:31 p.m. UTC | #1
Hi Dave,

On Saturday, 15 September 2018 17:26:42 EEST Laurent Pinchart wrote:
> Hi Dave,
> 
> The following changes since commit 2dc7bad71cd310dc94d1c9907909324dd2b0618f:
> 
>   Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/
> drm-misc into drm-next (2018-09-14 09:43:16 +1000)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/pinchartl/media.git tags/du-next-20180914
> 
> for you to fetch changes up to da4d616182b12436e2b250c918e7ec4ab67c6b68:
> 
>   drm: rcar-du: Remove packed VYUY support (2018-09-14 17:01:27 +0300)

I mistakenly pushed a tag with an incorrect history. I've updated that, the 
tag remains the same, the new commit ID is 
6e1637c91742570ff873433ed27227933b792af4. There is no change in the code 
between the two commits, only a commit message has been updated. I'm sorry for 
the inconvenience.

> ----------------------------------------------------------------
> The pull request mostly contains updates to the R-Car DU driver, notably
> support for interlaced modes on Gen3 hardware, support for the LVDS output
> on R8A77980, and a set of miscellaneous bug fixes. There are also two SPDX
> conversion patches for the drm shmobile and panel-lvds drivers, as well as
> an update to MAINTAINERS to add Kieran Bingham as a co-maintainer for the
> DU driver.
> 
> Unlike all previous pull requests, I've used a signed tag to generate this
> one. Please let me know if this causes any issue.
> 
> ----------------------------------------------------------------
> Jacopo Mondi (3):
>       drm: rcar-du: Improve non-DPLL clock selection
>       drm: rcar-du: Rename and document dpll_ch field
>       drm: rcar-du: Write ESCR and OTAR as CRTC registers
> 
> Kieran Bingham (6):
>       MAINTAINERS: rcar-du: Add co-maintainer
>       drm: rcar-du: Support interlaced video output through vsp1
>       drm: rcar-du: Refactor Feature and Quirk definitions
>       drm: rcar-du: Add interlaced feature flag
>       drm: rcar-du: Update Gen3 output limitations
>       drm: rcar-du: Remove packed VYUY support
> 
> Koji Matsuoka (1):
>       drm: rcar-du: Add support for missing pixel formats
> 
> Kuninori Morimoto (3):
>       drm: shmobile: convert to SPDX identifiers
>       drm: panel-lvds: convert to SPDX identifiers
>       drm: rcar-du: Convert to SPDX identifiers
> 
> Laurent Pinchart (3):
>       MAINTAINERS: Update tree location for the Renesas DRM drivers
>       drm: rcar-du: Rework clock configuration based on hardware limits
>       drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3
> 
> Sergei Shtylyov (3):
>       dt-bindings: display: renesas: du: document R8A77980 bindings
>       dt-bindings: display: renesas: lvds: document R8A77980 bindings
>       drm: rcar-du: lvds: add R8A77980 support
> 
>  .../devicetree/bindings/display/bridge/renesas,lvds.txt |   1 +
>  .../devicetree/bindings/display/renesas,du.txt          |   2 +
>  MAINTAINERS                                             |   3 +-
>  drivers/gpu/drm/panel/panel-lvds.c                      |   6 +-
>  drivers/gpu/drm/rcar-du/Kconfig                         |   1 +
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.c                  | 181 ++++++++----
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.h                  |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c                   |  44 +++---
>  drivers/gpu/drm/rcar-du/rcar_du_drv.h                   |  18 ++-
>  drivers/gpu/drm/rcar-du/rcar_du_encoder.c               |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_encoder.h               |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_group.c                 |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_group.h                 |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c                   |  87 +++++++++---
>  drivers/gpu/drm/rcar-du/rcar_du_kms.h                   |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_plane.c                 |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_plane.h                 |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_du_regs.h                  |  13 +-
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.c                   |   9 +-
>  drivers/gpu/drm/rcar-du/rcar_du_vsp.h                   |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c                  |   6 +-
>  drivers/gpu/drm/rcar-du/rcar_lvds.c                     |   1 +
>  drivers/gpu/drm/rcar-du/rcar_lvds_regs.h                |   5 +-
>  drivers/gpu/drm/shmobile/Kconfig                        |   1 +
>  drivers/gpu/drm/shmobile/shmob_drm_backlight.c          |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_backlight.h          |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_crtc.c               |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_crtc.h               |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_drv.c                |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_drv.h                |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_kms.c                |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_kms.h                |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_plane.c              |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_plane.h              |   6 +-
>  drivers/gpu/drm/shmobile/shmob_drm_regs.h               |   6 +-
>  include/linux/platform_data/shmob_drm.h                 |   6 +-
>  36 files changed, 253 insertions(+), 251 deletions(-)