Lines Matching defs:bpp
26 * (proper acceleration, 24 bpp, hardware cursor) and bug fixes by Attila
95 /* "640x480, 8 bpp @ 60 Hz */
278 * Set the color of a palette entry in 8bpp mode
849 u32 bpp = info->var.bits_per_pixel;
851 u32 fmt = stride | ((bpp + ((bpp == 8) ? 0 : 8)) << 13);
869 dstbase += dx * bpp >> 3;
893 u32 bpp = info->var.bits_per_pixel;
896 u32 fmt = stride | ((bpp + ((bpp == 8) ? 0 : 8)) << 13);
907 srcbase += sx * bpp >> 3;
917 dstbase += dx * bpp >> 3;
952 u32 bpp = info->var.bits_per_pixel;
953 u32 dstfmt = stride | ((bpp + ((bpp == 8) ? 0 : 8)) << 13);
963 srcfmt = stride | ((bpp + ((bpp == 8) ? 0 : 8)) << 13) |
995 dstbase += dx * bpp >> 3;
1049 /* Too large of a cursor or wrong bpp :-( */