Searched refs:hskew (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/videomode/
H A Dvideomode.h46 int hskew; member in struct:videomode
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h58 #define DRM_MODE_FLAG_HSKEW (1<<9) /* hskew provided */
90 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
H A Ddrm_modes.c675 p->crtc_hskew = p->hskew;
785 mode1->hskew == mode2->hskew &&
H A Ddrm_crtc.h117 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
140 int hskew; member in struct:drm_display_mode
H A Ddrm_crtc.c1130 in->hskew > USHRT_MAX || in->vdisplay > USHRT_MAX ||
1140 out->hskew = in->hskew;
1178 out->hskew = in->hskew;
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_fb.c587 hdmi_mode.hskew = mode->hsync_end - mode->hsync_start;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dtda19988.c448 ref_pix += mode->hskew;
H A Dam335x_lcd.c880 hdmi_mode.hskew = videomode->hsync_end - videomode->hsync_start;

Completed in 120 milliseconds