The NetBSD Project

CVS log for src/sys/dev/pci/radeonfbvar.h

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / pci

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:57 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.11: +9 -5 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

sync with head

Revision 1.11.8.5 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:32 2012 UTC (7 weeks, 1 day ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11.8.4: +3 -1 lines
Diff to previous 1.11.8.4 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

sync to latest -current.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Wed Mar 21 16:12:19 2012 UTC (2 months ago) by riz
Branch: netbsd-6
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Pull up following revision(s) (requested by macallan in ticket #132):
	sys/dev/pci/radeonfb.c: revision 1.59
	sys/dev/pci/radeonfbvar.h: revision 1.16
adjust the backlight control interface to match the other drivers ( genfb,
r128fb, voyagerfb etc. ) so the lid_switch script does the right thing
noticed by riz, I thought I fixed that a long time ago

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 15 05:47:19 2012 UTC (2 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, HEAD
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

adjust the backlight control interface to match the other drivers ( genfb,
r128fb, voyagerfb etc. ) so the lid_switch script does the right thing
noticed by riz, I thought I fixed that a long time ago

Revision 1.11.8.4 / (download) - annotate - [select for diffs], Tue Mar 6 18:26:45 2012 UTC (2 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11.8.3: +3 -1 lines
Diff to previous 1.11.8.3 (colored) to branchpoint 1.11 (colored)

sync to -current

Revision 1.11.8.3 / (download) - annotate - [select for diffs], Tue Mar 6 09:56:21 2012 UTC (2 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11.8.2: +1 -3 lines
Diff to previous 1.11.8.2 (colored) to branchpoint 1.11 (colored)

sync to -current

Revision 1.11.8.2 / (download) - annotate - [select for diffs], Sun Mar 4 00:46:25 2012 UTC (2 months, 3 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11.8.1: +3 -1 lines
Diff to previous 1.11.8.1 (colored) to branchpoint 1.11 (colored)

sync to latest -current.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Feb 28 20:21:16 2012 UTC (2 months, 3 weeks ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base4
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

support anti-aliased fonts in 8 bit as well

Revision 1.11.8.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:52 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

merge to -current.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 16 17:33:28 2012 UTC (3 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base5, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

cache glyphs in video memory when using anti-aliased fonts on r128fb and
radeonfb

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:23 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (colored)

Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 30 14:32:31 2011 UTC (4 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

this should have been committed along with the previous changes in
radeonfb.c

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:26 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.10: +1 -5 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Sync with HEAD.

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:57 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.7: +3 -8 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

sync with head

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:53 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.10: +1 -5 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 6 23:25:17 2011 UTC (15 months, 2 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.10: +1 -5 lines
Diff to previous 1.10 (colored)

- add support for using compressed images as splash images
- retire SPLASHSCREEN_PROGRESS and SPLASHSCREEN_IMAGE options

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Sat Nov 6 08:08:32 2010 UTC (18 months, 2 weeks ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.7.2.1: +2 -4 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Sync with HEAD.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 3 00:49:02 2010 UTC (18 months, 3 weeks ago) by macallan
Branch: MAIN
CVS Tags: uebayasi-xip-base4, matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

pull in rasops8 for radeonfb, while there defflag a bunch of options and
make them all use the same prefix

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 2 14:32:58 2010 UTC (18 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

when drawing characters by software make sure the engine is idle before
accessing video memory

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Fri Oct 22 07:22:12 2010 UTC (19 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Sync with HEAD (-D20101022).

Revision 1.6.28.2 / (download) - annotate - [select for diffs], Sat Oct 9 03:32:23 2010 UTC (19 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6.28.1: +2 -1 lines
Diff to previous 1.6.28.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

sync with head

Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 17 18:53:16 2010 UTC (21 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, uebayasi-xip-base3
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

- fix 8 bit support and run the console in 8 bit for a little extra speed
- fix colour oddities seen occasionally on sparc64
- try to use firmware DAC wiring until we figure out what's wrong
TODO:
- find out why radeonfb gets the DAC wiring ass-backwards on my xvr-100
  while Xorg's radeon driver gets it right
- find out why reverse characters aren't drawn in reverse

tested on macppc and sparc64

Revision 1.6.28.1 / (download) - annotate - [select for diffs], Wed Aug 19 18:47:17 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

sync with head.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 28 00:10:51 2009 UTC (2 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base10, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, matt-premerge-20091211, jym-xensuspend-nbase
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

forgot to commit that along with radeonfb.c

Revision 1.2.12.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:37:21 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.12.3: +2 -1 lines
Diff to previous 1.2.12.3 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync with head.

Revision 1.5.6.1 / (download) - annotate - [select for diffs], Mon Aug 20 18:37:28 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Sync with HEAD.

Revision 1.5.14.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:38 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Sync with HEAD.

Revision 1.6.36.2 / (download) - annotate - [select for diffs], Fri Aug 3 05:40:48 2007 UTC (4 years, 9 months ago) by macallan
Branch: matt-mips64
Changes since 1.6.36.1: +371 -0 lines
Diff to previous 1.6.36.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

unbork fallout from newlock2 merge:
- reinitializing video after X exits works again
- backlight levels should be right again

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Fri Aug 3 05:40:48 2007 UTC (4 years, 9 months ago) by macallan
Branch: jmcneill-pm
Changes since 1.6.2.1: +371 -0 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

unbork fallout from newlock2 merge:
- reinitializing video after X exits works again
- backlight levels should be right again

Revision 1.6.36.1, Fri Aug 3 05:40:47 2007 UTC (4 years, 9 months ago) by macallan
Branch: matt-mips64
Changes since 1.6: +0 -371 lines
FILE REMOVED

file radeonfbvar.h was added on branch matt-mips64 on 2007-08-03 05:40:48 +0000

Revision 1.6.2.1, Fri Aug 3 05:40:47 2007 UTC (4 years, 9 months ago) by macallan
Branch: jmcneill-pm
Changes since 1.6: +0 -371 lines
FILE REMOVED

file radeonfbvar.h was added on branch jmcneill-pm on 2007-08-03 05:40:48 +0000

Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 3 05:40:47 2007 UTC (4 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, nick-csl-alignment-base5, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-mips64-base, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jymxensuspend-base, jym-xensuspend-base, jym-xensuspend, jmcneill-pm-base, jmcneill-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, matt-mips64, jmcneill-pm
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

unbork fallout from newlock2 merge:
- reinitializing video after X exits works again
- backlight levels should be right again

Revision 1.2.10.2 / (download) - annotate - [select for diffs], Sun Mar 4 12:35:35 2007 UTC (5 years, 2 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.2.10.1: +3 -2 lines
Diff to previous 1.2.10.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Pull up following revision(s) (requested by macallan in ticket #477):
	sys/dev/pci/radeonfb.c: revision 1.10
	sys/dev/pci/radeonfbvar.h: revision 1.4
don't hardcode inverted backlight levels needed on some macppc models

Revision 1.2.10.1 / (download) - annotate - [select for diffs], Sun Mar 4 12:25:15 2007 UTC (5 years, 2 months ago) by bouyer
Branch: netbsd-4
Changes since 1.2: +6 -2 lines
Diff to previous 1.2 (colored)

Pull up following revision(s) (requested by macallan in ticket #472):
	sys/dev/pci/radeonfb.c: revision 1.9
	sys/dev/pci/radeonfbreg.h: revision 1.3
	sys/dev/pci/radeonfbvar.h: revision 1.3
add preliminary support for setting backlight levels via ioctl()
from Johan Wallen

Revision 1.2.12.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:35 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.12.2: +6 -2 lines
Diff to previous 1.2.12.2 (colored) to branchpoint 1.2 (colored)

sync with head.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:27 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base, mjf-ufs-trans-base, mjf-ufs-trans, hpcarm-cleanup, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, nick-csl-alignment
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Merge newlock2 to head.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 9 21:12:00 2007 UTC (5 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

don't hardcode inverted backlight levels needed on some macppc models

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:43 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.2: +6 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Sync with head.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 3 19:47:17 2007 UTC (5 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: newlock2-nbase, newlock2-base
Changes since 1.2: +6 -2 lines
Diff to previous 1.2 (colored)

add preliminary support for setting backlight levels via ioctl()
from Johan Wallen

Revision 1.2.12.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:48 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.12.1: +366 -0 lines
Diff to previous 1.2.12.1 (colored) to branchpoint 1.2 (colored)

sync with head.

Revision 1.2.6.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:19 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.2.6.1: +366 -0 lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync with head

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Sun Sep 3 15:24:23 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2.2.1: +366 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync with head.

Revision 1.2.12.1, Tue Aug 29 17:09:33 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2: +0 -366 lines
FILE REMOVED

file radeonfbvar.h was added on branch yamt-lazymbuf on 2006-12-30 20:48:48 +0000

Revision 1.2.6.1, Tue Aug 29 17:09:33 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.2: +0 -366 lines
FILE REMOVED

file radeonfbvar.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:52:19 +0000

Revision 1.2.2.1, Tue Aug 29 17:09:33 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2: +0 -366 lines
FILE REMOVED

file radeonfbvar.h was added on branch yamt-pdpolicy on 2006-09-03 15:24:23 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 29 17:09:33 2006 UTC (5 years, 8 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base, netbsd-4-base
Branch point for: yamt-pdpolicy, yamt-lazymbuf, rpaulo-netinet-merge-pcb, newlock2, netbsd-4
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored)

those should have been committed along with radeonfb.c
doh

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 16 22:46:45 2006 UTC (5 years, 9 months ago) by gdamore
Branch: MAIN

Initial import of radeonfb.  Works to some degree on at least some hardware.
Most of the testing was done on MIPS hardware -- it probably needs work before
it will be useful with x86 hardware, and it is probably incompatible with
the X11 server.

"ATI Technologies Inc. ("ATI") has not assisted in the creation of, and
does not endorse, this software.  ATI will not be responsible or liable
for any actual or alleged damage or loss caused by or in connection with
the use of or reliance on this software."

Enjoy!

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>