[TRIVIAL PATCH] Fix for no boot logo

From: Stewart Smith (stewart@linux.org.au)
Date: Tue Jun 24 2003 - 05:56:05 EST


Discussed a while ago, someone submitted this patch to get the boot logo to reappear. Russell King resubmitted it a while ago, but it doesn't seem to have come up anywhere, so I'm taking the job of trivializing it :)

Worked for me when I tried it :)

--- linux-2.5.73/drivers/video/cfbimgblt.c 2003-05-05 09:53:31.000000000 +1000
+++ linux-2.5.73-stew1/drivers/video/cfbimgblt.c 2003-06-24 20:53:17.000000000 +1000
@@ -325,7 +325,7 @@
                 else
                         slow_imageblit(image, p, dst1, fgcolor, bgcolor,
                                         start_index, pitch_index);
- } else if (image->depth == bpp)
+ } else if (image->depth <= bpp)
                 color_imageblit(image, p, dst1, start_index, pitch_index);
 }
 

-- 
Stewart Smith
Vice President, Linux Australia
http://www.linux.org.au (personal: http://www.flamingspork.com)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 30 2003 - 22:00:16 EST