Searched refs:vsync_pol (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_wp.c | 148 bool vsync_pol, hsync_pol; in hdmi_wp_video_config_interface() local 151 vsync_pol = timings->vsync_level == OMAPDSS_SIG_ACTIVE_HIGH; in hdmi_wp_video_config_interface() 155 r = FLD_MOD(r, vsync_pol, 7, 7); in hdmi_wp_video_config_interface()
|
D | hdmi5_core.c | 309 bool vsync_pol, hsync_pol; in hdmi_core_video_config() local 311 vsync_pol = in hdmi_core_video_config() 318 r = FLD_MOD(r, vsync_pol, 6, 6); in hdmi_core_video_config()
|
/Linux-v6.6/drivers/media/pci/zoran/ |
D | videocodec.h | 203 unsigned int vsync_pol:1; member
|
D | zr36060.c | 508 reg = (!pol->vsync_pol ? ZR060_VPR_VS_POL : 0) in zr36060_set_video()
|
D | zoran_device.c | 293 if (zr->card.vfe_pol.vsync_pol) in zr36057_set_vfe()
|
/Linux-v6.6/drivers/gpu/ipu-v3/ |
D | ipu-csi.c | 139 unsigned vsync_pol:1; member 360 csicfg->vsync_pol = (mbus_cfg->bus.parallel.flags & in fill_csi_bus_cfg() 473 cfg.vsync_pol << CSI_SENS_CONF_VSYNC_POL_SHIFT | in ipu_csi_init_interface()
|
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5_core.c | 278 bool vsync_pol, hsync_pol; in hdmi_core_video_config() local 280 vsync_pol = !!(vm->flags & DISPLAY_FLAGS_VSYNC_HIGH); in hdmi_core_video_config() 285 r = FLD_MOD(r, vsync_pol, 6, 6); in hdmi_core_video_config()
|
/Linux-v6.6/drivers/gpu/drm/imx/lcdc/ |
D | imx-lcdc.c | 200 const int vsync_pol = (mode->flags & DRM_MODE_FLAG_PVSYNC) ? 0 : 1; in imx_lcdc_pipe_enable() local 212 FIELD_PREP(IMX21LCDC_LPCR_FLMPOL, vsync_pol) | in imx_lcdc_pipe_enable()
|
/Linux-v6.6/drivers/gpu/drm/mediatek/ |
D | mtk_dpi.c | 102 enum mtk_dpi_polarity vsync_pol; member 248 (dpi_pol->vsync_pol == MTK_DPI_POLARITY_RISING ? 0 : VSYNC_POL); in mtk_dpi_config_pol() 553 dpi_pol.vsync_pol = vm.flags & DISPLAY_FLAGS_VSYNC_HIGH ? in mtk_dpi_set_display_mode()
|
/Linux-v6.6/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1047 u32 vsync_pol, hsync_pol; in intelfbhw_mode_to_hw() local 1089 vsync_pol = (var->sync & FB_SYNC_VERT_HIGH_ACT) ? in intelfbhw_mode_to_hw() 1094 (vsync_pol << ADPA_VSYNC_ACTIVE_SHIFT); in intelfbhw_mode_to_hw()
|
/Linux-v6.6/drivers/gpu/drm/bridge/ |
D | ite-it6505.c | 686 int hsync_pol, vsync_pol, interlaced; in it6505_calc_video_info() local 694 vsync_pol = (rddata & INPUT_VSYNC_POL) >> 2; in it6505_calc_video_info() 710 hsync_pol, vsync_pol, interlaced); in it6505_calc_video_info()
|