Searched defs:blit_bpp (Results 1 - 2 of 2) sorted by relevance

/drivers/video/i810/
H A Di810_accel.c153 * @blit_bpp: pixel format which can be different from the
163 int blit_bpp, struct fb_info *info)
170 PUT_RING(xdir | rop << 16 | dpitch | DYN_COLOR_EN | blit_bpp);
188 * @blit_bpp: pixel format which can be different from the
196 int rop, int what, int blit_bpp,
204 PUT_RING(rop << 16 | pitch | SOLIDPATTERN | DYN_COLOR_EN | blit_bpp);
221 * @blit_bpp: pixelformat to use which can be different from the
236 int dsize, int blit_bpp, int rop,
245 PUT_RING(DYN_COLOR_EN | blit_bpp | rop << 16 | dpitch);
323 par->blit_bpp, inf
161 source_copy_blit(int dwidth, int dheight, int dpitch, int xdir, int src, int dest, int rop, int blit_bpp, struct fb_info *info) argument
195 color_blit(int width, int height, int pitch, int dest, int rop, int what, int blit_bpp, struct fb_info *info) argument
235 mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, int dsize, int blit_bpp, int rop, int dest, const u32 *src, int bg, int fg, struct fb_info *info) argument
[all...]
H A Di810.h280 u32 blit_bpp; member in struct:i810fb_par

Completed in 33 milliseconds