Home
last modified time | relevance | path

Searched refs:Bpp (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/staging/sm750fb/
Dsm750_accel.c89 u32 base, u32 pitch, u32 Bpp, in sm750_hw_fillrect() argument
106 ((pitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_fillrect()
108 (pitch / Bpp & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_fillrect()
111 ((pitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_fillrect()
113 (pitch / Bpp & DE_WINDOW_WIDTH_SRC_MASK)); /* dpr44 */ in sm750_hw_fillrect()
141 unsigned int Bpp, /* Color depth of destination surface */ in sm750_hw_copyarea() argument
244 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()
246 (sPitch / Bpp & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_copyarea()
254 ((dPitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea()
256 (sPitch / Bpp & DE_WINDOW_WIDTH_SRC_MASK)); /* dpr3c */ in sm750_hw_copyarea()
Dsm750.c164 unsigned int base, pitch, Bpp, rop; in lynxfb_ops_fillrect() local
179 Bpp = info->var.bits_per_pixel >> 3; in lynxfb_ops_fillrect()
181 color = (Bpp == 1) ? region->color : in lynxfb_ops_fillrect()
194 base, pitch, Bpp, in lynxfb_ops_fillrect()
206 unsigned int base, pitch, Bpp; in lynxfb_ops_copyarea() local
217 Bpp = info->var.bits_per_pixel >> 3; in lynxfb_ops_copyarea()
229 base, pitch, Bpp, region->dx, region->dy, in lynxfb_ops_copyarea()
238 unsigned int base, pitch, Bpp; in lynxfb_ops_imageblit() local
251 Bpp = info->var.bits_per_pixel >> 3; in lynxfb_ops_imageblit()
278 base, pitch, Bpp, in lynxfb_ops_imageblit()
Dsm750_accel.h193 u32 base, u32 pitch, u32 Bpp,
/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_Ti3026.c314 unsigned int Bpp; in Ti3026_setpclk() local
316 Bpp = minfo->curr.final_bppShift; in Ti3026_setpclk()
320 loopin = 3 * 32 / Bpp; in Ti3026_setpclk()
323 loopin = 4 * 32 / Bpp; in Ti3026_setpclk()
/Linux-v4.19/drivers/video/fbdev/
Dimsttfb.c993 __u32 Bpp, line_pitch, bgc, dx, dy, width, height; in imsttfb_fillrect() local
999 Bpp = info->var.bits_per_pixel >> 3, in imsttfb_fillrect()
1003 dx = rect->dx * Bpp; in imsttfb_fillrect()
1006 width = rect->width * Bpp; in imsttfb_fillrect()
1037 __u32 Bpp, line_pitch, fb_offset_old, fb_offset_new, sp, dp_octl; in imsttfb_copyarea() local
1040 Bpp = info->var.bits_per_pixel >> 3, in imsttfb_copyarea()
1042 sx = area->sx * Bpp; in imsttfb_copyarea()
1044 dx = area->dx * Bpp; in imsttfb_copyarea()
1048 width = area->width * Bpp; in imsttfb_copyarea()
Dtgafb.c1011 unsigned long Bpp = (is8bpp ? 1 : 4); local
1020 __raw_writel(fdata, fb_base + pos + j*Bpp);
1022 __raw_writel(ldata, fb_base + pos + j*Bpp);
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.c452 unsigned int Bpp = mipi_dsi_pixel_format_to_bpp(device->format) / 8; in sun6i_dsi_setup_timings() local
466 (mode->hsync_end - mode->hsync_start) * Bpp - HSA_PACKET_OVERHEAD); in sun6i_dsi_setup_timings()
474 (mode->hsync_start - mode->hdisplay) * Bpp - HBP_PACKET_OVERHEAD); in sun6i_dsi_setup_timings()
482 (mode->htotal - mode->hsync_end) * Bpp - HFP_PACKET_OVERHEAD); in sun6i_dsi_setup_timings()
487 hblk = mode->htotal * Bpp - hsa; in sun6i_dsi_setup_timings()