Searched refs:fb_info (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3_syscons.c64 struct fb_info fb_info; member in struct:ps3fb_softc
140 lv1_gpu_memory_allocate(roundup2(sc->fb_info.fb_size, 1024*1024),
151 sc->fb_info.fb_pbase = fb_paddr;
152 for (va = 0; va < sc->fb_info.fb_size; va += PAGE_SIZE)
155 sc->fb_info.fb_flags &= ~FB_FLAG_NOWRITE;
168 sc->fb_info.fb_depth = 32;
169 sc->fb_info.fb_height = 1080;
170 sc->fb_info.fb_width = 1920;
180 sc->fb_info
[all...]
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_fb_helper.h76 struct fb_info *fbdev;
92 int drm_fb_helper_blank(int blank, struct fb_info *info);
95 struct fb_info *info);
97 int drm_fb_helper_set_par(struct fb_info *info);
100 struct fb_info *info);
107 struct fb_info *info);
111 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
113 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
117 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
123 int drm_fb_helper_debug_enter(struct fb_info *inf
[all...]
H A Ddrm_fb_helper.c85 struct fb_info *
88 struct fb_info *info;
103 framebuffer_release(struct fb_info *info)
261 int drm_fb_helper_debug_enter(struct fb_info *info)
306 int drm_fb_helper_debug_leave(struct fb_info *info)
431 static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode)
460 int drm_fb_helper_blank(int blank, struct fb_info *info)
574 u16 blue, u16 regno, struct fb_info *info)
637 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
677 struct fb_info *inf
[all...]
H A Ddrm_os_freebsd.h641 struct fb_info * framebuffer_alloc(void);
642 void framebuffer_release(struct fb_info *info);
/freebsd-13-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.h37 int vt_fb_attach(struct fb_info *info);
40 int vt_fb_detach(struct fb_info *info);
H A Dvt_fb.c69 vt_fb_mem_wr1(struct fb_info *sc, uint32_t o, uint8_t v)
77 vt_fb_mem_wr2(struct fb_info *sc, uint32_t o, uint16_t v)
85 vt_fb_mem_wr4(struct fb_info *sc, uint32_t o, uint32_t v)
95 struct fb_info *info;
136 struct fb_info *info;
164 struct fb_info *info;
218 struct fb_info *info;
269 struct fb_info *info;
421 struct fb_info *info;
455 struct fb_info *inf
[all...]
H A Dvt_early_fb.c70 static struct fb_info local_info;
75 vt_efb_initialize(struct fb_info *info, phandle_t node)
77 vt_efb_initialize(struct fb_info *info)
179 struct fb_info *info;
/freebsd-13-stable/sys/dev/fb/
H A Dfbd.c65 struct fb_info *fb_info; member in struct:fb_list_entry
72 struct fb_info *sc_info;
118 struct fb_info *info;
172 struct fb_info *info;
194 struct fb_info *info;
196 info = entry->fb_info;
214 printf("FB %s @%p\n", entry->fb_info->fb_name,
215 (void *)entry->fb_info->fb_pbase);
222 fbd_find(struct fb_info* inf
[all...]
/freebsd-13-stable/sys/sys/
H A Dfbio.h115 struct fb_info;
121 struct fb_info { struct
154 int fbd_register(struct fb_info *);
155 int fbd_unregister(struct fb_info *);
158 register_framebuffer(struct fb_info *info)
166 unregister_framebuffer(struct fb_info *info)
H A Deventhandler.h284 struct fb_info;
285 typedef void (*register_framebuffer_fn)(void *, struct fb_info *);
286 typedef void (*unregister_framebuffer_fn)(void *, struct fb_info *);
H A Dtimeffc.h142 struct fbclock_info fb_info; member in struct:sysclock_snap
/freebsd-13-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_vt.c57 terasic_mtl_fbd_panel_info(struct terasic_mtl_softc *sc, struct fb_info *info)
95 struct fb_info *info;
H A Dterasic_mtl.h90 struct fb_info mtl_fb_info;
H A Dterasic_mtl_fdt.c193 static struct fb_info *
H A Dterasic_mtl_nexus.c184 static struct fb_info *
/freebsd-13-stable/sys/dev/vt/hw/efifb/
H A Defifb.c73 static struct fb_info local_info;
102 struct fb_info *info;
/freebsd-13-stable/sys/dev/vt/hw/vbefb/
H A Dvbefb.c73 static struct fb_info local_vbe_info;
102 struct fb_info *info;
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_drm.h111 struct fb_info *tegra_drm_fb_getinfo(struct drm_device *drm);
H A Dtegra_fb.c124 struct fb_info *info;
202 struct fb_info *
323 struct fb_info *info;
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c63 struct fb_info info;
257 static struct fb_info *
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c81 struct fb_info sc_info;
338 static struct fb_info *
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c198 struct fb_info sc_info;
446 static struct fb_info *
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_diu.c172 struct fb_info sc_info;
444 static struct fb_info *
/freebsd-13-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c53 struct fb_info fb;
138 struct fb_info *sc = vd->vd_softc;
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_lcd.c92 struct fb_info info;
546 static struct fb_info *

Completed in 126 milliseconds

12