Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_mipi_dsi.h23 #define MIPI_DSI_MSG_USE_LPM BIT(1) macro
/linux-4.1.27/drivers/gpu/drm/
Ddrm_mipi_dsi.c243 msg->flags |= MIPI_DSI_MSG_USE_LPM; in mipi_dsi_device_transfer()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c845 if (NEQV(xfer->flags & MIPI_DSI_MSG_USE_LPM, in exynos_dsi_send_to_fifo()
847 exynos_dsi_set_cmd_lpm(dsi, xfer->flags & MIPI_DSI_MSG_USE_LPM); in exynos_dsi_send_to_fifo()
/linux-4.1.27/drivers/gpu/drm/msm/dsi/
Ddsi_host.c1644 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_prepare()
1665 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_restore()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dsi.c109 if (msg->flags & MIPI_DSI_MSG_USE_LPM) { in intel_dsi_host_transfer()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddsi.c1267 if ((msg->flags & MIPI_DSI_MSG_USE_LPM) == 0) in tegra_dsi_host_transfer()