Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/bridge/
Dcdns-dsi.c519 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_mode2cfg()
570 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_adjust_phy_config()
631 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_check_conf()
817 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_bridge_enable()
824 if (!(output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE)) in cdns_dsi_bridge_enable()
890 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_bridge_enable()
/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-innolux-p079zca.c248 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
396 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
Dpanel-osd-osd101t2587-53ts.c190 MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in osd101t2587_panel_probe()
Dpanel-raspberrypi-touchscreen.c465 MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in rpi_touchscreen_dsi_probe()
Dpanel-rocktech-jh057n00900.c321 MIPI_DSI_MODE_VIDEO_BURST | MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in jh057n_probe()
Dpanel-ilitek-ili9881c.c465 dsi->mode_flags = MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in ili9881c_dsi_probe()
Dpanel-raydium-rm67191.c573 dsi->mode_flags |= MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in rad_panel_probe()
Dpanel-simple.c3500 MIPI_DSI_MODE_VIDEO_SYNC_PULSE,
3584 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
3643 MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
/Linux-v5.4/drivers/gpu/drm/bridge/adv7511/
Dadv7533.c167 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in adv7533_attach_dsi()
/Linux-v5.4/include/drm/
Ddrm_mipi_dsi.h115 #define MIPI_DSI_MODE_VIDEO_SYNC_PULSE BIT(2) macro
/Linux-v5.4/drivers/gpu/drm/mcde/
Dmcde_dsi.c380 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mcde_dsi_setup_video_mode()
443 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mcde_dsi_setup_video_mode()
498 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mcde_dsi_setup_video_mode()
/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/
Ddw_drm_dsi.c516 MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in dsi_set_video_mode()
518 MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in dsi_set_video_mode()
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_dsi.c290 else if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in mtk_dsi_set_mode()
420 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in mtk_dsi_config_vdo_timing()
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddsi.c503 if (dsi->flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in tegra_dsi_configure()
555 if ((dsi->flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) == 0) in tegra_dsi_configure()
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c526 else if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in dw_mipi_dsi_video_mode_config()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c802 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in exynos_dsi_init_link()
/Linux-v5.4/drivers/gpu/drm/msm/dsi/
Ddsi_host.c785 else if (mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in dsi_get_traffic_mode()