History log of /rk3399_rockchip-uboot/drivers/video/drm/rohm-bu18tl82.c (Results 1 – 5 of 5)
Revision Date Author Comments
# edbf2db2 10-Jul-2024 Guochun Huang <hero.huang@rock-chips.com>

video/drm: dsi: Add _NO_ to MIPI_DSI_* flags disabling features

As described in link:

https://patchwork.freedesktop.org/patch/msgid/20210727094435.v3.1.I629b2366a6591410359c7fcf6d385b474b705ca2@cha

video/drm: dsi: Add _NO_ to MIPI_DSI_* flags disabling features

As described in link:

https://patchwork.freedesktop.org/patch/msgid/20210727094435.v3.1.I629b2366a6591410359c7fcf6d385b474b705ca2@changeid

Many of the DSI flags have names opposite to their actual effects,
e.g. MIPI_DSI_MODE_EOT_PACKET means that EoT packets will actually
be disabled. Fix this by including _NO_ in the flag names, e.g.
MIPI_DSI_MODE_NO_EOT_PACKET.

Change-Id: Iebabd01814d61b594fac730303bd4c659feea347
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>

show more ...


# fa0df57c 06-Apr-2023 Guochun Huang <hero.huang@rock-chips.com>

video/drm: rohm-bu18tl82: platdata auto alloc a mipi_dsi_device

Change-Id: I165b5c304cb875b3ed177d793d906267e4879b7c
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>


# 806b8544 08-Aug-2022 Luo Wei <lw@rock-chips.com>

video/drm: rohm-bu18tl82/bu18rl82: improve init progress and add retry function if i2c failed

Signed-off-by: Luo Wei <lw@rock-chips.com>
Change-Id: Ia18bc6dc9706564ecbaca25f02c74cdc7348e7ae


# cb87f8ea 05-Aug-2022 Guochun Huang <hero.huang@rock-chips.com>

video/drm: BU18TL82-M/BU18RL82-M: print i2c access failure info

Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Change-Id: I4230f8e6b27330a16742873e18956e1286e25a72


# b80a334a 09-Jun-2022 Guochun Huang <hero.huang@rock-chips.com>

video/drm: Add support for BU18TL82-M/BU18RL82-M

BU18TL82-M supports MIPI DSI and LVDS data
transmission by ROHM's original CDR (Clock Data
Recovery) technology. This chip is the serial interface
tr

video/drm: Add support for BU18TL82-M/BU18RL82-M

BU18TL82-M supports MIPI DSI and LVDS data
transmission by ROHM's original CDR (Clock Data
Recovery) technology. This chip is the serial interface
transmitter IC of the Clockless Link-BD series.

BU18TL82-M converts the MIPI DSI and LVDS data
stream into Clockless Link format transmit through 2
pairs of differential wires.

BU18RL82-M supports LVDS data transmission by
ROHM's original CDR (Clock Data Recovery) technology.
This chip is serial interface receiver IC of the Clockless
Link-BD series.

Change-Id: I0545eedcb4f76cebc56a59ab107eb24028ab71ce
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>

show more ...