Home
last modified time | relevance | path

Searched refs:videomode (Results 1 – 25 of 25) sorted by relevance

/src/sys/arm/ti/am335x/
H A Dam335x_lcd.c289 am335x_mode_vrefresh(const struct videomode *mode) in am335x_mode_vrefresh()
306 am335x_mode_is_valid(const struct videomode *mode) in am335x_mode_is_valid()
577 static const struct videomode *
580 const struct videomode *videomode; in am335x_lcd_pick_mode() local
581 const struct videomode *m; in am335x_lcd_pick_mode()
585 videomode = NULL; in am335x_lcd_pick_mode()
592 videomode = ei->edid_preferred_mode; in am335x_lcd_pick_mode()
595 if (videomode == NULL) { in am335x_lcd_pick_mode()
603 videomode = &m[n]; in am335x_lcd_pick_mode()
608 return videomode; in am335x_lcd_pick_mode()
[all …]
H A Dtda19988.c423 tda19988_init_encoder(struct tda19988_softc *sc, const struct videomode *mode) in tda19988_init_encoder()
768 tda19988_set_videomode(device_t dev, const struct videomode *mode) in tda19988_set_videomode()
/src/sys/dev/videomode/
H A DMakefile.videomode12 videomode.c: modelines modelines2c.awk
13 /bin/rm -f videomode.c
14 ${TOOL_AWK} -f modelines2c.awk modelines > videomode.c
16 test: videomode.c videomode.h test.c
17 ${CC} -I ../../ -o test test.c videomode.c
H A Dvideomode.h33 struct videomode { struct
67 extern const struct videomode videomode_list[]; argument
70 const struct videomode *pick_mode_by_dotclock(int, int, int);
71 const struct videomode *pick_mode_by_ref(int, int, int);
72 void sort_modes(struct videomode *, struct videomode **, int);
H A Dpickmode.c42 const struct videomode *
45 const struct videomode *this, *best = NULL; in pick_mode_by_dotclock()
67 const struct videomode *
70 const struct videomode *this, *best = NULL; in pick_mode_by_ref()
99 swap_modes(struct videomode *left, struct videomode *right) in swap_modes()
101 struct videomode temp; in swap_modes()
117 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) in sort_modes()
121 struct videomode *mtemp = NULL; in sort_modes()
H A Dvesagtf.c165 void print_xf86_mode(struct videomode *m);
216 struct vesagtf_params *params, int flags, struct videomode *vmp) in vesagtf_mode_params()
631 vesagtf_mode(unsigned x, unsigned y, unsigned refresh, struct videomode *vmp) in vesagtf_mode()
659 print_xf86_mode (struct videomode *vmp) in print_xf86_mode()
682 struct videomode m; in main()
H A Dedid.c290 static const struct videomode *
301 static struct videomode *
302 edid_search_mode(struct edid_info *edid, const struct videomode *mode) in edid_search_mode()
321 edid_std_timing(uint8_t *data, struct videomode *vmp) in edid_std_timing()
324 const struct videomode *lookup; in edid_std_timing()
366 edid_det_timing(uint8_t *data, struct videomode *vmp) in edid_det_timing()
424 struct videomode mode, *exist_mode; in edid_block()
512 const struct videomode *vmp; in edid_parse()
595 struct videomode mode, *exist_mode; in edid_parse()
H A Dvesagtf.h73 struct videomode *);
80 struct vesagtf_params *, int flags, struct videomode *);
H A Dedidvar.h86 struct videomode *edid_preferred_mode;
88 struct videomode edid_modes[64];
H A Dvideomode.c14 MODULE_VERSION(videomode, 1);
29 const struct videomode videomode_list[] = {
H A Dmodelines15 // Use "make -f Makefile.videomode" to regenerate videomode.c
/src/sys/powerpc/mpc85xx/
H A Dfsl_diu.c335 const struct videomode *videomode; in diu_attach() local
375 videomode = edid.edid_preferred_mode; in diu_attach()
383 videomode = pick_mode_by_ref(w, h, r); in diu_attach()
384 if (videomode == NULL) { in diu_attach()
391 sc->sc_panel.panel_width = videomode->hdisplay; in diu_attach()
392 sc->sc_panel.panel_height = videomode->vdisplay; in diu_attach()
393 sc->sc_panel.panel_hbp = videomode->hsync_start - videomode->hdisplay; in diu_attach()
394 sc->sc_panel.panel_hfp = videomode->htotal - videomode->hsync_end; in diu_attach()
395 sc->sc_panel.panel_hpw = videomode->hsync_end - videomode->hsync_start; in diu_attach()
396 sc->sc_panel.panel_vbp = videomode->vsync_start - videomode->vdisplay; in diu_attach()
[all …]
/src/sys/dev/video/
H A Dcrtc_if.m29 #include <dev/videomode/videomode.h>
30 #include <dev/videomode/edidvar.h>
53 # Set videomode
57 const struct videomode *videomode; struct
/src/sys/modules/videomode/
H A DMakefile29 .PATH: $S/dev/videomode
31 KMOD= videomode
34 videomode.c \
/src/sys/arm/freescale/imx/
H A Dimx6_ipu.c375 const struct videomode *sc_mode;
1066 ipu_mode_is_valid(const struct videomode *mode) in ipu_mode_is_valid()
1074 static const struct videomode *
1077 const struct videomode *videomode; in ipu_pick_mode() local
1078 const struct videomode *m; in ipu_pick_mode()
1081 videomode = NULL; in ipu_pick_mode()
1088 videomode = ei->edid_preferred_mode; in ipu_pick_mode()
1091 if (videomode == NULL) { in ipu_pick_mode()
1099 videomode = &m[n]; in ipu_pick_mode()
1104 return videomode; in ipu_pick_mode()
[all …]
/src/tools/kerneldoc/subsys/
H A DDoxyfile-dev_videomode6 PROJECT_NAME = "FreeBSD kernel videomode device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/videomode/ \
/src/sys/dev/hdmi/
H A Ddwc_hdmi.h39 struct videomode sc_mode;
58 int dwc_hdmi_set_videomode(device_t, const struct videomode *);
H A Ddwc_hdmi.c842 dwc_hdmi_set_videomode(device_t dev, const struct videomode *mode) in dwc_hdmi_set_videomode()
/src/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
/src/sys/contrib/device-tree/Bindings/display/
H A Datmel,lcdc.txt21 - default-mode: a videomode within the display with timing parameters
/src/sys/powerpc/conf/
H A DMPC85XX124 device videomode
/src/sys/arm/conf/
H A DGENERIC233 device videomode
/src/sys/modules/
H A DMakefile420 videomode \
/src/sys/dev/usb/video/
H A Dudl.c152 MODULE_DEPEND(udl, videomode, 1, 1, 1);
/src/sys/conf/
H A Dfiles3487 dev/videomode/videomode.c optional videomode
3488 dev/videomode/edid.c optional videomode
3489 dev/videomode/pickmode.c optional videomode
3490 dev/videomode/vesagtf.c optional videomode