Home
last modified time | relevance | path

Searched refs:blit_bpp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_accel.c163 int blit_bpp, struct fb_info *info) in source_copy_blit() argument
170 PUT_RING(xdir | rop << 16 | dpitch | DYN_COLOR_EN | blit_bpp); in source_copy_blit()
196 int rop, int what, int blit_bpp, in color_blit() argument
204 PUT_RING(rop << 16 | pitch | SOLIDPATTERN | DYN_COLOR_EN | blit_bpp); in color_blit()
236 int dsize, int blit_bpp, int rop, in mono_src_copy_imm_blit() argument
245 PUT_RING(DYN_COLOR_EN | blit_bpp | rop << 16 | dpitch); in mono_src_copy_imm_blit()
323 par->blit_bpp, info); in i810fb_fillrect()
364 PAT_COPY_ROP, par->blit_bpp, info); in i810fb_copyarea()
400 size/4, par->blit_bpp, in i810fb_imageblit()
H A Di810.h279 u32 blit_bpp; member
H A Di810_main.c1152 par->blit_bpp = BPP8; in decode_var()
1161 par->blit_bpp = BPP16; in decode_var()
1167 par->blit_bpp = BPP24; in decode_var()
1173 par->blit_bpp = 3 << 24; in decode_var()