* [GIT PULL FOR v5.1] Renesas display drivers changes
@ 2019-01-14 3:04 Laurent Pinchart
0 siblings, 0 replies; only message in thread
From: Laurent Pinchart @ 2019-01-14 3:04 UTC (permalink / raw)
To: Dave Airlie; +Cc: dri-devel
Hi Dave,
The following changes since commit e3d093070eb0b5e3df668d3eb04100ea79343c65:
Merge tag 'tilcdc-4.22' of https://github.com/jsarha/linux into drm-next
(2019-01-11 06:29:31 +1000)
are available in the Git repository at:
git://linuxtv.org/pinchartl/media.git tags/du-next-20190114
for you to fetch changes up to 9a47db8e7a9dabe0b88a0071f1677722be167e68:
drm: rcar-du: Remove inclusion of drmP.h (2019-01-14 03:51:33 +0200)
----------------------------------------------------------------
Renesas display drivers changes for v5.1:
- R8A774C0 support
- D3/E3 RGB output routing fixes
- Miscellaneous fixes
- Constify drm_bridge .mode_set() arguments
----------------------------------------------------------------
Fabrizio Castro (4):
dt-bindings: display: renesas: du: Document r8a774c0 bindings
dt-bindings: display: renesas: lvds: Document r8a774c0 bindings
drm: rcar-du: Add r8a774c0 device support
drm: rcar-du: lvds: add R8A774C0 support
Geert Uytterhoeven (1):
drm: rcar-du: Convert live DT patches to sugar syntax
Laurent Pinchart (6):
drm: bridge: Constify mode arguments to bridge .mode_set() operation
drm: rcar-du: dw-hdmi: Reject modes with a too high clock frequency
drm: rcar-du: Replace EXT_CTRL_REGS feature flag with generation check
drm: rcar-du: Move CRTC outputs bitmask to private CRTC state
drm: rcar-du: Disable unused DPAD outputs
drm: rcar-du: Remove inclusion of drmP.h
YueHaibing (1):
drm/shmob: Fix return value check in shmob_drm_probe
.../bindings/display/bridge/renesas,lvds.txt | 3 +-
.../devicetree/bindings/display/renesas,du.txt | 2 +
drivers/gpu/drm/bridge/adv7511/adv7511.h | 4 +-
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 8 +-
drivers/gpu/drm/bridge/adv7511/adv7533.c | 2 +-
drivers/gpu/drm/bridge/analogix-anx78xx.c | 4 +-
.../gpu/drm/bridge/analogix/analogix_dp_core.c | 4 +-
drivers/gpu/drm/bridge/sii902x.c | 4 +-
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 4 +-
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 18 ++--
drivers/gpu/drm/bridge/tc358767.c | 9 +-
drivers/gpu/drm/drm_bridge.c | 4 +-
drivers/gpu/drm/exynos/exynos_drm_mic.c | 4 +-
drivers/gpu/drm/i2c/tda998x_drv.c | 6 +-
drivers/gpu/drm/mediatek/mtk_hdmi.c | 4 +-
drivers/gpu/drm/msm/dsi/dsi.h | 2 +-
drivers/gpu/drm/msm/dsi/dsi_host.c | 2 +-
drivers/gpu/drm/msm/dsi/dsi_manager.c | 4 +-
drivers/gpu/drm/msm/edp/edp_bridge.c | 4 +-
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 4 +-
drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 43 +++++-----
drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 8 +-
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 42 ++++++----
drivers/gpu/drm/rcar-du/rcar_du_drv.h | 9 +-
drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 11 ---
drivers/gpu/drm/rcar-du/rcar_du_encoder.h | 2 -
drivers/gpu/drm/rcar-du/rcar_du_group.c | 51 ++++++++++-
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 23 ++++-
.../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts | 93 ++++++++++-----------
.../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts | 53 +++++-------
.../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts | 53 +++++-------
.../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts | 53 +++++-------
.../gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts | 53 +++++-------
drivers/gpu/drm/rcar-du/rcar_du_plane.c | 1 -
drivers/gpu/drm/rcar-du/rcar_du_plane.h | 3 +-
drivers/gpu/drm/rcar-du/rcar_du_vsp.c | 1 -
drivers/gpu/drm/rcar-du/rcar_du_vsp.h | 3 +-
drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c | 15 ++++
drivers/gpu/drm/rcar-du/rcar_lvds.c | 5 +-
drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 2 +-
drivers/gpu/drm/shmobile/shmob_drm_drv.c | 4 +-
drivers/gpu/drm/sti/sti_dvo.c | 4 +-
drivers/gpu/drm/sti/sti_hda.c | 4 +-
drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 2 +-
include/drm/bridge/dw_mipi_dsi.h | 3 +-
include/drm/drm_bridge.h | 8 +-
47 files changed, 345 insertions(+), 304 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] only message in thread
only message in thread, other threads:[~2019-01-14 3:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14 3:04 [GIT PULL FOR v5.1] Renesas display drivers changes Laurent Pinchart
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.