Home
last modified time | relevance | path

Searched refs:hskew (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/videomode/
H A Dvideomode.h45 int hskew; member
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c657 p->crtc_hskew = p->hskew; in drm_mode_set_crtcinfo()
767 mode1->hskew == mode2->hskew && in drm_mode_equal()
H A Ddrm_mode.h88 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member
H A Ddrm_crtc.h115 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
138 int hskew; member
H A Ddrm_crtc.c1128 in->hskew > USHRT_MAX || in->vdisplay > USHRT_MAX || in drm_crtc_convert_to_umode()
1138 out->hskew = in->hskew; in drm_crtc_convert_to_umode()
1176 out->hskew = in->hskew; in drm_crtc_convert_umode()
/freebsd/sys/arm/ti/am335x/
H A Dtda19988.c447 ref_pix += mode->hskew; in tda19988_init_encoder()
H A Dam335x_lcd.c923 hdmi_mode.hskew = videomode->hsync_end - videomode->hsync_start; in am335x_lcd_hdmi_event()