History log of /rk3399_rockchip-uboot/include/drm/drm_mipi_dsi.h (Results 1 – 3 of 3)
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 ...


# a92bdacc 29-Nov-2021 Guochun Huang <hero.huang@rock-chips.com>

video/drm: dsi: add dsc helper

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


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