Searched refs:Bpp (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/staging/sm750fb/ |
D | sm750_accel.c | 89 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()
|
D | sm750.c | 164 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()
|
D | sm750_accel.h | 193 u32 base, u32 pitch, u32 Bpp,
|
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_Ti3026.c | 314 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/ |
D | imsttfb.c | 993 __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()
|
D | tgafb.c | 1011 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/ |
D | sun6i_mipi_dsi.c | 452 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()
|