Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-samsung-s6d16d0.c200 MIPI_DSI_CLOCK_NON_CONTINUOUS | in s6d16d0_probe()
Dpanel-panasonic-vvx10f034n00.c261 MIPI_DSI_CLOCK_NON_CONTINUOUS | in wuxga_nt_panel_probe()
Dpanel-sharp-ls043t1le01.c289 MIPI_DSI_CLOCK_NON_CONTINUOUS | in sharp_nt_panel_probe()
Dpanel-jdi-lt070me05000.c463 MIPI_DSI_CLOCK_NON_CONTINUOUS; in jdi_panel_probe()
Dpanel-raydium-rm67191.c559 MIPI_DSI_CLOCK_NON_CONTINUOUS; in rad_panel_probe()
Dpanel-truly-nt35597.c627 MIPI_DSI_CLOCK_NON_CONTINUOUS; in truly_nt35597_probe()
Dpanel-samsung-s6e3ha2.c698 dsi->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS; in s6e3ha2_probe()
Dpanel-simple.c3470 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS,
3528 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS,
3585 MIPI_DSI_CLOCK_NON_CONTINUOUS,
/Linux-v5.4/include/drm/
Ddrm_mipi_dsi.h131 #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) macro
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_dsi.c677 bool non_continuous = dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS; in vc4_dsi_ulps()
1014 ((dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) ? in vc4_dsi_encoder_enable()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dti-sn65dsi86.c324 dsi->mode_flags |= MIPI_DSI_CLOCK_NON_CONTINUOUS; in ti_sn_bridge_attach()
Dcdns-dsi.c756 if (!(output->dev->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in cdns_dsi_init_link()
/Linux-v5.4/drivers/gpu/drm/mcde/
Dmcde_dsi.c608 if (!(d->mdsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in mcde_dsi_start()
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_dsi.c361 tmp_reg |= (dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) << 6; in mtk_dsi_rxtx_control()
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddsi.c527 if (dsi->flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in tegra_dsi_configure()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c848 dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) { in exynos_dsi_init_link()
/Linux-v5.4/drivers/gpu/drm/msm/dsi/
Ddsi_host.c909 if (!(flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in dsi_ctrl_config()