Lines Matching +full:24 +full:bpp
76 if (info->var.bits_per_pixel == 24) { in aty_init_engine()
77 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in aty_init_engine()
214 if (info->var.bits_per_pixel == 24) { in atyfb_copyarea()
215 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_copyarea()
234 if (info->var.bits_per_pixel == 24) { in atyfb_copyarea()
267 if (info->var.bits_per_pixel == 24) { in atyfb_fillrect()
268 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_fillrect()
326 case 24: in atyfb_imageblit()
336 if (info->var.bits_per_pixel == 24) { in atyfb_imageblit()
337 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_imageblit()
387 if (image->depth == 1 && info->var.bits_per_pixel == 24 && !(pix_width & DP_HOST_TRIPLE_EN)) { in atyfb_imageblit()