Skip to content

Integrate meta-seco-rk/linux-seco-rk/ap/e09-default-plane-config

Commit: edgehog/layers/seco/meta-seco-rk@374f3f47

Integrate linux-seco-rk/ap/e09-default-plane-config

--

Commit: edgehog/bsp/rockchip/linux-seco-rk@8a11e851

[E09][DTS] move hdmi to vp0 and edp to vp1

To allow combining hdmi+edp and hdmi+lvds, ensure that HDMI is always in vp0 and lvds/edp in vp1

--

Commit: edgehog/bsp/rockchip/linux-seco-rk@f26452b3

[E09][DTS] remove assignment of drm planes to video ports

Do not assign vop2 planes to vp0/vp1 in the dts.

Because all planes have to be assigned to a video port (otherwise some video ports stop working), this creates conflicts between overlays and they cannot be applied together.

After df3d7e53d3da208f99112edfdbe0f569d9834105, the driver automatically assigns the correct planes to the video ports that are currently enabled, so this commit remove the assignment from the dts overlays.

Merge request reports