Searched refs:videomode (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/arch/armv7/omap/
H A Dnxphdmivar.h19 int nxphdmi_set_videomode(struct videomode *);
H A Damdisplay.c26 #include <dev/videomode/videomode.h>
27 #include <dev/videomode/edidvar.h>
76 struct videomode *sc_active_mode;
207 sc->sc_active_mode = malloc(sizeof(struct videomode), M_DEVBUF,
231 sizeof(struct videomode));
376 free(sc->sc_active_mode, M_DEVBUF, sizeof(struct videomode));
500 struct videomode *m = sc->sc_active_mode;
H A Dnxphdmi.c60 #include <dev/videomode/videomode.h>
283 int nxphdmi_init_encoder(struct nxphdmi_softc *, struct videomode *);
286 int nxphdmi_set_videomode(struct videomode *);
617 nxphdmi_init_encoder(struct nxphdmi_softc *sc, struct videomode *mode)
781 nxphdmi_set_videomode(struct videomode *mode)
/openbsd-current/sys/dev/videomode/
H A DMakefile.videomode1 # $NetBSD: Makefile.videomode,v 1.2 2008/10/19 22:05:23 apb Exp $
5 # 1.) Change "src/sys/dev/videomode/modelines".
6 # 2.) Commit "src/sys/dev/videomode/modelines".
7 # 3.) Execute "make -f Makefile.videomode" in "src/sys/dev/videomode".
8 # 4.) Commit "src/sys/dev/videomode/videomode.c"
12 videomode.c: modelines modelines2c.awk
13 /bin/rm -f videomode.c
14 ${AWK} -f modelines2c.awk modelines > videomode
[all...]
H A Dvesagtf.h73 struct videomode *);
80 struct vesagtf_params *, int flags, struct videomode *);
H A Dvideomode.h1 /* $NetBSD: videomode.h,v 1.1 2006/03/04 02:34:27 gdamore Exp $ */
33 struct videomode { struct
66 extern const struct videomode videomode_list[];
H A Dedidvar.h84 struct videomode *edid_preferred_mode;
86 struct videomode edid_modes[64];
H A Dvesagtf.c156 #include <dev/videomode/videomode.h>
157 #include <dev/videomode/vesagtf.h>
160 #include "videomode.h"
164 void print_xf86_mode(struct videomode *m);
216 struct vesagtf_params *params, int flags, struct videomode *vmp)
632 vesagtf_mode(unsigned x, unsigned y, unsigned refresh, struct videomode *vmp)
660 print_xf86_mode(struct videomode *vmp)
683 struct videomode m;
H A Dedid.c39 #include <dev/videomode/videomode.h>
40 #include <dev/videomode/ediddevs.h>
41 #include <dev/videomode/edidreg.h>
42 #include <dev/videomode/edidvar.h>
43 #include <dev/videomode/vesagtf.h>
48 const struct videomode *edid_mode_lookup_list(const char *);
49 int edid_std_timing(uint8_t *, struct videomode *);
50 int edid_det_timing(uint8_t *, struct videomode *);
72 "720x400x70", /* hmm... videomode
[all...]
H A Dvideomode.c1 /* $OpenBSD: videomode.c,v 1.2 2012/12/05 23:20:22 deraadt Exp $ */
10 #include <dev/videomode/videomode.h>
25 const struct videomode videomode_list[] = {
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_modes.h35 struct videomode;
501 void drm_display_mode_from_videomode(const struct videomode *vm,
504 struct videomode *vm);
505 void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_modes.c42 #include <video/videomode.h>
1063 * @vm: videomode structure to use as source
1068 void drm_display_mode_from_videomode(const struct videomode *vm,
1105 * @vm: videomode structure to use as destination
1110 struct videomode *vm)
1144 * DE polarity from videomode and store it in a separate variable
1145 * @vm: videomode structure to use
1153 void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags)
1186 * 0 on success, a negative errno code when no of videomode node was found.
1192 struct videomode v
[all...]
/openbsd-current/sys/dev/usb/
H A Dudl.c47 #include <dev/videomode/videomode.h>
48 #include <dev/videomode/edidvar.h>

Completed in 105 milliseconds