History log of /rk3399_rockchip-uboot/drivers/video/drm/rk618_dsi.c (Results 1 – 2 of 2)
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 ...


# f8436d05 22-Jul-2020 Wyon Bi <bivvy.bi@rock-chips.com>

video/drm: Add dsi driver for rk618

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