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

12

/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3_syscons.c62 struct fb_info fb_info; member in struct:ps3fb_softc
138 lv1_gpu_memory_allocate(roundup2(sc->fb_info.fb_size, 1024*1024),
149 sc->fb_info.fb_pbase = fb_paddr;
150 for (va = 0; va < sc->fb_info.fb_size; va += PAGE_SIZE)
153 sc->fb_info.fb_flags &= ~FB_FLAG_NOWRITE;
165 sc->fb_info.fb_depth = 32;
166 sc->fb_info.fb_height = 480;
167 sc->fb_info.fb_width = 720;
168 TUNABLE_INT_FETCH("hw.ps3fb.height", &sc->fb_info
[all...]
/freebsd-11-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...]
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.h35 int vt_fb_attach(struct fb_info *info);
38 int vt_fb_detach(struct fb_info *info);
H A Dvt_fb.c65 vt_fb_mem_wr1(struct fb_info *sc, uint32_t o, uint8_t v)
73 vt_fb_mem_wr2(struct fb_info *sc, uint32_t o, uint16_t v)
81 vt_fb_mem_wr4(struct fb_info *sc, uint32_t o, uint32_t v)
91 struct fb_info *info;
132 struct fb_info *info;
157 struct fb_info *info;
211 struct fb_info *info;
262 struct fb_info *info;
380 struct fb_info *info;
414 struct fb_info *inf
[all...]
H A Dvt_early_fb.c67 static struct fb_info local_info;
72 vt_efb_initialize(struct fb_info *info, phandle_t node)
74 vt_efb_initialize(struct fb_info *info)
176 struct fb_info *info;
/freebsd-11-stable/sys/dev/fb/
H A Dfbd.c62 struct fb_info *fb_info; member in struct:fb_list_entry
69 struct fb_info *sc_info;
115 struct fb_info *info;
169 struct fb_info *info;
191 struct fb_info *info;
193 info = entry->fb_info;
211 printf("FB %s @%p\n", entry->fb_info->fb_name,
212 (void *)entry->fb_info->fb_pbase);
219 fbd_find(struct fb_info* inf
[all...]
/freebsd-11-stable/sys/sys/
H A Dfbio.h114 struct fb_info;
120 struct fb_info { struct
153 int fbd_register(struct fb_info *);
154 int fbd_unregister(struct fb_info *);
157 register_framebuffer(struct fb_info *info)
165 unregister_framebuffer(struct fb_info *info)
H A Deventhandler.h305 struct fb_info;
306 typedef void (*register_framebuffer_fn)(void *, struct fb_info *);
307 typedef void (*unregister_framebuffer_fn)(void *, struct fb_info *);
H A Dtimeffc.h140 struct fbclock_info fb_info; member in struct:sysclock_snap
/freebsd-11-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.h88 struct fb_info mtl_fb_info;
H A Dterasic_mtl_fdt.c191 static struct fb_info *
H A Dterasic_mtl_nexus.c182 static struct fb_info *
/freebsd-11-stable/sys/dev/vt/hw/efifb/
H A Defifb.c70 static struct fb_info local_info;
99 struct fb_info *info;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c196 struct fb_info *info;
296 struct fb_info *info;
388 struct fb_info *
394 struct fb_info *info;
/freebsd-11-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-11-stable/sys/dev/drm2/i915/
H A Dintel_fb.c59 struct fb_info *info;
166 struct fb_info *info;
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c62 struct fb_info info;
247 static struct fb_info *
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c80 struct fb_info sc_info;
337 static struct fb_info *
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_fimd.c177 struct fb_info sc_info;
387 static struct fb_info *
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_fb.c97 struct fb_info info;
443 static struct fb_info *
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c52 struct fb_info fb;
118 struct fb_info *sc = vd->vd_softc;
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c196 struct fb_info sc_info;
444 static struct fb_info *

Completed in 413 milliseconds

12