| /freebsd-13-stable/sys/arm/ti/am335x/ |
| HD | 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 …]
|
| /freebsd-13-stable/sys/dev/videomode/ |
| HD | 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
|
| HD | 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);
|
| HD | pickmode.c | 43 const struct videomode * 46 const struct videomode *this, *best = NULL; in pick_mode_by_dotclock() 68 const struct videomode * 71 const struct videomode *this, *best = NULL; in pick_mode_by_ref() 100 swap_modes(struct videomode *left, struct videomode *right) in swap_modes() 102 struct videomode temp; in swap_modes() 118 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) in sort_modes() 122 struct videomode *mtemp = NULL; in sort_modes()
|
| HD | 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()
|
| HD | edid.c | 291 static const struct videomode * 302 static struct videomode * 303 edid_search_mode(struct edid_info *edid, const struct videomode *mode) in edid_search_mode() 322 edid_std_timing(uint8_t *data, struct videomode *vmp) in edid_std_timing() 325 const struct videomode *lookup; in edid_std_timing() 367 edid_det_timing(uint8_t *data, struct videomode *vmp) in edid_det_timing() 425 struct videomode mode, *exist_mode; in edid_block() 513 const struct videomode *vmp; in edid_parse() 596 struct videomode mode, *exist_mode; in edid_parse()
|
| HD | vesagtf.h | 73 struct videomode *); 80 struct vesagtf_params *, int flags, struct videomode *);
|
| HD | edidvar.h | 86 struct videomode *edid_preferred_mode; 88 struct videomode edid_modes[64];
|
| HD | videomode.c | 15 MODULE_VERSION(videomode, 1); 30 const struct videomode videomode_list[] = {
|
| HD | modelines | 15 // Use "make -f Makefile.videomode" to regenerate videomode.c
|
| /freebsd-13-stable/sys/powerpc/mpc85xx/ |
| HD | fsl_diu.c | 338 const struct videomode *videomode; in diu_attach() local 378 videomode = edid.edid_preferred_mode; in diu_attach() 386 videomode = pick_mode_by_ref(w, h, r); in diu_attach() 387 if (videomode == NULL) { in diu_attach() 394 sc->sc_panel.panel_width = videomode->hdisplay; in diu_attach() 395 sc->sc_panel.panel_height = videomode->vdisplay; in diu_attach() 396 sc->sc_panel.panel_hbp = videomode->hsync_start - videomode->hdisplay; in diu_attach() 397 sc->sc_panel.panel_hfp = videomode->htotal - videomode->hsync_end; in diu_attach() 398 sc->sc_panel.panel_hpw = videomode->hsync_end - videomode->hsync_start; in diu_attach() 399 sc->sc_panel.panel_vbp = videomode->vsync_start - videomode->vdisplay; in diu_attach() [all …]
|
| /freebsd-13-stable/sys/dev/hdmi/ |
| HD | hdmi_if.m | 29 #include <dev/videomode/videomode.h> 30 #include <dev/videomode/edidvar.h> 53 # Set videomode 57 const struct videomode *videomode; struct
|
| HD | dwc_hdmi.h | 39 struct videomode sc_mode; 58 int dwc_hdmi_set_videomode(device_t, const struct videomode *);
|
| /freebsd-13-stable/sys/modules/videomode/ |
| HD | Makefile | 29 .PATH: $S/dev/videomode 31 KMOD= videomode 34 videomode.c \
|
| /freebsd-13-stable/sys/arm/freescale/imx/ |
| HD | imx6_ipu.c | 376 const struct videomode *sc_mode; 1067 ipu_mode_is_valid(const struct videomode *mode) in ipu_mode_is_valid() 1075 static const struct videomode * 1078 const struct videomode *videomode; in ipu_pick_mode() local 1079 const struct videomode *m; in ipu_pick_mode() 1082 videomode = NULL; in ipu_pick_mode() 1089 videomode = ei->edid_preferred_mode; in ipu_pick_mode() 1092 if (videomode == NULL) { in ipu_pick_mode() 1100 videomode = &m[n]; in ipu_pick_mode() 1105 return videomode; in ipu_pick_mode() [all …]
|
| /freebsd-13-stable/sys/mips/ingenic/ |
| HD | jz4780_lcd.c | 164 jzlcd_setup_descriptor(struct jzlcd_softc *sc, const struct videomode *mode, in jzlcd_setup_descriptor() 195 jzlcd_set_videomode(struct jzlcd_softc *sc, const struct videomode *mode) in jzlcd_set_videomode() 262 jzlcd_configure(struct jzlcd_softc *sc, const struct videomode *mode) in jzlcd_configure() 325 jzlcd_get_bandwidth(const struct videomode *mode) in jzlcd_get_bandwidth() 336 jzlcd_mode_supported(const struct videomode *mode) in jzlcd_mode_supported() 353 static const struct videomode * 356 const struct videomode *best; in jzlcd_find_mode() 384 const struct videomode *mode; in jzlcd_hdmi_event() 385 struct videomode hdmi_mode; in jzlcd_hdmi_event()
|
| /freebsd-13-stable/tools/kerneldoc/subsys/ |
| HD | Doxyfile-dev_videomode | 6 PROJECT_NAME = "FreeBSD kernel videomode device code" 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/videomode/ \
|
| /freebsd-13-stable/sys/arm/allwinner/ |
| HD | a10_fb.c | 195 a10fb_setup_debe(struct a10fb_softc *sc, const struct videomode *mode) in a10fb_setup_debe() 339 a10fb_setup_tcon(struct a10fb_softc *sc, const struct videomode *mode) in a10fb_setup_tcon() 460 a10fb_configure(struct a10fb_softc *sc, const struct videomode *mode) in a10fb_configure() 527 const struct videomode *mode; in a10fb_hdmi_event() 528 struct videomode hdmi_mode; in a10fb_hdmi_event()
|
| HD | a10_hdmi.c | 518 a10hdmi_set_audiomode(device_t dev, const struct videomode *mode) in a10hdmi_set_audiomode() 596 a10hdmi_set_videomode(device_t dev, const struct videomode *mode) in a10hdmi_set_videomode()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/display/tilcdc/ |
| HD | panel.txt | 15 - display-timings: typical videomode of lcd panel. Multiple video modes
|
| /freebsd-13-stable/sys/powerpc/conf/ |
| HD | MPC85XX | 117 device videomode
|
| HD | MPC85XXSPE | 118 device videomode
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/display/ |
| D | atmel,lcdc.txt | 22 - default-mode: a videomode within the display with timing parameters
|
| /freebsd-13-stable/sys/mips/conf/ |
| HD | JZ4780 | 93 device videomode
|
| /freebsd-13-stable/sys/arm/conf/ |
| HD | IMX6 | 114 device videomode
|