| /src/sys/arm/ti/am335x/ |
| H A D | am335x_lcd.c | 289 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 D | tda19988.c | 423 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 D | Makefile.videomode | 12 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 D | videomode.h | 33 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 D | pickmode.c | 42 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 D | vesagtf.c | 165 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 D | edid.c | 290 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 D | vesagtf.h | 73 struct videomode *); 80 struct vesagtf_params *, int flags, struct videomode *);
|
| H A D | edidvar.h | 86 struct videomode *edid_preferred_mode; 88 struct videomode edid_modes[64];
|
| H A D | videomode.c | 14 MODULE_VERSION(videomode, 1); 29 const struct videomode videomode_list[] = {
|
| H A D | modelines | 15 // Use "make -f Makefile.videomode" to regenerate videomode.c
|
| /src/sys/powerpc/mpc85xx/ |
| H A D | fsl_diu.c | 335 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 D | crtc_if.m | 29 #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 D | Makefile | 29 .PATH: $S/dev/videomode 31 KMOD= videomode 34 videomode.c \
|
| /src/sys/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 375 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 D | Doxyfile-dev_videomode | 6 PROJECT_NAME = "FreeBSD kernel videomode device code" 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/videomode/ \
|
| /src/sys/dev/hdmi/ |
| H A D | dwc_hdmi.h | 39 struct videomode sc_mode; 58 int dwc_hdmi_set_videomode(device_t, const struct videomode *);
|
| H A D | dwc_hdmi.c | 842 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 D | panel.txt | 15 - display-timings: typical videomode of lcd panel. Multiple video modes
|
| /src/sys/contrib/device-tree/Bindings/display/ |
| H A D | atmel,lcdc.txt | 21 - default-mode: a videomode within the display with timing parameters
|
| /src/sys/powerpc/conf/ |
| H A D | MPC85XX | 124 device videomode
|
| /src/sys/arm/conf/ |
| H A D | GENERIC | 233 device videomode
|
| /src/sys/modules/ |
| H A D | Makefile | 420 videomode \
|
| /src/sys/dev/usb/video/ |
| H A D | udl.c | 152 MODULE_DEPEND(udl, videomode, 1, 1, 1);
|
| /src/sys/conf/ |
| H A D | files | 3487 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
|