Searched hist:"7 ac3c9342a8ed95843973bf14b3334c24e5aef37" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw-dp.c | 7ac3c9342a8ed95843973bf14b3334c24e5aef37 Thu Mar 21 08:35:12 UTC 2024 Zhang Yubing <yubing.zhang@rock-chips.com> video/drm: dw_dp: create a device for dp port
when DPTX support mst, it will mulit port in dts as follow: dp { dp0 { ... }; dp1 { ... }; ... };
The display route is described in the child node and not the top device node. It's better to create a device for the child node(dp0 node) for the rochchip display drvier to parse the display route correctly.
Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com> Change-Id: Ibf02e172eac22de83d86dcb7757fd162198234a7
|