Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-14 | rockchip: video: Add LVDS support in vop driver | Jacob Chen | |
LVDS have a different display out mode, add code to get right flag. The vop_ip decide display device and the remote_vop_id decide which vop was being used. So we should use the remote_vop_id to set DCLK_VOP. Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2016-01-21 | rockchip: video: Add a video-output driver | Simon Glass | |
Some rockchip SoCs include video output (VOP). Add a driver to support this. It can output via a display driver (UCLASS_DISPLAY) and currently HDMI and eDP are supported. Signed-off-by: Simon Glass <sjg@chromium.org> |