/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-simple.c | 380 .vsync_end = 480 + 2 + 45, 405 .vsync_end = 600 + 16 + 6, 428 .vsync_end = 800 + 4 + 20, 451 .vsync_end = 768 + 14 + 42, 475 .vsync_end = 768 + 10 + 12, 498 .vsync_end = 768 + 3 + 6, 521 .vsync_end = 1080 + 25 + 10, 549 .vsync_end = 600 + 17 + 1, 577 .vsync_end = 768 + 4 + 4, 600 .vsync_end = 768 + 16 + 8, [all …]
|
D | panel-sharp-lq101r1sx01.c | 284 .vsync_end = 1600 + 4 + 8,
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | mdfld_tpo_vid.c | 55 mode->vsync_end = in tpo_vid_get_config_mode() 68 dev_dbg(dev->dev, "VSE is %d\n", mode->vsync_end); in tpo_vid_get_config_mode() 78 mode->vsync_end = 490; in tpo_vid_get_config_mode()
|
D | mdfld_tmd_vid.c | 58 mode->vsync_end = \ in tmd_vid_get_config_mode() 71 dev_dbg(dev->dev, "VSE is %d\n", mode->vsync_end); in tmd_vid_get_config_mode() 81 mode->vsync_end = 865; in tmd_vid_get_config_mode()
|
D | intel_bios.c | 175 panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start + in fill_detail_timing_data() 195 if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal) in fill_detail_timing_data() 196 panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1; in fill_detail_timing_data()
|
D | mdfld_dsi_dpi.c | 441 pclk_vsync = mode->vsync_end - mode->vsync_start; in mdfld_dsi_dpi_timing_calculation() 442 pclk_vbp = mode->vtotal - mode->vsync_end; in mdfld_dsi_dpi_timing_calculation() 702 adjusted_mode->vsync_end = fixed_mode->vsync_end; in mdfld_dsi_dpi_mode_fixup() 805 ((mode->vsync_end - 1) << 16) | (mode->vsync_start - 1)); in mdfld_set_pipe_timing()
|
D | oaktrail_lvds.c | 251 mode->vsync_end = \ in oaktrail_lvds_get_configuration_mode() 264 printk(KERN_INFO "VSE is %d\n", mode->vsync_end); in oaktrail_lvds_get_configuration_mode()
|
D | cdv_intel_lvds.c | 306 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; in cdv_intel_lvds_mode_fixup()
|
D | tc35876x-dsi-lvds.c | 594 mode->vsync_end = 824; in tc35876x_get_config_mode() 604 dev_info(&dev->pdev->dev, "VSE = %d\n", mode->vsync_end); in tc35876x_get_config_mode()
|
D | psb_intel_lvds.c | 422 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; in psb_intel_lvds_mode_fixup()
|
D | psb_intel_display.c | 423 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
|
D | cdv_intel_dp.c | 886 adjusted_mode->vsync_end = fixed_mode->vsync_end; in cdv_intel_fixed_panel_mode()
|
D | mdfld_intel_display.c | 720 adjusted_mode->vsync_end); in mdfld_crtc_mode_set()
|
D | cdv_intel_display.c | 967 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; in cdv_intel_crtc_mode_get()
|
D | psb_intel_sdvo.c | 788 mode->vsync_end = mode->vsync_start + in psb_intel_sdvo_get_mode_from_dtd() 790 mode->vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4; in psb_intel_sdvo_get_mode_from_dtd()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_modes.c | 58 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline() 290 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode() 322 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode() 514 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD; in drm_gtf_mode_complex() 594 dmode->vsync_end = dmode->vsync_start + vm->vsync_len; in drm_display_mode_from_videomode() 595 dmode->vtotal = dmode->vsync_end + vm->vback_porch; in drm_display_mode_from_videomode() 635 vm->vsync_len = dmode->vsync_end - dmode->vsync_start; in drm_display_mode_to_videomode() 636 vm->vback_porch = dmode->vtotal - dmode->vsync_end; in drm_display_mode_to_videomode() 798 p->crtc_vsync_end = p->vsync_end; in drm_mode_set_crtcinfo() 949 mode1->vsync_end == mode2->vsync_end && in drm_mode_equal_no_clocks_no_stereo() [all …]
|
D | drm_edid.c | 1796 mode->vsync_end *= 2; in drm_mode_do_interlace_quirk() 1874 mode->vsync_end = mode->vsync_start + vsync_pulse_width; in drm_mode_detailed() 1880 if (mode->vsync_end > mode->vtotal) in drm_mode_detailed() 1881 mode->vtotal = mode->vsync_end + 1; in drm_mode_detailed()
|
D | drm_crtc.c | 1727 in->vsync_start > USHRT_MAX || in->vsync_end > USHRT_MAX || in drm_crtc_convert_to_umode() 1739 out->vsync_end = in->vsync_end; in drm_crtc_convert_to_umode() 1777 out->vsync_end = in->vsync_end; in drm_crtc_convert_umode()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 57 mode->vsync_end = mode->vsync_start + timings->vsw; in copy_timings_omap_to_drm() 58 mode->vtotal = mode->vsync_end + timings->vbp; in copy_timings_omap_to_drm() 88 timings->vsw = mode->vsync_end - mode->vsync_start; in copy_timings_drm_to_omap() 89 timings->vbp = mode->vtotal - mode->vsync_end; in copy_timings_drm_to_omap() 249 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in omap_connector_mode_valid()
|
D | omap_crtc.c | 508 mode->vsync_end, mode->vtotal, in omap_crtc_mode_set()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_vtg.c | 150 tmp = (mode->vsync_end - mode->vsync_start + 1) << 16; in vtg_set_mode() 161 tmp = (mode->vsync_end - mode->vsync_start + 1) << 16; in vtg_set_mode() 173 tmp = (mode->vsync_end - mode->vsync_start) << 16; in vtg_set_mode() 187 tmp = (mode->vsync_end - mode->vsync_start + 1) << 16; in vtg_set_mode()
|
D | sti_drm_crtc.c | 101 mode->vsync_start, mode->vsync_end, in sti_drm_crtc_mode_set()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-vtc.h | 31 unsigned int vsync_end; member
|
D | xilinx-vtc.c | 216 (config->vsync_end << XVTC_F0_VSYNC_VEND_SHIFT) | in xvtc_generator_start()
|
D | xilinx-tpg.c | 207 config.vsync_end = vtotal - 1; in xtpg_s_stream()
|
/linux-4.1.27/include/drm/ |
D | drm_modes.h | 87 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \ 118 int vsync_end; member
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 279 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_mode_set() 281 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_mode_set() 468 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_mode_valid() 470 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_mode_valid()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_dsi_pll.c | 89 vsync = mode->vsync_end - mode->vsync_start; in dsi_rr_formula() 90 vbp = mode->vtotal - mode->vsync_end; in dsi_rr_formula()
|
D | intel_tv.c | 1163 .vsync_end = 1034, 1433 mode_ptr->vsync_end = vactive_s + 32; in intel_tv_get_modes() 1434 if (mode_ptr->vsync_end <= mode_ptr->vsync_start) in intel_tv_get_modes() 1435 mode_ptr->vsync_end = mode_ptr->vsync_start + 1; in intel_tv_get_modes()
|
D | intel_bios.c | 102 panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start + in fill_detail_timing_data() 122 if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal) in fill_detail_timing_data() 123 panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1; in fill_detail_timing_data()
|
D | intel_dsi.c | 717 vsync = mode->vsync_end - mode->vsync_start; in set_dsi_timings() 718 vbp = mode->vtotal - mode->vsync_end; in set_dsi_timings()
|
D | intel_dvo.c | 283 C(vsync_end); in intel_dvo_compute_config()
|
D | intel_panel.c | 80 scan->vsync_end == fixed_mode->vsync_end && in intel_find_panel_downclock()
|
D | intel_sdvo.c | 821 v_sync_len = mode->vsync_end - mode->vsync_start; in intel_sdvo_get_dtd_from_mode() 878 mode.vsync_end = mode.vsync_start + in intel_sdvo_get_mode_from_dtd() 880 mode.vsync_end += (dtd->part2.sync_off_width_high & 0x3) << 4; in intel_sdvo_get_mode_from_dtd()
|
D | i915_debugfs.c | 2509 mode->vsync_end, mode->vtotal, in intel_seq_print_mode()
|
D | intel_display.c | 6710 mode->vsync_end = pipe_config->base.adjusted_mode.crtc_vsync_end; in intel_mode_from_pipe_config() 9387 mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; in intel_crtc_mode_get()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_dtv_encoder.c | 122 mode->vsync_end, mode->vtotal, in mdp4_dtv_encoder_mode_set() 142 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set()
|
D | mdp4_lcdc_encoder.c | 288 mode->vsync_end, mode->vtotal, in mdp4_lcdc_encoder_mode_set() 308 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_lcdc_encoder_mode_set()
|
D | mdp4_crtc.c | 258 mode->vsync_end, mode->vtotal, in mdp4_crtc_mode_set_nofb()
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp_bridge.c | 69 mode->vsync_end, mode->vtotal, in edp_bridge_mode_set()
|
D | edp_ctrl.c | 1322 mode->vsync_end - mode->vsync_start); in msm_edp_ctrl_timing_cfg()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_encoder.c | 143 mode->vsync_end, mode->vtotal, in mdp5_encoder_mode_set() 181 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp5_encoder_mode_set()
|
D | mdp5_cmd_encoder.c | 210 mode->vsync_end, mode->vtotal, in mdp5_cmd_encoder_mode_set()
|
D | mdp5_crtc.c | 257 mode->vsync_end, mode->vtotal, in mdp5_crtc_mode_set_nofb()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_encoders.c | 331 unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; in radeon_panel_mode_fixup() 347 adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; in radeon_panel_mode_fixup()
|
D | radeon_combios.c | 1274 lvds->native_mode.vsync_end = lvds->native_mode.vsync_start + in radeon_combios_get_lvds_info()
|
D | radeon_atombios.c | 1665 lvds->native_mode.vsync_end = lvds->native_mode.vsync_start + in radeon_atombios_get_lvds_info()
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 125 value = ((mode->vsync_end - mode->vsync_start) << 16) /* VSYNW */ in shmob_drm_crtc_setup_geometry() 665 mode->vsync_end = sdev->pdata->panel.mode.vsync_end; in shmob_drm_connector_get_modes()
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1051 u32 vsync_start, vsync_end, vblank_start, vblank_end, vtotal, vactive; in intelfbhw_mode_to_hw() local 1191 vsync_end = vsync_start + var->vsync_len; in intelfbhw_mode_to_hw() 1192 vtotal = vsync_end + var->upper_margin; in intelfbhw_mode_to_hw() 1194 vblank_end = vsync_end + 1; in intelfbhw_mode_to_hw() 1197 vactive, vsync_start, vsync_end, vtotal, vblank_start, in intelfbhw_mode_to_hw() 1226 vsync_end--; in intelfbhw_mode_to_hw() 1227 if (check_overflow(vsync_end, VSYNCEND_MASK, "CRTC vsync_end")) in intelfbhw_mode_to_hw() 1247 *vs = (vsync_start << VSYNCSTART_SHIFT) | (vsync_end << VSYNCEND_SHIFT); in intelfbhw_mode_to_hw()
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 147 int vback_porch = mode->vtotal - mode->vsync_end; in atmel_hlcdc_dc_mode_valid() 148 int vsync_len = mode->vsync_end - mode->vsync_start; in atmel_hlcdc_dc_mode_valid()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | gbefb.c | 534 timing->vsync_end = timing->vsync_start + var->vsync_len; in compute_gbe_timing() 563 SET_GBE_FIELD(VT_VSYNC, VSYNC_OFF, val, timing->vsync_end); in gbe_set_timing_info() 996 var->upper_margin = timing.vtotal - timing.vsync_end; in gbefb_check_var() 999 var->vsync_len = timing.vsync_end - timing.vsync_start; in gbefb_check_var()
|
D | neofb.c | 266 int vsync_end = vsync_start + var->vsync_len; in vgaHWInit() local 267 int vtotal = vsync_end + var->upper_margin; in vgaHWInit() 317 par->CRTC[17] = (vsync_end & 0x0F) | 0x20; in vgaHWInit()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 289 mode->vsync_end = output_mode->vsync_end; in nv17_tv_get_hd_modes() 553 regs->fp_vert_regs[FP_SYNC_END] = output_mode->vsync_end - 1; in nv17_tv_mode_set()
|
D | dfp.c | 316 regp->fp_vert_regs[FP_SYNC_END] = output_mode->vsync_end - 1; in nv04_dfp_mode_set()
|
/linux-4.1.27/drivers/video/console/ |
D | vgacon.c | 760 u8 scanlines_lo = 0, r7 = 0, vsync_end = 0, mode, max_scan; in vgacon_doresize() local 792 vsync_end = inb_p(vga_video_port_val); in vgacon_doresize() 794 outb_p(vsync_end & ~0x80, vga_video_port_val); in vgacon_doresize() 810 outb_p(vsync_end, vga_video_port_val); in vgacon_doresize()
|
/linux-4.1.27/include/video/ |
D | gbe.h | 302 short vsync_end; /* Vertical sync end */ member
|
/linux-4.1.27/include/uapi/drm/ |
D | drm_mode.h | 109 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member
|
/linux-4.1.27/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 782 u32 vtotal, vactive, vblank_start, vblank_end, vsync_start, vsync_end; in vmlfb_set_par_locked() local 807 vsync_end = vsync_start + var->vsync_len; in vmlfb_set_par_locked() 852 ((vsync_end - 1) << 16) | (vsync_start - 1)); in vmlfb_set_par_locked()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 1827 val = ((m->vsync_end - m->vdisplay) / 2); in hdmi_v13_mode_set() 1836 ((m->vsync_end - m->vsync_start) * 4) + 5) / 2; in hdmi_v13_mode_set() 1862 val = (m->vsync_end - m->vdisplay); in hdmi_v13_mode_set() 1921 (m->vsync_end - m->vdisplay) / 2); in hdmi_v14_mode_set() 1945 m->vsync_end - m->vdisplay); in hdmi_v14_mode_set()
|
D | exynos_drm_dsi.c | 1522 vm->vback_porch = mode->vtotal - mode->vsync_end; in exynos_dsi_mode_set() 1523 vm->vsync_len = mode->vsync_end - mode->vsync_start; in exynos_dsi_mode_set()
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 894 mode->vsync_end - mode->vsync_start; in tda998x_encoder_mode_set() 905 (mode->vsync_end - mode->vsync_start)/2; in tda998x_encoder_mode_set() 911 (mode->vsync_end - mode->vsync_start)/2; in tda998x_encoder_mode_set()
|
D | ch7006_mode.c | 119 .vsync_end = vd + 26, \
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi_manager.c | 424 mode->vsync_end, mode->vtotal, in dsi_mgr_bridge_mode_set()
|
D | dsi_host.c | 802 u32 vs_end = mode->vsync_end - mode->vsync_start; in dsi_timing_setup()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | dc.c | 1151 value = ((mode->vsync_end - mode->vsync_start) << 16) | in tegra_dc_set_timings() 1155 value = ((mode->vtotal - mode->vsync_end) << 16) | in tegra_dc_set_timings()
|
D | sor.c | 1308 vse = mode->vsync_end - mode->vsync_start - 1; in tegra_sor_encoder_mode_set()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1929 mode->vsync_end = mode->vsync_start + 50; in vmw_guess_mode_timing() 1930 mode->vtotal = mode->vsync_end + 50; in vmw_guess_mode_timing()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 1135 vsynce = ((mode->vsync_end - mode->vsync_start) * vscan / ilace) - 1; in nv50_crtc_mode_set() 1136 vbackp = (mode->vtotal - mode->vsync_end) * vscan / ilace; in nv50_crtc_mode_set()
|
D | nouveau_bios.c | 477 mode->vsync_end = ROM16(mode_entry[33]) + 1; in nouveau_bios_fp_mode()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 900 u16 vsync_len = adjusted_mode->vsync_end - adjusted_mode->vsync_start; in vop_crtc_mode_set()
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 917 vsyncend = mode->vsync_end - 1; in mga_crtc_mode_set()
|
/linux-4.1.27/drivers/gpu/drm/bridge/ |
D | dw_hdmi.c | 1098 vsync_len = mode->vsync_end - mode->vsync_start; in hdmi_av_composer()
|