linux-uconsole/drivers/gpu
Nickey Yang 201b73078f drm/rockchip: dsi: support dsi bridge
This patch supports bridge driver which convert DSI to other display interfaces.
At the same time,it uses port method to complete the analysis of panel or bridge in dts.
After this patch, the exampl of dsi node in dts:

&dsi {
	status = "okay";

	panel@0 {
		compatible = "xxx", "simple-panel-dsi";
		reg = <0>;

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				panel_in_dsi: endpoint {
					remote-endpoint = <&dsi_out_panel>;
				};
			};
		};
	};

	ports {
		#address-cells = <1>;
		#size-cells = <0>;

		port@1 {
			reg = <1>;
			dsi_out_panel: endpoint {
				remote-endpoint = <&panel_in_dsi>;
			};
		};
	};
};

Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Change-Id: Ic4ad8ac66f479189d7193a69a02337e1cac3dcb8
2020-06-18 19:09:58 +08:00
..
arm MALI: rockchip: remove drivers/gpu/arm/midgard_for_linux/ 2020-06-18 17:26:44 +08:00
drm drm/rockchip: dsi: support dsi bridge 2020-06-18 19:09:58 +08:00
host1x gpu: host1x: Allocate gather copy for host1x 2019-12-31 16:35:29 +01:00
ipu-v3 gpu: ipu-v3: pre: don't trigger update if buffer address doesn't change 2019-12-05 09:21:07 +01:00
rogue
rogue_m GPU: Rogue_M: Update OPP users to put reference 2019-10-12 15:25:20 +08:00
vga
Makefile GPU: Kconfig: add gpu Kconfig to video Kconfig 2019-06-24 14:23:17 +08:00