Searched refs:Bpp (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_accel.c | 88 u32 base, u32 pitch, u32 Bpp, in sm750_hw_fillrect() argument 105 ((pitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_fillrect() 107 (pitch / Bpp & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_fillrect() 110 ((pitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_fillrect() 112 (pitch / Bpp & DE_WINDOW_WIDTH_SRC_MASK)); /* dpr44 */ in sm750_hw_fillrect() 152 unsigned int Bpp, unsigned int dx, unsigned int dy, in sm750_hw_copyarea() argument 252 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea() 254 (sPitch / Bpp & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_copyarea() 262 ((dPitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea() 264 (sPitch / Bpp & DE_WINDOW_WIDTH_SRC_MASK)); /* dpr3c */ in sm750_hw_copyarea()
|
| H A D | sm750_accel.h | 193 u32 base, u32 pitch, u32 Bpp, 216 unsigned int Bpp, unsigned int dx, unsigned int dy,
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun6i_mipi_dsi.c | 380 unsigned int Bpp = mipi_dsi_pixel_format_to_bpp(device->format) / 8; in sun6i_dsi_get_line_num() local 382 return mode->htotal * Bpp / device->lanes; in sun6i_dsi_get_line_num() 404 unsigned int Bpp = mipi_dsi_pixel_format_to_bpp(device->format) / 8; in sun6i_dsi_get_drq_edge1() local 409 edge1 += (mode->hdisplay + hbp + 20) * Bpp / device->lanes; in sun6i_dsi_get_drq_edge1() 534 int Bpp = mipi_dsi_pixel_format_to_bpp(device->format) / 8; in sun6i_dsi_setup_timings() local 543 hblk = mode->hdisplay * Bpp; in sun6i_dsi_setup_timings() 559 (mode->hsync_end - mode->hsync_start) * Bpp - HSA_PACKET_OVERHEAD); in sun6i_dsi_setup_timings() 568 (mode->htotal - mode->hsync_end) * Bpp - HBP_PACKET_OVERHEAD); in sun6i_dsi_setup_timings() 578 (mode->hsync_start - mode->hdisplay) * Bpp - HFP_PACKET_OVERHEAD); in sun6i_dsi_setup_timings() 587 (mode->htotal - (mode->hsync_end - mode->hsync_start)) * Bpp - in sun6i_dsi_setup_timings()
|
| /linux/drivers/video/fbdev/ |
| H A D | imsttfb.c | 992 __u32 Bpp, line_pitch, bgc, dx, dy, width, height; in imsttfb_fillrect() local 998 Bpp = info->var.bits_per_pixel >> 3; in imsttfb_fillrect() 1002 dx = rect->dx * Bpp; in imsttfb_fillrect() 1005 width = rect->width * Bpp; in imsttfb_fillrect() 1036 __u32 Bpp, line_pitch, fb_offset_old, fb_offset_new, sp, dp_octl; in imsttfb_copyarea() local 1039 Bpp = info->var.bits_per_pixel >> 3; in imsttfb_copyarea() 1041 sx = area->sx * Bpp; in imsttfb_copyarea() 1043 dx = area->dx * Bpp; in imsttfb_copyarea() 1047 width = area->width * Bpp; in imsttfb_copyarea()
|
| H A D | tgafb.c | 1024 unsigned long Bpp = (is8bpp ? 1 : 4); local 1033 __raw_writel(fdata, fb_base + pos + j*Bpp); 1035 __raw_writel(ldata, fb_base + pos + j*Bpp);
|