Searched refs:fgx (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/core/ |
D | sysimgblt.c | 189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() local 211 fgx <<= bpp; in fast_imageblit() 213 fgx |= fgcolor; in fast_imageblit() 218 eorx = fgx ^ bgx; in fast_imageblit()
|
D | cfbimgblt.c | 219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() local 241 fgx <<= bpp; in fast_imageblit() 243 fgx |= fgcolor; in fast_imageblit() 248 eorx = fgx ^ bgx; in fast_imageblit()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_accel.c | 404 static void matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, in matroxfb_1bpp_imageblit() argument 440 mga_outl(M_FCOL, fgx); in matroxfb_1bpp_imageblit() 504 u_int32_t fgx, bgx; in matroxfb_imageblit() local 506 fgx = ((u_int32_t*)info->pseudo_palette)[image->fg_color]; in matroxfb_imageblit() 508 …matroxfb_1bpp_imageblit(minfo, fgx, bgx, image->data, image->width, image->height, image->dy, imag… in matroxfb_imageblit()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pm3fb.c | 515 u32 fgx, bgx; in pm3fb_imageblit() local 526 fgx = image->fg_color; in pm3fb_imageblit() 531 fgx = par->palette[image->fg_color]; in pm3fb_imageblit() 541 fgx |= fgx << 8; in pm3fb_imageblit() 545 fgx |= fgx << 16; in pm3fb_imageblit() 551 PM3_WRITE_REG(par, PM3ForegroundColor, fgx); in pm3fb_imageblit()
|
D | pm2fb.c | 1152 u32 fgx, bgx; in pm2fb_imageblit() local 1169 fgx = image->fg_color; in pm2fb_imageblit() 1174 fgx = par->palette[image->fg_color]; in pm2fb_imageblit() 1179 fgx |= fgx << 8; in pm2fb_imageblit() 1183 fgx |= fgx << 16; in pm2fb_imageblit() 1211 pm2_WR(par, PM2R_CONSTANT_COLOR, fgx); in pm2fb_imageblit() 1225 pm2_WR(par, PM2R_FB_BLOCK_COLOR, fgx); in pm2fb_imageblit()
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | fbdev.c | 1495 u32 fgx = 0, bgx = 0, width, tmp; in rivafb_imageblit() local 1507 fgx = image->fg_color; in rivafb_imageblit() 1513 fgx = ((u32 *)info->pseudo_palette)[image->fg_color]; in rivafb_imageblit() 1516 fgx = par->palette[image->fg_color]; in rivafb_imageblit() 1531 NV_WR32(&par->riva.Bitmap->Color1E, 0, fgx); in rivafb_imageblit()
|