]> err.no Git - linux-2.6/blobdiff - drivers/video/tgafb.c
V4L/DVB (7846): Re-creates VIDEO_TUNER
[linux-2.6] / drivers / video / tgafb.c
index 5539f4d9cb7438a668c431eba8b76d175e1eeab8..680642c089c9202b64f57f103e264b5ebc035609 100644 (file)
@@ -637,15 +637,6 @@ tgafb_mono_imageblit(struct fb_info *info, const struct fb_image *image)
 
        is8bpp = info->var.bits_per_pixel == 8;
 
-       /* For copies that aren't pixel expansion, there's little we
-          can do better than the generic code.  */
-       /* ??? There is a DMA write mode; I wonder if that could be
-          made to pull the data from the image buffer...  */
-       if (image->depth > 1) {
-               cfb_imageblit(info, image);
-               return;
-       }
-
        dx = image->dx;
        dy = image->dy;
        width = image->width;