lt;&dp0m0_pins>;
+ pinctrl-names = "default";
+};
+
+&dp0_in {
+ dp0_in_vp2: endpoint {
+ remote-endpoint = <&vp2_out_dp0>;
+ };
+};
+
+&dp0_out {
+ dp0_out_con: endpoint {
+ remote-endpoint = <&dp_con_in>;
+
= dev;
+ dp->aux.drm_dev = encoder->dev;
+ dp->aux.name = dev_name(dev);
+ dp->aux.transfer = dw_dp_aux_transfer;
+ ret = drm_dp_aux_register(&dp->aux);
+ if (ret) {
+ dev_err_probe(dev, ret, "Aux register failed\n");
+
dware-enablement/rockchip-3588/linux/-/commits/rk3588-hdmi-bridge-next-20241115
Signed-off-by: Cristian Ciocaltea
for whole series
Tested-by: FUKAUMI Naoki
Diginnos DG-NP09D 8.9inch 1920x1200 display works with your patch!
Name: HSE
EISA ID: ___0001
EDID version: 1.3
EDID extension blocks: 1
S
hi,
On 2/15/23 00:43, Sascha Hauer wrote:
On Mon, Feb 13, 2023 at 04:11:46PM +0900, FUKAUMI Naoki wrote:
hi,
on my rk3399 boards(ROCK Pi 4B+ and ROCK 4C+), fb0 is configured as
1920x1080, and nothing is displayed... "no signal" on display.
I can confirm this.
First of all there i
hi,
on my rk3399 boards(ROCK Pi 4B+ and ROCK 4C+), fb0 is configured as
1920x1080, and nothing is displayed... "no signal" on display.
--
FUKAUMI Naoki
On 2/8/23 18:08, Sascha Hauer wrote:
Some more small changes to this series, see changelog.
Sascha
Changes since v4:
- Use stru