| /freebsd-14.2/sys/arm/ti/am335x/ |
| H A D | am335x_lcd.c | 580 const struct videomode *videomode; in am335x_lcd_pick_mode() local 585 videomode = NULL; in am335x_lcd_pick_mode() 608 return videomode; in am335x_lcd_pick_mode() 849 const struct videomode *videomode; in am335x_lcd_hdmi_event() local 877 videomode = NULL; in am335x_lcd_hdmi_event() 895 videomode->vdisplay, am335x_mode_vrefresh(videomode)); in am335x_lcd_hdmi_event() 899 sc->sc_panel.panel_hfp = videomode->hsync_start - videomode->hdisplay; in am335x_lcd_hdmi_event() 900 sc->sc_panel.panel_hbp = videomode->htotal - videomode->hsync_end; in am335x_lcd_hdmi_event() 902 sc->sc_panel.panel_vfp = videomode->vsync_start - videomode->vdisplay; in am335x_lcd_hdmi_event() 903 sc->sc_panel.panel_vbp = videomode->vtotal - videomode->vsync_end; in am335x_lcd_hdmi_event() [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()
|
| /freebsd-14.2/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 | 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()
|
| 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 | 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()
|
| 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 | 15 MODULE_VERSION(videomode, 1); 30 const struct videomode videomode_list[] = {
|
| H A D | modelines | 15 // Use "make -f Makefile.videomode" to regenerate videomode.c
|
| /freebsd-14.2/sys/powerpc/mpc85xx/ |
| H A D | fsl_diu.c | 336 const struct videomode *videomode; in diu_attach() local 376 videomode = edid.edid_preferred_mode; in diu_attach() 384 videomode = pick_mode_by_ref(w, h, r); in diu_attach() 385 if (videomode == NULL) { in diu_attach() 392 sc->sc_panel.panel_width = videomode->hdisplay; in diu_attach() 394 sc->sc_panel.panel_hbp = videomode->hsync_start - videomode->hdisplay; in diu_attach() 395 sc->sc_panel.panel_hfp = videomode->htotal - videomode->hsync_end; in diu_attach() 396 sc->sc_panel.panel_hpw = videomode->hsync_end - videomode->hsync_start; in diu_attach() 397 sc->sc_panel.panel_vbp = videomode->vsync_start - videomode->vdisplay; in diu_attach() 398 sc->sc_panel.panel_vfp = videomode->vtotal - videomode->vsync_end; in diu_attach() [all …]
|
| /freebsd-14.2/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
|
| /freebsd-14.2/sys/modules/videomode/ |
| H A D | Makefile | 29 .PATH: $S/dev/videomode 31 KMOD= videomode 34 videomode.c \
|
| /freebsd-14.2/sys/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 1078 const struct videomode *videomode; in ipu_pick_mode() local 1082 videomode = NULL; 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() 1115 const struct videomode *videomode; in ipu_hdmi_event() local 1125 videomode = NULL; in ipu_hdmi_event() 1135 if (videomode == NULL) in ipu_hdmi_event() 1138 if (videomode == NULL) { in ipu_hdmi_event() 1143 sc->sc_mode = videomode; in ipu_hdmi_event() [all …]
|
| /freebsd-14.2/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_videomode | 6 PROJECT_NAME = "FreeBSD kernel videomode device code" 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/videomode/ \
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/tilcdc/ |
| H A D | panel.txt | 15 - display-timings: typical videomode of lcd panel. Multiple video modes
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | atmel,lcdc.txt | 21 - default-mode: a videomode within the display with timing parameters
|
| /freebsd-14.2/sys/powerpc/conf/ |
| H A D | MPC85XX | 122 device videomode
|
| H A D | MPC85XXSPE | 137 device videomode
|
| /freebsd-14.2/sys/arm/conf/ |
| H A D | GENERIC | 232 device videomode
|
| /freebsd-14.2/sys/modules/ |
| H A D | Makefile | 407 videomode \
|
| /freebsd-14.2/sys/dev/usb/video/ |
| H A D | udl.c | 152 MODULE_DEPEND(udl, videomode, 1, 1, 1);
|