Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/omap tifb can support 32 and 24 BPP framebuffer...



details:   https://anonhg.NetBSD.org/src/rev/8df1aba96e52
branches:  trunk
changeset: 801888:8df1aba96e52
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Aug 22 19:44:04 2014 +0000

description:
tifb can support 32 and 24 BPP framebuffer modes; pull in corresponding raspos
support.

diffstat:

 sys/arch/arm/omap/files.omap2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 583e8f5705e0 -r 8df1aba96e52 sys/arch/arm/omap/files.omap2
--- a/sys/arch/arm/omap/files.omap2     Fri Aug 22 17:19:48 2014 +0000
+++ b/sys/arch/arm/omap/files.omap2     Fri Aug 22 19:44:04 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.omap2,v 1.28 2014/07/16 18:31:17 bouyer Exp $
+#      $NetBSD: files.omap2,v 1.29 2014/08/22 19:44:04 jakllsch Exp $
 #
 # Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
 # Based on xscale/files.pxa2x0
@@ -158,7 +158,7 @@
 file   arch/arm/omap/omapfb.c                  omapfb
 
 # TI AM335x framebuffer
-device tifb: rasops16, rasops8, wsemuldisplaydev, vcons, edid
+device tifb: rasops32, rasops24, rasops16, rasops8, wsemuldisplaydev, vcons, edid
 attach tifb at obio
 file   arch/arm/omap/tifb.c                    tifb
 



Home | Main Index | Thread Index | Old Index