Home | History | Annotate | Download | only in pci

Lines Matching refs:videomode

47 #include <dev/videomode/videomode.h>
48 #include <dev/videomode/edidvar.h>
145 struct videomode *sc_my_mode;
208 static struct videomode default_mode = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, };
234 static void mach64_get_mode(struct mach64_softc *, struct videomode *);
240 struct videomode *);
244 static int mach64_modeswitch(struct mach64_softc *, struct videomode *);
418 const struct videomode *mode = NULL;
523 "videomode", &mptr);
634 struct videomode *m = sc->sc_ei.edid_preferred_mode;
637 sizeof(struct videomode));
650 struct videomode *m = sc->sc_ei.edid_modes;
663 sizeof(struct videomode));
930 mach64_get_mode(struct mach64_softc *sc, struct videomode *mode)
1065 struct videomode *mode)
1138 mach64_modeswitch(struct mach64_softc *sc, struct videomode *mode)