Searched refs:hsync_start (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c57 mode->hdisplay, mode->hsync_start,
222 drm_mode->hsync_start = drm_mode->hsync_end -
224 drm_mode->hsync_start += CVT_H_GRANULARITY -
225 drm_mode->hsync_start % CVT_H_GRANULARITY;
257 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC;
447 drm_mode->hsync_start = hdisplay_rnd + hfront_porch;
448 drm_mode->hsync_end = drm_mode->hsync_start + hsync;
515 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch;
516 dmode->hsync_end = dmode->hsync_start + vm->hsync_len;
737 p->crtc_hsync_start = p->hsync_start;
[all...]
H A Ddrm_edid.c1250 (mode->hsync_end - mode->hsync_start == 32) &&
1507 mode->hsync_start = mode->hsync_start - 1;
1662 mode->hsync_start = mode->hdisplay + hsync_offset;
1663 mode->hsync_end = mode->hsync_start + hsync_pulse_width;
1832 mode->hsync_start--;
H A Ddrm_crtc.c1209 if (in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX ||
1218 out->hsync_start = in->hsync_start;
1251 out->hsync_start = in->hsync_start;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
H A Ddrm_crtc.h121 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
142 int hsync_start; member in struct:drm_display_mode
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_bios.c85 panel_fixed_mode->hsync_start = panel_fixed_mode->hdisplay +
87 panel_fixed_mode->hsync_end = panel_fixed_mode->hsync_start +
H A Dintel_panel.c44 adjusted_mode->hsync_start = fixed_mode->hsync_start;
H A Dintel_dvo.c262 C(hsync_start);
H A Dintel_tv.c1152 .hsync_start = 1368,
1413 mode_ptr->hsync_start = hactive_s + 1;
1415 if (mode_ptr->hsync_end <= mode_ptr->hsync_start)
1416 mode_ptr->hsync_end = mode_ptr->hsync_start + 1;
H A Dintel_lvds.c746 scan->hsync_start == fixed_mode->hsync_start &&
H A Dintel_sdvo.c794 h_sync_len = mode->hsync_end - mode->hsync_start;
799 h_sync_offset = mode->hsync_start - mode->hdisplay;
841 mode->hsync_start = mode->hdisplay + dtd->part2.h_sync_off;
842 mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;
843 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width;
H A Dintel_display.c4089 adjusted_mode->hsync_start == adjusted_mode->hdisplay)
7050 mode->hsync_start = (hsync & 0xffff) + 1;

Completed in 98 milliseconds