| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | drm_modes.c | 227 if (vm->flags & DISPLAY_FLAGS_VSYNC_HIGH) in drm_display_mode_from_videomode() 267 vm->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in drm_display_mode_to_videomode()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | display.c | 274 ovt->vsync_level = vm->flags & DISPLAY_FLAGS_VSYNC_HIGH ? in videomode_to_omap_video_timings() 313 vm->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in omap_video_timings_to_videomode()
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | display_timing.h | 18 DISPLAY_FLAGS_VSYNC_HIGH = BIT(3), enumerator
|
| /OK3568_Linux_fs/kernel/drivers/video/ |
| H A D | of_display_timing.c | 76 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in of_parse_display_timing()
|
| /OK3568_Linux_fs/u-boot/drivers/video/sunxi/ |
| H A D | lcdc.c | 195 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in lcdc_tcon1_mode_set()
|
| H A D | sunxi_dw_hdmi.c | 313 (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH))) { in sunxi_dw_hdmi_enable()
|
| H A D | sunxi_display.c | 745 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in sunxi_ctfb_mode_to_display_timing()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fdtdec.h | 882 DISPLAY_FLAGS_VSYNC_HIGH = 1 << 3, enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | atmel_lcdfb.c | 159 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_fb_init()
|
| H A D | atmel_hlcdfb.c | 360 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_hlcdc_init()
|
| H A D | dw_hdmi.c | 409 inv_val |= (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH ? in hdmi_av_composer()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_vop.c | 160 if (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH) in rkvop_mode_set()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | malidp_hw.c | 347 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in malidp500_modeset() 692 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in malidp550_modeset()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_modes.c | 608 if (vm->flags & DISPLAY_FLAGS_VSYNC_HIGH) in drm_display_mode_from_videomode() 650 vm->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in drm_display_mode_to_videomode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-di.c | 611 if (sig->mode.flags & DISPLAY_FLAGS_VSYNC_HIGH) in ipu_di_init_sync_panel()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | ofnode.c | 477 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in ofnode_decode_display_timing()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_dpi.c | 450 dpi_pol.vsync_pol = vm.flags & DISPLAY_FLAGS_VSYNC_HIGH ? in mtk_dpi_set_display_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi5_core.c | 280 vsync_pol = !!(vm->flags & DISPLAY_FLAGS_VSYNC_HIGH); in hdmi_core_video_config()
|
| H A D | dispc.c | 3220 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings()
|
| H A D | dsi.c | 4735 dsi->vm.flags |= DISPLAY_FLAGS_VSYNC_HIGH; in dsi_set_config()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec.c | 1112 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in fdtdec_decode_display_timing()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbmon.c | 1334 if (vm->flags & DISPLAY_FLAGS_VSYNC_HIGH) in fb_videomode_from_videomode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/ |
| H A D | ltdc.c | 600 if (vm.flags & DISPLAY_FLAGS_VSYNC_HIGH) in ltdc_crtc_mode_set_nofb()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | pxafb.c | 2151 if (vm.flags & DISPLAY_FLAGS_VSYNC_HIGH) in of_get_pxafb_display()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 2179 .flags = DISPLAY_FLAGS_HSYNC_HIGH | DISPLAY_FLAGS_VSYNC_HIGH |
|