Searched refs:vsync (Results 1 - 25 of 63) sorted by last modified time

123

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h117 BDB_EFP_LIST = 21, /* workarounds for VGA hsync/vsync */
1045 u16 vsync; member in struct:generic_dtd_entry
H A Dintel_bios.c984 panel_fixed_mode->vsync_start + dtd->vsync;
H A Dintel_crt.c750 u32 vsync = intel_de_read(dev_priv, TRANS_VSYNC(cpu_transcoder)); local
751 u32 vsync_start = REG_FIELD_GET(VSYNC_START_MASK, vsync) + 1;
H A Ddvo_ns2501.c138 #define NS2501_REG80 0x80 /* low-byte vsync-start */
139 #define NS2501_REG81 0x81 /* high-byte vsync-start */
216 u16 vsync; /* manual vertical sync start, 80/81 */ member in struct:ns2501_configuration
243 .vsync = 2047, /* actually, ignored with this config */
263 .vsync = 807,
282 .vsync = 2047,
573 "vsync start : %d\n"
574 "vsync end : %d\n"
625 ns2501_writeb(dvo, NS2501_REG80, conf->vsync & 0xff);
626 ns2501_writeb(dvo, NS2501_REG81, conf->vsync >>
[all...]
H A Dvlv_dsi.c1023 u16 hactive, hfp, hsync, hbp, vfp, vsync; local
1087 vsync = intel_de_read(dev_priv, MIPI_VSYNC_PADDING_COUNT(port));
1096 adjusted_mode->crtc_vsync_end = vsync + adjusted_mode->crtc_vsync_start;
1223 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local
1240 vsync = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start;
1280 vsync);
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.h232 u32 vsync; member in struct:psb_offset
266 u32 vsync; member in struct:psb_pipe
H A Dpsb_device.c210 .vsync = VSYNC_A,
234 .vsync = VSYNC_B,
/linux-master/include/uapi/linux/
H A Dvideodev2.h1497 * @vsync: Vertical Sync length in lines
1517 * tot_height = height + vfrontporch + vsync + vbackporch +
1532 __u32 vsync; member in struct:v4l2_bt_timings
1636 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
2528 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon957
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c683 pr_cont("type=bt-656/1120, interlaced=%u, pixelclock=%llu, width=%u, height=%u, polarities=0x%x, hfrontporch=%u, hsync=%u, hbackporch=%u, vfrontporch=%u, vsync=%u, vbackporch=%u, il_vfrontporch=%u, il_vsync=%u, il_vbackporch=%u, standards=0x%x, flags=0x%x\n",
688 p->bt.vfrontporch, p->bt.vsync,
791 prt_names(p->u.vsync.field, v4l2_field_names));
/linux-master/drivers/media/i2c/
H A Dtda1997x.c757 vref_f1_start = bt->height + bt->vbackporch + bt->vsync +
760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch;
1105 u16 vtot, vact, vfront1, vfront2, vsync, vback1, vback2; local
1131 vsync = io_read(sd, REG_FMT_V_SYNC);
1137 vtot, vact, vfront1, vfront2, vsync, vback1, vback2, vsync_pos ? '+' : '-');
1149 timings->bt.vsync = vsync;
1158 timings->bt.il_vsync = timings->bt.vsync;
H A Dtc358743.c342 bt->vsync = frame_height - height;
347 bt->il_vsync = bt->vsync + 1;
H A Dadv7604.c1002 u16 cp_end_vbi = bt->vsync + bt->vbackporch;
1393 if (bt->vsync != stdi->lcvs)
1472 "%s: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, %chsync, %cvsync, %s\n",
1612 bt->vsync = hdmi_read16(sd, 0x2e, info->field0_vsync_mask) / 2;
2606 v4l2_info(sd, "STDI: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, %s, %chsync, %cvsync\n",
H A Dadv7842.c1048 u16 cp_end_vbi = bt->vsync + bt->vbackporch + 1;
1421 if (bt->vsync != stdi->lcvs)
1482 "%s: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, %chsync, %cvsync, %s\n",
1569 bt->vsync = ((hdmi_read(sd, 0x2e) & 0x1f) * 256 +
2777 "STDI: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, fcl = %d, %s, %chsync, %cvsync\n",
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c286 * The vsync length is 5 long sync pulses,
637 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; local
694 vsync = 4;
696 vsync = 5;
698 vsync = 6;
700 vsync = 7;
702 vsync = 7;
704 vsync = 10;
727 if (tmp1 < (vsync + CVT_MIN_V_PORCH))
728 vsyncandback_porch = vsync
[all...]
H A Ddrm_edid.c79 /* use +hsync +vsync for detailed mode */
3472 /* it is incorrect if hsync/vsync width is zero */
3572 int vsync, vmin, vmax; local
3580 vsync = drm_mode_vrefresh(mode);
3582 return (vsync <= vmax && vsync >= vmin);
6663 unsigned vsync = (timings->vsync[0] | (timings->vsync[1] & 0x7f) << 8) + 1; local
6666 bool vsync_positive = (timings->vsync[
[all...]
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1776 front_porch, back_porch, msa_h0, msa_v0, hsync, vsync, local
1890 vsync = mode->crtc_vsync_end - mode->crtc_vsync_start;
1891 msa_vertical_1 = CDNS_DP_MSAV1_VSYNC_WIDTH(vsync) |
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1465 if (v4l2_detect_cvt(total_v_lines, h_freq, bt->vsync, bt->width,
1476 if (v4l2_detect_gtf(total_v_lines, h_freq, bt->vsync,
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c951 timings->bt.vsync))) {
964 std_info->l3 = bt->vsync + bt->vbackporch + 1;
H A Dvpif_capture.c1194 timings->bt.vsync))) {
1207 std_info->l3 = bt->vsync + bt->vbackporch + 1;
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c136 u32 vsync; member in struct:dcmipp_bytecap_device::__anon1160
768 vcap->count.vsync++;
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c949 * vsync+--+
958 * vsync+-------------------------------+
985 u32 mds, sync, htotal, vtotal, vsync, hsync; local
991 vsync = FIELD_GET(VE_SYNC_STATUS_VSYNC, sync);
999 if (vsync > det->height)
1009 det->vbackporch = v->frame_top - vsync;
1011 det->vsync = vsync;
1014 det->vfrontporch = vsync - v->frame_bottom;
1015 det->vsync
[all...]
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vout.c428 mgb4_write_reg(video, regs->vsync, 0x40020202);
457 voutdev->regs[4].offset = voutdev->config->regs.vsync;
H A Dmgb4_vin.c161 timings->bt.vsync = (signal2 & 0x00FF0000) >> 16;
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c183 iowrite32(bt->vsync, &vo->sync_generator_v_sync_length);
543 cobalt_info("rx%d: vsync: %d\n", rx, ioread32(&vmr->vsync_time));
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c321 bt->vsync = hdmi_read16(state, ADV748X_HDMI_VSYNC_WIDTH,

Completed in 501 milliseconds

123