| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_modes.c | 54 mode->hdisplay, mode->hsync_start, in drm_mode_debug_printmodeline() 219 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode() 221 drm_mode->hsync_start += CVT_H_GRANULARITY - in drm_cvt_mode() 222 drm_mode->hsync_start % CVT_H_GRANULARITY; in drm_cvt_mode() 254 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode() 442 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex() 443 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex() 672 p->crtc_hsync_start = p->hsync_start; in drm_mode_set_crtcinfo() 782 mode1->hsync_start == mode2->hsync_start && in drm_mode_equal()
|
| H A D | drm_edid.c | 541 (mode->hsync_end - mode->hsync_start == 32) && in mode_is_rb() 799 mode->hsync_start = mode->hsync_start - 1; in drm_mode_std() 954 mode->hsync_start = mode->hdisplay + hsync_offset; in drm_mode_detailed() 955 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed() 1125 mode->hsync_start--; in fixup_mode_1366x768()
|
| H A D | drm_mode.h | 90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
| H A D | drm_crtc.h | 116 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 137 int hsync_start; member
|
| H A D | drm_crtc.c | 1128 if (in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX || in drm_crtc_convert_to_umode() 1137 out->hsync_start = in->hsync_start; in drm_crtc_convert_to_umode() 1175 out->hsync_start = in->hsync_start; in drm_crtc_convert_umode()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_encoders.c | 283 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; in radeon_panel_mode_fixup() 285 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; in radeon_panel_mode_fixup() 297 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in radeon_panel_mode_fixup() 298 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup()
|
| H A D | radeon_legacy_crtc.c | 60 int hsync_start; in radeon_legacy_rmx_mode_set() local 90 hsync_start = mode->crtc_hsync_start - 8; in radeon_legacy_rmx_mode_set() 92 fp_h_sync_strt_wid = ((hsync_start & 0x1fff) in radeon_legacy_rmx_mode_set() 557 int hsync_start; in radeon_set_crtc_timing() local 604 hsync_start = mode->crtc_hsync_start - 8; in radeon_set_crtc_timing() 606 crtc_h_sync_strt_wid = ((hsync_start & 0x1fff) in radeon_set_crtc_timing()
|
| /freebsd-12.1/sys/dev/videomode/ |
| H A D | vesagtf.c | 623 vmp->hsync_start = h_pixels + h_front_porch; in vesagtf_mode_params() 624 vmp->hsync_end = vmp->hsync_start + h_sync; in vesagtf_mode_params() 682 vmp->hdisplay, vmp->hsync_start, vmp->hsync_end, vmp->htotal, in print_xf86_mode()
|
| H A D | videomode.h | 37 int hsync_start; member
|
| H A D | edid.c | 271 edid->edid_modes[i].hsync_start, in edid_print() 399 vmp->hsync_start = hactive + hsyncoff; in edid_det_timing() 400 vmp->hsync_end = vmp->hsync_start + hsyncwid; in edid_det_timing()
|
| /freebsd-12.1/sys/arm/ti/am335x/ |
| H A D | am335x_lcd.c | 190 #define MODE_HFP(mode) ((mode)->hsync_start - (mode)->hdisplay) 191 #define MODE_HSW(mode) ((mode)->hsync_end - (mode)->hsync_start) 891 sc->sc_panel.panel_hfp = videomode->hsync_start - videomode->hdisplay; in am335x_lcd_hdmi_event() 893 sc->sc_panel.panel_hsw = videomode->hsync_end - videomode->hsync_start; in am335x_lcd_hdmi_event() 915 hdmi_mode.hskew = videomode->hsync_end - videomode->hsync_start; in am335x_lcd_hdmi_event()
|
| /freebsd-12.1/sys/arm/allwinner/ |
| H A D | a10_hdmi.c | 609 hfp = mode->hsync_start - mode->hdisplay; in a10hdmi_set_videomode() 610 hspw = mode->hsync_end - mode->hsync_start; in a10hdmi_set_videomode() 611 hbp = mode->htotal - mode->hsync_start; in a10hdmi_set_videomode()
|
| H A D | a10_fb.c | 355 hspw = mode->hsync_end - mode->hsync_start; in a10fb_setup_tcon() 356 hbp = mode->htotal - mode->hsync_start; in a10fb_setup_tcon() 587 hdmi_mode.hskew = mode->hsync_end - mode->hsync_start; in a10fb_hdmi_event()
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | intel_panel.c | 46 adjusted_mode->hsync_start = fixed_mode->hsync_start; in intel_fixed_panel_mode()
|
| H A D | intel_tv.c | 1148 .hsync_start = 1368, 1402 mode_ptr->hsync_start = hactive_s + 1; in intel_tv_get_modes() 1404 if (mode_ptr->hsync_end <= mode_ptr->hsync_start) in intel_tv_get_modes() 1405 mode_ptr->hsync_end = mode_ptr->hsync_start + 1; in intel_tv_get_modes()
|
| H A D | intel_bios.c | 84 panel_fixed_mode->hsync_start = panel_fixed_mode->hdisplay + in fill_detail_timing_data() 86 panel_fixed_mode->hsync_end = panel_fixed_mode->hsync_start + in fill_detail_timing_data()
|
| H A D | intel_lvds.c | 831 scan->hsync_start == fixed_mode->hsync_start && in intel_find_lvds_downclock()
|
| H A D | intel_sdvo.c | 777 h_sync_len = mode->hsync_end - mode->hsync_start; in intel_sdvo_get_dtd_from_mode() 782 h_sync_offset = mode->hsync_start - mode->hdisplay; in intel_sdvo_get_dtd_from_mode() 825 mode->hsync_start = mode->hdisplay + dtd->part2.h_sync_off; in intel_sdvo_get_mode_from_dtd() 826 mode->hsync_start += (dtd->part2.sync_off_width_high & 0xc0) << 2; in intel_sdvo_get_mode_from_dtd() 827 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width; in intel_sdvo_get_mode_from_dtd()
|
| H A D | intel_dvo.c | 230 C(hsync_start); in intel_dvo_mode_fixup()
|
| /freebsd-12.1/sys/powerpc/mpc85xx/ |
| H A D | fsl_diu.c | 398 sc->sc_panel.panel_hbp = videomode->hsync_start - videomode->hdisplay; in diu_attach() 400 sc->sc_panel.panel_hpw = videomode->hsync_end - videomode->hsync_start; in diu_attach()
|
| /freebsd-12.1/sys/mips/ingenic/ |
| H A D | jz4780_lcd.c | 207 hfp = mode->hsync_start - mode->hdisplay; in jzlcd_set_videomode() 208 hsw = mode->hsync_end - mode->hsync_start; in jzlcd_set_videomode()
|
| /freebsd-12.1/sys/dev/hdmi/ |
| H A D | dwc_hdmi.c | 165 hfp = sc->sc_mode.hsync_start - sc->sc_mode.hdisplay; in dwc_hdmi_av_composer() 173 hsync_len = (sc->sc_mode.hsync_end - sc->sc_mode.hsync_start); in dwc_hdmi_av_composer()
|
| /freebsd-12.1/sys/arm/nvidia/drm2/ |
| H A D | tegra_hdmi.c | 771 h_sync_width = mode->hsync_end - mode->hsync_start; in hdmi_enable() 773 h_front_porch = mode->hsync_start - mode->hdisplay; in hdmi_enable()
|
| H A D | tegra_dc.c | 677 ((mode->hsync_end - mode->hsync_start) << 0)); in dc_crtc_mode_set() 685 ((mode->hsync_start - mode->hdisplay) << 0)); in dc_crtc_mode_set()
|
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 70 #define MODE_HFP(mode) ((mode)->hsync_start - (mode)->hdisplay) 71 #define MODE_HSW(mode) ((mode)->hsync_end - (mode)->hsync_start)
|