alistair23-linux/drivers/gpu/drm/meson
Rob Herring 86418f90a4 drm: convert drivers to use of_graph_get_remote_node
Convert drivers to use the new of_graph_get_remote_node() helper
instead of parsing the endpoint node and then getting the remote device
node. Now drivers can just specify the device node and which
port/endpoint and get back the connected remote device node. The details
of the graph binding are nicely abstracted into the core OF graph code.

This changes some error messages to debug messages (in the graph core).
Graph connections are often "no connects" depending on the particular
board, so we want to avoid spurious messages. Plus the kernel is not a
DT validator.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Liviu Dudau <liviu.dudau@arm.com>
Tested-by: Eric Anholt <eric@anholt.net>
Tested-by: Jyri Sarha <jsarha@ti.com>
Tested by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
2017-04-06 17:00:27 -04:00
..
Kconfig drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY 2017-04-04 17:49:31 +02:00
Makefile drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY 2017-04-04 17:49:31 +02:00
meson_canvas.c drm/meson: Convert existing documentation to actual kerneldoc 2017-04-04 17:49:31 +02:00
meson_canvas.h drm: Add support for Amlogic Meson Graphic Controller 2016-12-01 10:07:20 +01:00
meson_crtc.c drm/meson: Use crtc_state for hdisplay and fix atomic flush/enable sync for vsync commit 2017-04-04 17:49:30 +02:00
meson_crtc.h drm: Add support for Amlogic Meson Graphic Controller 2016-12-01 10:07:20 +01:00
meson_drv.c drm/meson: Convert existing documentation to actual kerneldoc 2017-04-04 17:49:31 +02:00
meson_drv.h drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY 2017-04-04 17:49:31 +02:00
meson_dw_hdmi.c drm/meson: Convert existing documentation to actual kerneldoc 2017-04-04 17:49:31 +02:00
meson_dw_hdmi.h drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY 2017-04-04 17:49:31 +02:00
meson_plane.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2017-01-27 11:00:42 +10:00
meson_plane.h drm: Add support for Amlogic Meson Graphic Controller 2016-12-01 10:07:20 +01:00
meson_registers.h drm/meson: Add missing HDMI register 2017-04-04 17:49:30 +02:00
meson_vclk.c drm/meson: Convert existing documentation to actual kerneldoc 2017-04-04 17:49:31 +02:00
meson_vclk.h drm/meson: add support for HDMI clock support 2017-04-04 17:49:31 +02:00
meson_venc.c drm/meson: Convert existing documentation to actual kerneldoc 2017-04-04 17:49:31 +02:00
meson_venc.h drm/meson: Add support for HDMI venc modes and settings 2017-04-04 17:49:31 +02:00
meson_venc_cvbs.c drm: convert drivers to use of_graph_get_remote_node 2017-04-06 17:00:27 -04:00
meson_venc_cvbs.h drm: Add support for Amlogic Meson Graphic Controller 2016-12-01 10:07:20 +01:00
meson_viu.c drm/meson: Convert existing documentation to actual kerneldoc 2017-04-04 17:49:31 +02:00
meson_viu.h drm: Add support for Amlogic Meson Graphic Controller 2016-12-01 10:07:20 +01:00
meson_vpp.c drm/meson: Convert existing documentation to actual kerneldoc 2017-04-04 17:49:31 +02:00
meson_vpp.h drm/meson: Add support for HDMI venc modes and settings 2017-04-04 17:49:31 +02:00