History log of /rk3399_rockchip-uboot/drivers/video/drm/rockchip_dw_hdmi.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 6a3f4548 18-May-2023 Sandy Huang <hjc@rock-chips.com>

video/drm: hdmi: add compatible SPL display

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


# fb5b9a60 01-Apr-2023 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: dw-hdmi: Polls hdmi hpd status within two seconds

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I5b0a9d9fee691fb3247e927dffe3b925dc3b0b86


# 7ff748e1 03-Mar-2023 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: dw-hdmi: Support get phy cfg table from dts

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: Idbd802b2f5e17f3f448a560dc21f4d1a20bf1458


# cb24dc0e 26-Nov-2022 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: dw-hdmi: Add support for rk3528

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I3ae3c428e5796f440e76d2ccbdda251a0fc66ecf


# 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


# 91e56900 11-Oct-2021 Lei Chen <lei.chen@rock-chips.com>

drm/rockchip: hdmi: optionally force the output format to be RGB

Support HDMI can choose to output only RGB format

Signed-off-by: Lei Chen <lei.chen@rock-chips.com>
Change-Id: I32affcc6507aac9ced1f

drm/rockchip: hdmi: optionally force the output format to be RGB

Support HDMI can choose to output only RGB format

Signed-off-by: Lei Chen <lei.chen@rock-chips.com>
Change-Id: I32affcc6507aac9ced1fcae22411412d96bbd083

show more ...


# 2eab0e46 20-Aug-2021 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: hdmi: Check the color even if there is no baseparameter

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: Ife34b13f6dc6bcd5f478cd98794e2bc18fddcc12


# fc672cf1 05-Aug-2021 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: hdmi: Support read hdmi information from aux block of baseparameter

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I9780ebe3115a9cfb77b7d42b2cb69b07798d10bb


# 5ccb1b20 08-May-2021 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: hdmi: Support baseparameter2

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I92cb67d2daeca8fa0a4c5c5ceba7230b6aa30d9c


# 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 ...


# 5ccad8f6 29-Dec-2020 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: hdmi: Support RK3568 dw-hdmi

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I3c9275a44c519c3927ea7199147a738d4c2a1334


# 00997ff1 09-Jun-2020 Algea Cao <algea.cao@rock-chips.com>

edid: Move functions of sorting modes to edid.c

Not only does dw-hdmi use these functions, but others
need to use them, such as inno-hdmi.

Change-Id: I1ced6e30b7634511fecbbfb39c24ede78894dd1d
Signe

edid: Move functions of sorting modes to edid.c

Not only does dw-hdmi use these functions, but others
need to use them, such as inno-hdmi.

Change-Id: I1ced6e30b7634511fecbbfb39c24ede78894dd1d
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>

show more ...


# 1a4f6af8 02-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# a872a3be 13-Nov-2019 Algea Cao <algea.cao@rock-chips.com>

Revert "drm/rockchip: hdmi: init vmode picture_aspect_ratio"

This reverts commit 888e59c91d7f6f905c339c1892002d06e056a329.

The same mode may have different picture aspect ratio.
Some TV modes suppo

Revert "drm/rockchip: hdmi: init vmode picture_aspect_ratio"

This reverts commit 888e59c91d7f6f905c339c1892002d06e056a329.

The same mode may have different picture aspect ratio.
Some TV modes support only one of picture aspect ratios.
If the picture aspect ratio of this mode do not match in
the whitelist, the mode will be unavailable.

While HWC can make kernel don't report the picture
aspect ratios by ioctl, which avoids the judgment of the
picture aspect ratio in the whitelist.Some TVS will not
suffer from a loss of resolution.

Change-Id: I1c9b3f3ff9286ac5fcf8443d5d7544e2cd0cd0f2
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>

show more ...


# 888e59c9 29-Aug-2019 Sandy Huang <hjc@rock-chips.com>

drm/rockchip: hdmi: init vmode picture_aspect_ratio

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


# 84a1bd9c 18-Jul-2019 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: dw-hdmi: Support rk3368 hdmi

Change-Id: Iaef5abee75b6e754c4884009ee4dc799277b6253
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>


# 8e2bab3f 13-Jul-2018 Algea Cao <algea.cao@rock-chips.com>

drm: Transplant dw-hdmi code from rkdevelop

1.Updating edid parse method.
2.New hdmi i2c control method.
3.Adding mode filter.
4.Adding color select method.
5.Support hdmi 2.0.
6.Adding baseparamete

drm: Transplant dw-hdmi code from rkdevelop

1.Updating edid parse method.
2.New hdmi i2c control method.
3.Adding mode filter.
4.Adding color select method.
5.Support hdmi 2.0.
6.Adding baseparameter reading.
7.Support HDCP 1.4.

Tested in rk3399/rk3229/rk3128h/rk3328.

Change-Id: I2b3b1fb0079e97ba4b737781356e920548d6ad75
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>

show more ...


# f5e7d251 30-Oct-2017 Algea Cao <algea.cao@rock-chips.com>

drm/rockchip: Support drm dw-hdmi

Add drm hdmi refer to kernel. Support Synopsys PHY HDMI,
RK3399 has been tested.

Change-Id: Iaae35ff15333cd1082149e016157c66ec3a6f3a6
Signed-off-by: Algea Cao <alg

drm/rockchip: Support drm dw-hdmi

Add drm hdmi refer to kernel. Support Synopsys PHY HDMI,
RK3399 has been tested.

Change-Id: Iaae35ff15333cd1082149e016157c66ec3a6f3a6
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>

show more ...