Searched refs:hactive (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/videomode/
H A Dedid.c372 unsigned hactive, hblank, hsyncwid, hsyncoff; local
385 hactive = EDID_DET_TIMING_HACTIVE(data);
397 vmp->hdisplay = hactive;
398 vmp->htotal = hactive + hblank;
399 vmp->hsync_start = hactive + hsyncoff;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.c908 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; local
918 if (hactive < 64 || vactive < 64)
937 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false);
953 mode->hdisplay = hactive;
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_reg.h434 int htotal, hdelay, hactive; member in struct:format_params
H A Dbktr_core.c3487 * bktr->cols) / (bktr->capture_area_x_size * fp->hactive);
3489 temp = (fp->hdelay * bktr->cols) / fp->hactive;

Completed in 78 milliseconds