/src/sys/arch/arm/sunxi/ |
sunxi_display.h | 36 struct videomode; 38 void sunxi_tcon1_set_videomode(device_t, const struct videomode *); 39 void sunxi_debe_set_videomode(device_t, const struct videomode *);
|
sunxi_hdmi.c | 51 #include <dev/videomode/videomode.h> 52 #include <dev/videomode/edidvar.h> 133 const struct videomode *, u_int); 135 const struct videomode *, u_int); 655 const struct videomode *mode; 834 const struct videomode *mode, u_int display_mode) 998 const struct videomode *mode, u_int display_mode)
|
/src/sys/dev/videomode/ |
videomode.h | 1 /* $NetBSD: videomode.h,v 1.3 2011/04/09 18:22:31 jdc Exp $ */ 33 struct videomode { struct 66 extern const struct videomode videomode_list[]; 69 const struct videomode *pick_mode_by_dotclock(int, int, int); 70 const struct videomode *pick_mode_by_ref(int, int, int); 71 void sort_modes(struct videomode *, struct videomode **, int);
|
vesagtf.h | 73 struct videomode *); 80 struct vesagtf_params *, int flags, struct videomode *);
|
edidvar.h | 37 #include <dev/videomode/videomode.h> 88 struct videomode *edid_preferred_mode; 90 struct videomode edid_modes[64];
|
pickmode.c | 35 #include <dev/videomode/videomode.h> 44 const struct videomode * 47 const struct videomode *this, *best = NULL; 69 const struct videomode * 72 const struct videomode *this, *best = NULL; 102 swap_modes(struct videomode *left, struct videomode *right) 104 struct videomode temp; 120 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes [all...] |
vesagtf.c | 165 #include <dev/videomode/videomode.h> 166 #include <dev/videomode/vesagtf.h> 217 struct vesagtf_params *params, int flags, struct videomode *vmp) 633 vesagtf_mode(unsigned x, unsigned y, unsigned refresh, struct videomode *vmp) 662 print_xf86_mode (struct videomode *vmp) 685 struct videomode m;
|
edid.c | 50 #include <dev/videomode/videomode.h> 51 #include <dev/videomode/ediddevs.h> 52 #include <dev/videomode/edidreg.h> 53 #include <dev/videomode/edidvar.h> 54 #include <dev/videomode/vesagtf.h> 91 #include <dev/videomode/ediddevs_data.h> 301 static const struct videomode * 312 static struct videomode * 313 edid_search_mode(struct edid_info *edid, const struct videomode *mode [all...] |
videomode.c | 1 /* $NetBSD: videomode.c,v 1.11 2011/03/30 18:46:32 jdc Exp $ */ 11 __KERNEL_RCSID(0, "$NetBSD: videomode.c,v 1.11 2011/03/30 18:46:32 jdc Exp $"); 13 #include <dev/videomode/videomode.h> 28 const struct videomode videomode_list[] = {
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front_conn.c | 20 #include <video/videomode.h> 70 struct videomode videomode; local in function:connector_get_modes 77 memset(&videomode, 0, sizeof(videomode)); 78 videomode.hactive = pipeline->width; 79 videomode.vactive = pipeline->height; 80 width = videomode.hactive + videomode.hfront_porch + 81 videomode.hback_porch + videomode.hsync_len [all...] |
/src/usr.sbin/videomode/ |
Makefile | 7 PROG=videomode
|
/src/sys/arch/sparc64/dev/ |
ffbvar.h | 37 #include <dev/videomode/videomode.h> 38 #include <dev/videomode/edidvar.h> 39 #include <dev/videomode/edidreg.h>
|
/src/sbin/wsconsctl/ |
Makefile | 5 mouse.c util.c wsconsctl.c edid.c vesagtf.o videomode.o 15 .PATH: ${NETBSDSRCDIR}/sys/dev/videomode
|
util.c | 36 #include <dev/videomode/videomode.h> 37 #include <dev/videomode/edidreg.h> 38 #include <dev/videomode/edidvar.h>
|
/src/sys/arch/arm/nvidia/ |
tegra_var.h | 65 struct videomode; 67 int tegra_dc_enable(device_t, device_t, const struct videomode *,
|
/src/sys/arch/arm/iomd/ |
vidc.h | 58 #include <dev/videomode/videomode.h> 186 struct videomode timings;
|
/src/sys/dev/ic/ |
igsfbvar.h | 36 #include <dev/videomode/videomode.h> 82 const struct videomode *dc_mode; 208 void igsfb_set_mode(struct igsfb_devconfig *, const struct videomode *, int);
|
/src/sys/dev/pci/ |
tdvfbvar.h | 68 const struct videomode *sc_videomode;
|
radeonfbvar.h | 57 #include <dev/videomode/videomode.h> 58 #include <dev/videomode/edidvar.h> 139 struct videomode rc_videomode; 189 //struct videomode rd_videomode;
|
pm2fb.c | 44 #include <dev/videomode/videomode.h> 63 #include <dev/videomode/videomode.h> 64 #include <dev/videomode/edidvar.h> 65 #include <dev/videomode/edidreg.h> 118 const struct videomode *sc_videomode; 199 static void pm2fb_set_mode(struct pm2fb_softc *, const struct videomode *); 1383 struct videomode *m = sc->sc_ei.edid_preferred_mode; 1396 struct videomode *m = sc->sc_ei.edid_modes [all...] |
machfb.c | 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) [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_modes.h | 37 struct videomode; 496 void drm_display_mode_from_videomode(const struct videomode *vm, 499 struct videomode *vm); 500 void drm_bus_flags_from_videomode(const struct videomode *vm, u32 *bus_flags);
|
/src/sys/arch/macppc/dev/ |
valkyriefb.c | 55 #include <dev/videomode/videomode.h> 76 const struct videomode *sc_videomode; 117 const struct videomode *, int); 225 const struct videomode *mode; 270 const struct videomode *mode, int depth)
|
/src/sys/arch/arm/imx/ |
imx_genfb.c | 51 #include <dev/videomode/videomode.h>
|
/src/usr.sbin/ |
Makefile | 32 videomode vipw veriexecgen vnconfig \
|