Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_mipi_dsi.h131 #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) macro
/linux-4.1.27/drivers/gpu/drm/panel/
Dpanel-simple.c1141 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS,
1198 MIPI_DSI_CLOCK_NON_CONTINUOUS,
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddsi.c527 if (dsi->flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in tegra_dsi_configure()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c687 dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) { in exynos_dsi_init_link()