Home
last modified time | relevance | path

Searched refs:hsync_end (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_modes.c53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline()
214 drm_mode->hsync_end = drm_mode->hdisplay + hblank / 2; in drm_cvt_mode()
215 drm_mode->hsync_start = drm_mode->hsync_end - in drm_cvt_mode()
249 drm_mode->hsync_end = drm_mode->hdisplay + CVT_RB_H_BLANK / 2; in drm_cvt_mode()
250 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; in drm_cvt_mode()
425 drm_mode->hsync_end = drm_mode->hsync_start + hsync; in drm_gtf_mode_complex()
655 p->crtc_hsync_end = p->hsync_end; in drm_mode_set_crtcinfo()
765 mode1->hsync_end == mode2->hsync_end && in drm_mode_equal()
H A Ddrm_edid.c538 (mode->hsync_end - mode->hdisplay == 80) && in mode_is_rb()
539 (mode->hsync_end - mode->hsync_start == 32) && in mode_is_rb()
798 mode->hsync_end = mode->hsync_end - 1; in drm_mode_std()
953 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed()
962 if (mode->hsync_end > mode->htotal) in drm_mode_detailed()
963 mode->htotal = mode->hsync_end + 1; in drm_mode_detailed()
1124 mode->hsync_end--; in fixup_mode_1366x768()
H A Ddrm_mode.h88 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member
H A Ddrm_crtc.h114 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
136 int hsync_end; member
H A Ddrm_crtc.c1115 in->hsync_end > USHRT_MAX || in->htotal > USHRT_MAX || in drm_crtc_convert_to_umode()
1124 out->hsync_end = in->hsync_end; in drm_crtc_convert_to_umode()
1162 out->hsync_end = in->hsync_end; in drm_crtc_convert_umode()
/freebsd/sys/dev/videomode/
H A Dvideomode.h37 int hsync_end; member
H A Dvesagtf.c617 vmp->hsync_end = vmp->hsync_start + h_sync; in vesagtf_mode_params()
675 vmp->hdisplay, vmp->hsync_start, vmp->hsync_end, vmp->htotal, in print_xf86_mode()
H A Dedid.c268 edid->edid_modes[i].hsync_end, in edid_print()
396 vmp->hsync_end = vmp->hsync_start + hsyncwid; in edid_det_timing()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd.c190 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end)
192 #define MODE_HSW(mode) ((mode)->hsync_end - (mode)->hsync_start)
900 sc->sc_panel.panel_hbp = videomode->htotal - videomode->hsync_end; in am335x_lcd_hdmi_event()
901 sc->sc_panel.panel_hsw = videomode->hsync_end - videomode->hsync_start; in am335x_lcd_hdmi_event()
923 hdmi_mode.hskew = videomode->hsync_end - videomode->hsync_start; in am335x_lcd_hdmi_event()
H A Dtda19988.c439 hs_pix_stop = mode->hsync_end - mode->hdisplay; in tda19988_init_encoder()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c394 sc->sc_panel.panel_hfp = videomode->htotal - videomode->hsync_end; in diu_attach()
395 sc->sc_panel.panel_hpw = videomode->hsync_end - videomode->hsync_start; in diu_attach()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c764 h_sync_width = mode->hsync_end - mode->hsync_start; in hdmi_enable()
765 h_back_porch = mode->htotal - mode->hsync_end; in hdmi_enable()
H A Dtegra_dc.c670 ((mode->hsync_end - mode->hsync_start) << 0)); in dc_crtc_mode_set()
674 ((mode->htotal - mode->hsync_end) << 0)); in dc_crtc_mode_set()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c63 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end)
65 #define MODE_HSW(mode) ((mode)->hsync_end - (mode)->hsync_start)
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.c172 hsync_len = (sc->sc_mode.hsync_end - sc->sc_mode.hsync_start); in dwc_hdmi_av_composer()