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

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_encoders.c283 unsigned hover = native_mode->hsync_start - native_mode->hdisplay;
285 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start;
297 adjusted_mode->hsync_start = native_mode->hdisplay + hover;
298 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width;
H A Dradeon_legacy_crtc.c60 int hsync_start; local
90 hsync_start = mode->crtc_hsync_start - 8;
92 fp_h_sync_strt_wid = ((hsync_start & 0x1fff)
557 int hsync_start; local
604 hsync_start = mode->crtc_hsync_start - 8;
606 crtc_h_sync_strt_wid = ((hsync_start & 0x1fff)
H A Dradeon_atombios.c1548 lvds->native_mode.hsync_start = lvds->native_mode.hdisplay +
1550 lvds->native_mode.hsync_end = lvds->native_mode.hsync_start +
H A Dradeon_combios.c1311 lvds->native_mode.hsync_start = lvds->native_mode.hdisplay +
1313 lvds->native_mode.hsync_end = lvds->native_mode.hsync_start +
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_modes.c57 mode->hdisplay, mode->hsync_start,
221 drm_mode->hsync_start = drm_mode->hsync_end -
223 drm_mode->hsync_start += CVT_H_GRANULARITY -
224 drm_mode->hsync_start % CVT_H_GRANULARITY;
256 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC;
443 drm_mode->hsync_start = hdisplay_rnd + hfront_porch;
444 drm_mode->hsync_end = drm_mode->hsync_start + hsync;
665 p->crtc_hsync_start = p->hsync_start;
760 mode1->hsync_start == mode2->hsync_start
[all...]
H A Ddrm_mode.h88 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
H A Ddrm_edid.c760 mode->hsync_start = mode->hsync_start - 1;
899 mode->hsync_start = mode->hdisplay + hsync_offset;
900 mode->hsync_end = mode->hsync_start + hsync_pulse_width;
948 (mode->hsync_end - mode->hsync_start == 32) &&
H A Ddrm_crtc.h106 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
127 int hsync_start; member in struct:drm_display_mode
H A Ddrm_crtc.c1015 if (in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX ||
1024 out->hsync_start = in->hsync_start;
1062 out->hsync_start = in->hsync_start;
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_panel.c46 adjusted_mode->hsync_start = fixed_mode->hsync_start;
H A Dintel_bios.c82 panel_fixed_mode->hsync_start = panel_fixed_mode->hdisplay +
84 panel_fixed_mode->hsync_end = panel_fixed_mode->hsync_start +
H A Dintel_tv.c1095 .hsync_start = 1368,
1341 mode_ptr->hsync_start = hactive_s + 1;
1343 if (mode_ptr->hsync_end <= mode_ptr->hsync_start)
1344 mode_ptr->hsync_end = mode_ptr->hsync_start + 1;
H A Dintel_lvds.c811 scan->hsync_start == fixed_mode->hsync_start &&
H A Dintel_sdvo.c798 mode->hsync_start = mode->hdisplay + dtd->part2.h_sync_off;
799 mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2;
800 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width;
H A Dintel_display.c7034 mode->hsync_start = (hsync & 0xffff) + 1;

Completed in 269 milliseconds