Home
last modified time | relevance | path

Searched refs:fbinfo (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/video/
Dfsl_dcu_fb.c245 static int layer_ctrldesc_init(struct fb_info fbinfo, in layer_ctrldesc_init() argument
252 DCU_CTRLDESCLN_1_HEIGHT(fbinfo.var.yres) | in layer_ctrldesc_init()
253 DCU_CTRLDESCLN_1_WIDTH(fbinfo.var.xres)); in layer_ctrldesc_init()
260 (unsigned int)fbinfo.screen_base); in layer_ctrldesc_init()
301 int fsl_dcu_init(struct fb_info *fbinfo, unsigned int xres, in fsl_dcu_init() argument
311 fbinfo->screen_size = fbinfo->var.xres * fbinfo->var.yres * in fsl_dcu_init()
312 (fbinfo->var.bits_per_pixel / 8); in fsl_dcu_init()
314 if (fbinfo->screen_size > CONFIG_VIDEO_FSL_DCU_MAX_FB_SIZE_MB) { in fsl_dcu_init()
315 fbinfo->screen_size = 0; in fsl_dcu_init()
320 gd->bd->bi_dram[0].size - fbinfo->screen_size; in fsl_dcu_init()
[all …]
Defi.c55 const struct efi_framebuffer *fbinfo; in save_vesa_mode() local
70 fbinfo = &efi_framebuffer_format_map[mode->info->pixel_format]; in save_vesa_mode()
71 vesa->red_mask_size = fbinfo->red.size; in save_vesa_mode()
72 vesa->red_mask_pos = fbinfo->red.pos; in save_vesa_mode()
73 vesa->green_mask_size = fbinfo->green.size; in save_vesa_mode()
74 vesa->green_mask_pos = fbinfo->green.pos; in save_vesa_mode()
75 vesa->blue_mask_size = fbinfo->blue.size; in save_vesa_mode()
76 vesa->blue_mask_pos = fbinfo->blue.pos; in save_vesa_mode()
77 vesa->reserved_mask_size = fbinfo->rsvd.size; in save_vesa_mode()
78 vesa->reserved_mask_pos = fbinfo->rsvd.pos; in save_vesa_mode()
/external/u-boot/arch/x86/lib/fsp1/
Dfsp_graphics.c32 const struct fsp_framebuffer *fbinfo; in save_vesa_mode() local
60 fbinfo = &fsp_framebuffer_format_map[ginfo->pixel_format]; in save_vesa_mode()
61 vesa->red_mask_size = fbinfo->red.size; in save_vesa_mode()
62 vesa->red_mask_pos = fbinfo->red.pos; in save_vesa_mode()
63 vesa->green_mask_size = fbinfo->green.size; in save_vesa_mode()
64 vesa->green_mask_pos = fbinfo->green.pos; in save_vesa_mode()
65 vesa->blue_mask_size = fbinfo->blue.size; in save_vesa_mode()
66 vesa->blue_mask_pos = fbinfo->blue.pos; in save_vesa_mode()
67 vesa->reserved_mask_size = fbinfo->rsvd.size; in save_vesa_mode()
68 vesa->reserved_mask_pos = fbinfo->rsvd.pos; in save_vesa_mode()
/external/u-boot/include/
Dfsl_dcu_fb.h9 int fsl_dcu_init(struct fb_info *fbinfo,
17 int platform_dcu_init(struct fb_info *fbinfo,
/external/u-boot/board/toradex/colibri_vf/
Ddcu.c29 int platform_dcu_init(struct fb_info *fbinfo, in platform_dcu_init() argument
35 fsl_dcu_init(fbinfo, xres, yres, 32); in platform_dcu_init()
/external/u-boot/board/freescale/ls1021atwr/
Ddcu.c26 int platform_dcu_init(struct fb_info *fbinfo, in platform_dcu_init() argument
44 fsl_dcu_init(fbinfo, xres, yres, pixel_format); in platform_dcu_init()
/external/u-boot/board/freescale/ls1021aiot/
Ddcu.c26 int platform_dcu_init(struct fb_info *fbinfo, in platform_dcu_init() argument
44 fsl_dcu_init(fbinfo, xres, yres, pixel_format); in platform_dcu_init()
/external/u-boot/board/freescale/ls1021aqds/
Ddcu.c42 int platform_dcu_init(struct fb_info *fbinfo, in platform_dcu_init() argument
90 fsl_dcu_init(fbinfo, xres, yres, pixel_format); in platform_dcu_init()