Up to [cvs.NetBSD.org] / src / sys / dev / pci / voyager
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 19 16:49:56 2013 UTC (2 months ago) by macallan
Branch: MAIN
CVS Tags: khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.24: +11 -6
lines
Diff to previous 1.24 (colored)
rearrange things a little bit to avoid showing garbled VRAM content while switching colour depth
Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 13 21:35:18 2013 UTC (2 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.23: +30 -18
lines
Diff to previous 1.23 (colored)
break a bunch of long lines
Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 13 21:28:12 2013 UTC (2 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.22: +167 -15
lines
Diff to previous 1.22 (colored)
support anti-aliased fonts in 8bit while there, use the DRAM config register to figure out how much video memory we have instead of guessing
Revision 1.22 / (download) - annotate - [select for diffs], Wed May 30 08:05:12 2012 UTC (11 months, 3 weeks ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
jmcneill-usbmp-base10
Changes since 1.21: +6 -7
lines
Diff to previous 1.21 (colored)
fix some comments
Revision 1.21 / (download) - annotate - [select for diffs], Wed May 23 18:39:30 2012 UTC (12 months ago) by macallan
Branch: MAIN
Changes since 1.20: +6 -7
lines
Diff to previous 1.20 (colored)
first step to fix PR 46461 - don't jump through a NULL pointer when we're not the console but the firmware set up the graphics hardware anyway
Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 19 09:03:01 2012 UTC (13 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9
Changes since 1.19: +13 -4
lines
Diff to previous 1.19 (colored)
glyphcache_init() works best with its parameters in the right order. Doh. While there request an RGB devcmap.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 20 14:59:36 2012 UTC (14 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
jmcneill-usbmp-base8
Changes since 1.18: +120 -96
lines
Diff to previous 1.18 (colored)
split voyagerfb_putchar() into one method for mono fonts and one for anti-aliased fonts
Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 13 18:40:34 2012 UTC (14 months, 1 week ago) by elad
Branch: MAIN
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
something meaningful. All relevant documentation has been updated or
written.
Most of these changes were brought up in the following messages:
http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html
Thanks to christos, manu, njoly, and jmmv for input.
Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Feb 21 15:26:20 2012 UTC (15 months ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3
Changes since 1.16: +30 -6
lines
Diff to previous 1.16 (colored)
use glyphcache for anti-aliased fonts
Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 11 16:07:29 2012 UTC (16 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base2
Changes since 1.15: +6 -7
lines
Diff to previous 1.15 (colored)
use rasops_init(0,0), WSFONT_GLYPH(), FONT_IS_ALPHA()
Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 28 18:23:01 2011 UTC (16 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.14: +83 -76
lines
Diff to previous 1.14 (colored)
make anti-aliased fonts with odd widths work The drawing engine needs lines padded to 64bit when doing colour host blits which is of course not mentioned anywhere in the manual.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 27 07:05:53 2011 UTC (16 months, 4 weeks ago) by macallan
Branch: MAIN
Changes since 1.13: +14 -8
lines
Diff to previous 1.13 (colored)
add fastpaths for alpha == 0 and alpha == 255 - no need to do the six multiplications dance there, just use background or foreground colour
Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 24 02:28:50 2011 UTC (17 months ago) by macallan
Branch: MAIN
Changes since 1.12: +7 -7
lines
Diff to previous 1.12 (colored)
don't put alpha values in a variable named alpha since alpha doesn't like variables conflicting with platform names ( just in case someone figures out how to stick an sm50x into an alpha )
Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 22 07:42:43 2011 UTC (17 months ago) by macallan
Branch: MAIN
Changes since 1.11: +12 -28
lines
Diff to previous 1.11 (colored)
don't probe colour depth on attach - we're going to change it anyway
Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 22 07:32:33 2011 UTC (17 months ago) by macallan
Branch: MAIN
Changes since 1.10: +6 -2
lines
Diff to previous 1.10 (colored)
don't switch to 8 bit for WSDISPLAYIO_MODE_EMUL if VOYAGERFB_ANTIALIAS is defined
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 22 05:05:24 2011 UTC (17 months ago) by macallan
Branch: MAIN
Changes since 1.9: +63 -8
lines
Diff to previous 1.9 (colored)
support running in 32bit colour with anti-aliased fonts enable with options VOYAGERFB_ANTIALIAS
Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 8 07:05:06 2011 UTC (18 months, 2 weeks ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: jmcneill-usbmp
Changes since 1.8: +8 -3
lines
Diff to previous 1.8 (colored)
switch to 32bit colour for X, switch back to 8 bit for console emulation
Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 8 06:56:07 2011 UTC (18 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.7: +19 -3
lines
Diff to previous 1.7 (colored)
run the console in 8 bit colour for additional speed ( on Gdium this scrolls more than twice as fast as the 16bit default mode )
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 18 17:59:01 2011 UTC (19 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.6: +46 -11
lines
Diff to previous 1.6 (colored)
add backlight control via sm502 PWM
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 28 02:36:37 2011 UTC (19 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.5: +202 -2
lines
Diff to previous 1.5 (colored)
support a hardware cursor - now X with wsfb on gdium is a little less annoying
Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 22 06:16:13 2011 UTC (20 months ago) by macallan
Branch: MAIN
Changes since 1.4: +5 -6
lines
Diff to previous 1.4 (colored)
use BUS_SPACE_MAP_PREFETCHABLE
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 20 06:15:02 2011 UTC (20 months ago) by macallan
Branch: MAIN
Changes since 1.3: +14 -2
lines
Diff to previous 1.3 (colored)
support ioctl(WSDISPLAYIO_SVIDEO) and friends so wsfb can turn the backlight off
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 6 06:27:14 2011 UTC (20 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.2: +103 -2
lines
Diff to previous 1.2 (colored)
add simple backlight control support, only on/off for now
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 6 03:31:37 2011 UTC (20 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
wsdisplayio_busid_pci() needs out parent since we don't attach directly to a PCI bus anymore
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 31 16:47:31 2011 UTC (20 months, 3 weeks ago) by macallan
Branch: MAIN
split up voyagerfb into the framebuffer portion and a pseudo bus that we can attach all the other sub-devices to while there attach an i2c bus