Searched refs:vsync_start (Results 1 - 14 of 14) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c59 mode->vdisplay, mode->vsync_start,
227 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH;
228 drm_mode->vsync_end = drm_mode->vsync_start + vsync;
259 drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH;
260 drm_mode->vsync_end = drm_mode->vsync_start + vsync;
451 drm_mode->vsync_start = vdisplay_rnd + vodd_front_porch_lines;
452 drm_mode->vsync_end = drm_mode->vsync_start + V_SYNC_RQD;
520 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch;
521 dmode->vsync_end = dmode->vsync_start + vm->vsync_len;
742 p->crtc_vsync_start = p->vsync_start;
[all...]
H A Ddrm_edid.c1251 (mode->vsync_start - mode->vdisplay == 3);
1589 mode->vsync_start *= 2;
1667 mode->vsync_start = mode->vdisplay + vsync_offset;
1668 mode->vsync_end = mode->vsync_start + vsync_pulse_width;
H A Ddrm_crtc.c1212 in->vsync_start > USHRT_MAX || in->vsync_end > USHRT_MAX ||
1223 out->vsync_start = in->vsync_start;
1256 out->vsync_start = in->vsync_start;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h91 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h91 __u16 vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
H A Ddrm_crtc.h123 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
147 int vsync_start; member in struct:drm_display_mode
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_bios.c94 panel_fixed_mode->vsync_start = panel_fixed_mode->vdisplay +
96 panel_fixed_mode->vsync_end = panel_fixed_mode->vsync_start +
H A Dintel_crt.c558 uint32_t vsync_start = (vsync & 0xffff) + 1; local
560 vblank_start = vsync_start;
H A Dintel_panel.c49 adjusted_mode->vsync_start = fixed_mode->vsync_start;
H A Dintel_sdvo.c797 v_sync_len = mode->vsync_end - mode->vsync_start;
800 v_sync_offset = mode->vsync_start - mode->vdisplay;
850 mode->vsync_start = mode->vdisplay;
851 mode->vsync_start += (dtd->part2.v_sync_off_width >> 4) & 0xf;
852 mode->vsync_start += (dtd->part2.sync_off_width_high & 0x0c) << 2;
853 mode->vsync_start += dtd->part2.v_sync_off_high & 0xc0;
854 mode->vsync_end = mode->vsync_start +
H A Dintel_dvo.c266 C(vsync_start);
H A Dintel_tv.c1157 .vsync_start = 1027,
1420 mode_ptr->vsync_start = vactive_s + 1;
1422 if (mode_ptr->vsync_end <= mode_ptr->vsync_start)
1423 mode_ptr->vsync_end = mode_ptr->vsync_start + 1;
H A Dintel_lvds.c750 scan->vsync_start == fixed_mode->vsync_start &&
H A Dintel_display.c7054 mode->vsync_start = (vsync & 0xffff) + 1;

Completed in 107 milliseconds