Home
last modified time | relevance | path

Searched refs:MIPI_DSI_MSG_USE_LPM (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
Ddrm_mipi_dsi.h21 #define MIPI_DSI_MSG_USE_LPM BIT(1) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_mipi_dsi.c358 msg->flags |= MIPI_DSI_MSG_USE_LPM; in mipi_dsi_device_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c1010 if (NEQV(xfer->flags & MIPI_DSI_MSG_USE_LPM, in exynos_dsi_send_to_fifo()
1012 exynos_dsi_set_cmd_lpm(dsi, xfer->flags & MIPI_DSI_MSG_USE_LPM); in exynos_dsi_send_to_fifo()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
Ddsi_host.c2050 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_prepare()
2072 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_restore()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c380 bool lpm = msg->flags & MIPI_DSI_MSG_USE_LPM; in dw_mipi_message_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dnwl-dsi.c567 hs_mode = (xfer->msg->flags & MIPI_DSI_MSG_USE_LPM) ? 0 : 1; in nwl_dsi_begin_transmission()
Dcdns-dsi.c1065 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in cdns_dsi_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_dsi.c1208 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in vc4_dsi_host_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Ddsi.c1359 if ((msg->flags & MIPI_DSI_MSG_USE_LPM) == 0) in tegra_dsi_host_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dvlv_dsi.c141 if (msg->flags & MIPI_DSI_MSG_USE_LPM) { in intel_dsi_host_transfer()
Dicl_dsi.c1686 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in gen11_dsi_host_transfer()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch628 #define MIPI_DSI_MSG_USE_LPM BIT(1)
Ddrivers.patch15176 msg->flags |= MIPI_DSI_MSG_USE_LPM;
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch8286 + use_lpm = msg->flags & MIPI_DSI_MSG_USE_LPM ? true : false;