Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/panel/
A Dpanel-boe-himax8279d.c528 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
828 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
A Dpanel-boe-tv101wum-nl6.c1386 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1413 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1441 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1468 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
1495 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
A Dpanel-innolux-p079zca.c228 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
375 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
A Dpanel-sitronix-st7703.c152 MIPI_DSI_MODE_VIDEO_BURST | MIPI_DSI_MODE_VIDEO_SYNC_PULSE,
336 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE,
A Dpanel-osd-osd101t2587-53ts.c186 MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in osd101t2587_panel_probe()
A Dpanel-ilitek-ili9881c.c937 .mode_flags = MIPI_DSI_MODE_VIDEO_SYNC_PULSE,
944 .mode_flags = MIPI_DSI_MODE_VIDEO_SYNC_PULSE,
A Dpanel-mantix-mlaf057we51.c285 MIPI_DSI_MODE_VIDEO_BURST | MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in mantix_probe()
A Dpanel-raspberrypi-touchscreen.c463 MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in rpi_touchscreen_dsi_probe()
A Dpanel-boe-bf060y8m-aj0.c382 MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in boe_bf060y8m_aj0_probe()
A Dpanel-raydium-rm67191.c570 dsi->mode_flags |= MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in rad_panel_probe()
A Dpanel-simple.c4428 MIPI_DSI_MODE_VIDEO_SYNC_PULSE,
4512 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
4571 MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
/linux-6.3-rc2/drivers/gpu/drm/bridge/cadence/
A Dcdns-dsi-core.c480 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_mode2cfg()
530 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_adjust_phy_config()
591 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_check_conf()
797 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_bridge_enable()
804 if (!(output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE)) in cdns_dsi_bridge_enable()
870 if (output->dev->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in cdns_dsi_bridge_enable()
/linux-6.3-rc2/drivers/gpu/drm/bridge/adv7511/
A Dadv7533.c165 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in adv7533_attach_dsi()
/linux-6.3-rc2/drivers/gpu/drm/bridge/
A Dtc358762.c218 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in tc358762_probe()
A Dnwl-dsi.c302 !(dsi->dsi_mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE); in nwl_dsi_config_dpi()
308 mode = ((dsi->dsi_mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) ? in nwl_dsi_config_dpi()
A Dlontium-lt9211.c711 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in lt9211_host_attach()
A Dparade-ps8640.c627 MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in ps8640_bridge_get_dsi_resources()
A Dlontium-lt9611uxc.c279 dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE | in lt9611uxc_attach_dsi()
/linux-6.3-rc2/include/drm/
A Ddrm_mipi_dsi.h121 #define MIPI_DSI_MODE_VIDEO_SYNC_PULSE BIT(2) macro
/linux-6.3-rc2/drivers/gpu/drm/mcde/
A Dmcde_dsi.c444 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mcde_dsi_setup_video_mode()
522 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mcde_dsi_setup_video_mode()
616 if (d->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in mcde_dsi_setup_video_mode()
/linux-6.3-rc2/drivers/gpu/drm/hisilicon/kirin/
A Ddw_drm_dsi.c518 MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in dsi_set_video_mode()
520 MIPI_DSI_MODE_VIDEO_SYNC_PULSE; in dsi_set_video_mode()
/linux-6.3-rc2/drivers/gpu/drm/mediatek/
A Dmtk_dsi.c336 else if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in mtk_dsi_set_mode()
477 if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) in mtk_dsi_config_vdo_timing()
/linux-6.3-rc2/drivers/gpu/drm/stm/
A Ddw_mipi_dsi-stm.c394 if (mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in dw_mipi_dsi_stm_mode_valid()
/linux-6.3-rc2/drivers/gpu/drm/rcar-du/
A Drzg2l_mipi_dsi.c370 if ((dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) && in rzg2l_mipi_dsi_set_display_timing()
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Ddsi.c495 if (dsi->flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) { in tegra_dsi_configure()
547 if ((dsi->flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) == 0) in tegra_dsi_configure()

Completed in 53 milliseconds

12