Home
last modified time | relevance | path

Searched refs:MIPI_DSI_CLOCK_NON_CONTINUOUS (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_mipi_dsi.h131 #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) macro
/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-simple.c1261 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS,
1289 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS,
1346 MIPI_DSI_CLOCK_NON_CONTINUOUS,
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddsi.c539 if (dsi->flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in tegra_dsi_configure()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c836 dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) { in exynos_dsi_init_link()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_host.c701 if (!(flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in dsi_ctrl_config()