History log of /rk3399_rockchip-uboot/drivers/video/drm/rockchip_connector.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 1e77886e 21-Dec-2023 Damon Ding <damon.ding@rock-chips.com>

video/drm: display: add split_mode and dual_channel_mode flags

split_mode: two connectors with the same or different
interface type drive one panel or monitor.
dual_channel_mode: two connectors with

video/drm: display: add split_mode and dual_channel_mode flags

split_mode: two connectors with the same or different
interface type drive one panel or monitor.
dual_channel_mode: two connectors with the same interface
type drive one panel or monitor.

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: Ic935df3f098eb952bce82559599b6fbd93cde625

show more ...


# 13f658dc 15-Apr-2023 Damon Ding <damon.ding@rock-chips.com>

video/drm: dss: check dclk_inv from bus_flags

Use bus_flags to check dclk_inv, which synchronized with
kernel.

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: I155188fc7e3654b82e5b

video/drm: dss: check dclk_inv from bus_flags

Use bus_flags to check dclk_inv, which synchronized with
kernel.

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: I155188fc7e3654b82e5b0c9aba1627ada5a5ed0e

show more ...


# 690e9ed1 18-May-2023 Sandy Huang <hjc@rock-chips.com>

video/drm: add support HDMI display from SPL

The SPL display only can support at rk3528 hdmi output,
you can add the following config to enable SPL display:

CONFIG_ARM_SMP=y
CONFIG_MP_BOOT=y
CONFIG

video/drm: add support HDMI display from SPL

The SPL display only can support at rk3528 hdmi output,
you can add the following config to enable SPL display:

CONFIG_ARM_SMP=y
CONFIG_MP_BOOT=y
CONFIG_ARMV8_SET_SMPEN=y
CONFIG_SPL_DM_VIDEO=y
CONFIG_SPL_I2C_EDID=y

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I4fea0900b5f6714d8ca573ea715797d513c3bb03

show more ...


# 22007755 26-Jul-2022 Damon Ding <damon.ding@rock-chips.com>

drm/rockchip: display: add display mode valid check

1.Filter out invalid display modes in vop/vop2
mode_valid function.
2.Reserve function of connector mode_valid check.

Signed-off-by: Damon Ding

drm/rockchip: display: add display mode valid check

1.Filter out invalid display modes in vop/vop2
mode_valid function.
2.Reserve function of connector mode_valid check.

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: Idc98b14d93c5abc2953b3d834e4842a727b91328

show more ...


# 820a5c17 25-Jul-2022 Damon Ding <damon.ding@rock-chips.com>

drm/rockchip: display: add display check

1. Add vop2 check function. Splice vp should not
be initialized in 8k mode.
2. Reserve function of connector check.

Signed-off-by: Damon Ding <damon.ding@ro

drm/rockchip: display: add display check

1. Add vop2 check function. Splice vp should not
be initialized in 8k mode.
2. Reserve function of connector check.

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: Ib5ccf2201f72536ceb144bab6715b1d43d6e52fd

show more ...


# 0594ce39 27-Jun-2022 Zhang Yubing <yubing.zhang@rock-chips.com>

video/drm: support for multi connector

Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
Change-Id: Id87d4c81e60a9f69f3fbfc05ffd67a3d42cd21a4


# 58c17f51 12-Apr-2021 Sandy Huang <hjc@rock-chips.com>

video/drm: display: add pre_init for connecter

we need to know connecter type before set out plane policy for vop2

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I90f89894089ba35fd7755e

video/drm: display: add pre_init for connecter

we need to know connecter type before set out plane policy for vop2

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I90f89894089ba35fd7755ee4d7584c217d71b052

show more ...


# 1953e619 31-Jan-2019 Wyon Bi <bivvy.bi@rock-chips.com>

video/drm: Sync MIPI DSI Bus helper from Linux 4.9

This imports drivers/gpu/drm/drm_mipi_dsi.c from Linux kernel 4.9.
It can be very helpful when porting Linux mipi dsi driver to U-Boot.

DSI hosts

video/drm: Sync MIPI DSI Bus helper from Linux 4.9

This imports drivers/gpu/drm/drm_mipi_dsi.c from Linux kernel 4.9.
It can be very helpful when porting Linux mipi dsi driver to U-Boot.

DSI hosts expose operations which can be used by DSI peripheral drivers
to access associated devices.

Change-Id: Iccfa9d946f33458867f4d4db0ce04aeb1918e855
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>

show more ...


# 30d6d433 02-Feb-2018 Wyon Bi <bivvy.bi@rock-chips.com>

video/drm: lvds: Add support for PX30

Change-Id: I3ba982a42dad00014db4ce432843ca026023360d
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>


# 0c108ca1 26-Feb-2018 Wyon Bi <bivvy.bi@rock-chips.com>

video/drm: lvds: remove unused code

Change-Id: I452b6bb6a6dfda2a48d4c4b26aa0a6cf2b8242dc
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>


# c39a6706 02-Feb-2018 Wyon Bi <bivvy.bi@rock-chips.com>

video/drm: dsi: Add a better description for dw_mipi_dsi_plat_data

Change-Id: I5c172902f313c328c9c50f579b8ec5d149ca45e6
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>


# 186f8572 15-Sep-2017 Mark Yao <mark.yao@rock-chips.com>

drm/rockhcip: add drm rockchip display support

Change-Id: I5ef0e29d1e0855a7aa47bd0737835b79c53bf25a
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>