Home
last modified time | relevance | path

Searched defs:videomode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/videomode/
H A Dvideomode.h33 struct videomode { struct
34 int dot_clock; /* Dot clock frequency in kHz. */
35 int hdisplay;
36 int hsync_start;
37 int hsync_end;
38 int htotal;
39 int vdisplay;
40 int vsync_start;
41 int vsync_end;
42 int vtotal;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_conn.c70 struct videomode videomode; in connector_get_modes() local