Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 17 of 17) sorted by relevance

/u-boot/drivers/video/
A Dconsole_rotate.c54 line += vid_priv->line_length; in console_set_row_1()
82 src += vid_priv->line_length; in console_move_rows_1()
83 dst += vid_priv->line_length; in console_move_rows_1()
145 line += vid_priv->line_length; in console_putc_xy_1()
215 vid_priv->line_length; in console_move_rows_2()
217 vid_priv->line_length; in console_move_rows_2()
284 line -= vid_priv->line_length; in console_putc_xy_2()
332 line += vid_priv->line_length; in console_set_row_3()
358 src += vid_priv->line_length; in console_move_rows_3()
359 dst += vid_priv->line_length; in console_move_rows_3()
[all …]
A Dconsole_normal.c24 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_set_row()
72 dst = vid_priv->fb + rowdst * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows()
73 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows()
74 size = VIDEO_FONT_HEIGHT * vid_priv->line_length * count; in console_normal_move_rows()
93 start = vid_priv->fb + y * vid_priv->line_length + in console_normal_putc_xy()
144 line += vid_priv->line_length; in console_normal_putc_xy()
A Dvideo_bmp.c68 fb -= (width * 2 + priv->line_length); in video_display_rle8_bitmap()
80 * priv->line_length + (x + x_off) * 2); in video_display_rle8_bitmap()
266 (y + height) * priv->line_length + x * bpix / 8); in video_bmp_display()
269 fb = start - priv->line_length; in video_bmp_display()
320 fb -= byte_width + priv->line_length; in video_bmp_display()
332 fb -= width * 2 + priv->line_length; in video_bmp_display()
354 fb -= priv->line_length + width * (bpix / 8); in video_bmp_display()
368 fb -= priv->line_length + width * (bpix / 8); in video_bmp_display()
377 fb = (uchar *)(priv->fb + y * priv->line_length + x * bpix / 8); in video_bmp_display()
A Dconsole_truetype.c131 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row()
134 line = vid_priv->fb + row * priv->font_size * vid_priv->line_length; in console_truetype_set_row()
185 dst = vid_priv->fb + rowdst * priv->font_size * vid_priv->line_length; in console_truetype_move_rows()
186 src = vid_priv->fb + rowsrc * priv->font_size * vid_priv->line_length; in console_truetype_move_rows()
188 vid_priv->line_length * count); in console_truetype_move_rows()
265 start = vid_priv->fb + y * vid_priv->line_length + in console_truetype_putc_xy()
269 start += linenum * vid_priv->line_length; in console_truetype_putc_xy()
330 line += vid_priv->line_length; in console_truetype_putc_xy()
362 start = vid_priv->fb + ystart * vid_priv->line_length; in console_truetype_erase()
397 line += vid_priv->line_length; in console_truetype_erase()
A Dvideo-uclass.c339 if (!priv->line_length) in video_post_probe()
340 priv->line_length = priv->xsize * VNBYTES(priv->bpix); in video_post_probe()
342 priv->fb_size = priv->line_length * priv->ysize; in video_post_probe()
A Dpxa_lcd.c402 int line_length = (panel_info.vl_col * NBITS (panel_info.vl_bpix)) / 8; in calc_fbsize() local
404 size = line_length * panel_info.vl_row; in calc_fbsize()
A Dfsl_diu_fb.c300 info.fix.line_length = info.var.xres * info.var.bits_per_pixel / 8; in fsl_diu_init()
A Dda8xx-fb.c972 da8xx_fb_fix.line_length = (lcd_panel->width * da8xx_lcd_cfg->bpp) / 8; in video_hw_init()
976 da8xx_fb_fix.line_length - 1; in video_hw_init()
A Dfsl_dcu_fb.c432 fbinfo->fix.line_length = fbinfo->var.xres * in fsl_probe_common()
/u-boot/drivers/video/imx/
A Dmxc_ipuv3_fb.c173 fbi->fix.line_length, in setup_disp_channel2()
176 (fbi->fix.line_length * fbi->var.yres)); in setup_disp_channel2()
181 fbi->fix.line_length, in setup_disp_channel2()
183 (fbi->fix.line_length * fbi->var.yres), in setup_disp_channel2()
208 mem_len = fbi->var.yres_virtual * fbi->fix.line_length; in mxcfb_set_par()
388 if (fbi->fix.smem_len < fbi->var.yres_virtual * fbi->fix.line_length) { in mxcfb_map_video_memory()
390 fbi->fix.line_length; in mxcfb_map_video_memory()
525 fbi->fix.line_length = fbi->var.xres_virtual * in mxcfb_probe()
527 fbi->fix.smem_len = fbi->var.yres_virtual * fbi->fix.line_length; in mxcfb_probe()
/u-boot/common/
A Dlcd.c70 int line_length; in lcd_sync() local
74 (ulong)(lcd_base + lcd_get_size(&line_length))); in lcd_sync()
147 __weak int lcd_get_size(int *line_length) in lcd_get_size() argument
149 *line_length = (panel_info.vl_col * NBITS(panel_info.vl_bpix)) / 8; in lcd_get_size()
150 return *line_length * panel_info.vl_row; in lcd_get_size()
287 int line_length; in lcd_setmem() local
292 size = lcd_get_size(&line_length); in lcd_setmem()
/u-boot/drivers/video/ti/
A Dam335x-fb.c124 int lcd_get_size(int *line_length) in lcd_get_size() argument
126 *line_length = (panel_info.vl_col * NBITS(panel_info.vl_bpix)) / 8; in lcd_get_size()
127 return *line_length * panel_info.vl_row + 0x20; in lcd_get_size()
/u-boot/include/
A Dvideo.h108 int line_length; member
A Dlcd.h130 int lcd_get_size(int *line_length);
/u-boot/drivers/video/stm32/
A Dstm32_ltdc.c275 u32 line_length; in stm32_ltdc_set_layer1() local
304 line_length = ((bpp >> 3) * priv->crop_w) + (bus_width >> 3) - 1; in stm32_ltdc_set_layer1()
305 val = (pitch_in_bytes << 16) | line_length; in stm32_ltdc_set_layer1()
/u-boot/drivers/pci/
A Dpci_rom.c338 uc_priv->line_length = vesa->bytes_per_scanline; in vbe_setup_video_priv()
/u-boot/include/linux/
A Dfb.h33 __u32 line_length; /* length of a line in bytes */ member

Completed in 29 milliseconds