CVS log for src/sys/arch/arm/omap/Attic/omapfb.c
Up to [cvs.NetBSD.org] / src / sys / arch / arm / omap
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.33
Sat Oct 29 13:37:59 2022 UTC (2 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
FILE REMOVED
Changes since revision 1.32: +2 -2
lines
Remove old OMAP port.
This code was a mess and full of unmaintainable SoC and board specific
ifdefs. A modern devicetree port for OMAP3530 and AM335x based boards
now lives in arch/arm/ti. If someone is interested in bringing back
support for any boards lost in this transition, feel free, but please
do so using the new devicetree based model.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Sep 27 06:36:43 2022 UTC (2 years, 2 months ago) by skrll
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3
lines
Remove unnecessary sys/malloc.h include
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jul 17 10:28:09 2022 UTC (2 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -5
lines
wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic.
Should find a way to avoid the #ifdefs in the .h file, but this makes
the code a good deal more legible and easier to maitain, at least.
No functional change intended.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:18:45 2021 UTC (3 years, 4 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3
lines
Merge thorpej-cfargs2.
Revision 1.29.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 16:51:28 2021 UTC (3 years, 4 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +3 -3
lines
Adapt to CFARGS().
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:28 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-cfargs2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3
lines
Merge thorpej-cfargs branch:
Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.
Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)
Remove unnecessary or redundant interface attributes where they're not
needed.
There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)
...and a sentinel value CFARG_EOL.
Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.
Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).
Revision 1.28.14.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 21:08:55 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +3 -3
lines
Give config_found() the same variadic arguments treatment as
config_search(). This commit only adds the CFARG_EOL sentinel
to the existing config_found() calls. Conversion of config_found_sm_loc()
and config_found_ia() call sites will be in subsequent commits.
Revision 1.27.20.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:55 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +4 -4
lines
Sync with HEAD
Revision 1.27.18.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:27 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +4 -4
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:29:23 2018 UTC (6 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: thorpej-cfargs
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4
lines
Rename min/max -> uimin/uimax for better honesty.
These functions are defined on unsigned int. The generic name
min/max should not silently truncate to 32 bits on 64-bit systems.
This is purely a name change -- no functional change intended.
HOWEVER! Some subsystems have
#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) > (b) ? (a) : (b))
even though our standard name for that is MIN/MAX. Although these
may invite multiple evaluation bugs, these do _not_ cause integer
truncation.
To avoid `fixing' these cases, I first changed the name in libkern,
and then compile-tested every file where min/max occurred in order to
confirm that it failed -- and thus confirm that nothing shadowed
min/max -- before changing it.
I have left a handful of bootloaders that are too annoying to
compile-test, and some dead code:
cobalt ews4800mips hp300 hppa ia64 luna68k vax
acorn32/if_ie.c (not included in any kernels)
macppc/if_gm.c (superseded by gem(4))
It should be easy to fix the fallout once identified -- this way of
doing things fails safe, and the goal here, after all, is to _avoid_
silent integer truncations, not introduce them.
Maybe one day we can reintroduce min/max as type-generic things that
never silently truncate. But we should avoid doing that for a while,
so that existing code has a chance to be detected by the compiler for
conversion to uimin/uimax without changing the semantics until we can
properly audit it all. (Who knows, maybe in some cases integer
truncation is actually intended!)
Revision 1.3.12.5: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:35:55 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.3.12.4: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.12.4: +4 -4
lines
update from HEAD
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 21 08:50:55 2014 UTC (10 years, 3 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +6 -6
lines
Pull up following revision(s) (requested by macallan in ticket #41):
sys/arch/arm/omap/omapfb.c: revision 1.27
Do not assume that PAGE_SIZE is 4kB always.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:40:33 2014 UTC (10 years, 3 months ago) by macallan
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -6
lines
don't blindly assume that PAGE_SIZE == 4kB
Now X works again.
Revision 1.3.12.4: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:47 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.3.12.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.12.3: +4 -10
lines
Rebase to HEAD as of a few days ago.
Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:53:52 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +2 -6
lines
Rebase.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 7 19:05:18 2014 UTC (10 years, 4 months ago) by macallan
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -6
lines
remove obsolete comment
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:33 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.3.2.3: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.3: +374 -91
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:44:59 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +6 -8
lines
sync with head
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 18 12:54:01 2013 UTC (10 years, 11 months ago) by skrll
Branches: MAIN
CVS tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -8
lines
Deal with unused variables.
Revision 1.3.12.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:20:01 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.3.12.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.12.2: +43 -44
lines
resync from head
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jun 9 05:52:04 2013 UTC (11 years, 6 months ago) by kiyohara
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Branch point for: rmind-smpnet
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +43 -44
lines
s/[ \t]$//g.
Indent.
Revision 1.3.12.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:32 2013 UTC (11 years, 9 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.3.12.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.12.1: +616 -77
lines
resync with head
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Feb 12 21:25:12 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
CVS tags: khorben-n900,
agc-symver-base,
agc-symver
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +27 -16
lines
break long lines
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 12 21:17:37 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +211 -15
lines
support a hardware cursor
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Feb 9 13:28:59 2013 UTC (11 years, 10 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +14 -25
lines
attach a wsdisplay even if this is not the console device
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Feb 4 21:35:44 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
put BUS_DMA_PREFETCHABLE back now that the missing pieces are in place
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Feb 2 21:02:06 2013 UTC (11 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
fix compilation
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 1 02:53:47 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +55 -2
lines
support WSDISPLAYIO_SVIDEO and _GVIDEO, now screen blanking in X works
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jan 31 21:10:37 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +31 -18
lines
break some long lines
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 31 11:00:07 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +29 -5
lines
support WSDISPLAYIO_GET_FBINFO
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 23 00:05:43 2013 UTC (11 years, 10 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +273 -38
lines
sync with head
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jan 21 16:08:30 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
CVS tags: yamt-pagecache-base8
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +54 -7
lines
switch to 32bit colour for X, keep the console in 16bit for some extra speed
( yay, first commit from my BeagleBoard )
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 21 14:17:39 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +12 -3
lines
support WSDISPLAYIO_GET_BUSID
let WSDISPLAYIO_GTYPE return WSDISPLAY_TYPE_OMAP3
no more pretending we're some sort of PCI framebuffer
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jan 17 01:10:52 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +13 -2
lines
don't draw blanks by hand, use the blitter instead
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jan 16 20:34:10 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +65 -13
lines
copy data in 32bit chunks whenever alignment permits
-> very noticeable speedup
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:32:50 2013 UTC (11 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +22 -4
lines
sync with (a bit old) head
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 16 00:09:27 2013 UTC (11 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +32 -16
lines
implement right to left and bottom to top blits, now scrolling works right
in all directions.
while there, fix the xor mask for the cursor attribute - now it's actually
inverted
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 10 02:18:06 2013 UTC (11 years, 11 months ago) by macallan
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -7
lines
implement omapfb_mmap() - now X with wsfb works
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 9 04:52:47 2013 UTC (11 years, 11 months ago) by macallan
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
remove debug cruft
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 9 04:40:46 2013 UTC (11 years, 11 months ago) by macallan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +105 -25
lines
if omapdma is present, (ab)use channel 0 for basic graphics acceleration
idea from RISC OS
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 1 23:22:44 2013 UTC (11 years, 11 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +25 -3
lines
If EDID is supplied, parse and print it. While here, try not to crash
if is_console is false.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 11 22:47:40 2012 UTC (12 years ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Don't steal the console by default.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 11 21:57:41 2012 UTC (12 years ago) by macallan
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +21 -3
lines
different u-boot versions set up the video hardware in different ways, make
sure we can deal with both
Revision 1.3.10.1: download - view: text, markup, annotated - select for diffs
Wed Nov 28 22:40:38 2012 UTC (12 years ago) by matt
Branches: matt-nb6-plus
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +3 -3
lines
Merge improved arm support (especially Cortex) from HEAD
including OMAP and BCM53xx support.
Revision 1.3.12.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:07 2012 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:08 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
sync with head
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 29 18:11:36 2012 UTC (12 years, 1 month ago) by macallan
Branches: MAIN
CVS tags: yamt-pagecache-base6,
matt-nb6-plus-nbase,
matt-nb6-plus-base
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
don't try to init more than 256 CLUT entries, no matter what colour depth
we're in
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jul 1 20:30:21 2011 UTC (13 years, 5 months ago) by dyoung
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
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-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
tls-maxphys,
matt-nb6-plus
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
#include <sys/bus.h> instead of <machine/bus.h>.
Revision 1.1.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:05 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +7 -2
lines
Sync with HEAD.
Revision 1.1.10.3: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:40:53 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.1.10.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.10.2: +5 -0
lines
sync with head
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 12 18:10:15 2011 UTC (13 years, 8 months ago) by ahoka
Branches: MAIN
CVS tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -2
lines
avoid a crash when the display size is reported as 1x1
XXX this is hackish, it should be properly fixed instead
Revision 1.1.10.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:49:38 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.1.10.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.10.1: +690 -0
lines
sync with head
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Fri Oct 22 07:21:03 2010 UTC (14 years, 1 month ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +690 -0
lines
Sync with HEAD (-D20101022).
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 9 03:31:40 2010 UTC (14 years, 2 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +690 -0
lines
sync with head
Revision 1.1.10.1
Tue Aug 31 19:03:55 2010 UTC (14 years, 3 months ago) by rmind
Branches: rmind-uvmplock
FILE REMOVED
Changes since revision 1.1: +0 -690
lines
file omapfb.c was added on branch rmind-uvmplock on 2011-03-05 20:49:38 +0000
Revision 1.1.4.1
Tue Aug 31 19:03:55 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
FILE REMOVED
Changes since revision 1.1: +0 -690
lines
file omapfb.c was added on branch uebayasi-xip on 2010-10-22 07:21:03 +0000
Revision 1.1.2.1
Tue Aug 31 19:03:55 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
FILE REMOVED
Changes since revision 1.1: +0 -690
lines
file omapfb.c was added on branch yamt-nfs-mp on 2010-10-09 03:31:40 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Aug 31 19:03:55 2010 UTC (14 years, 3 months ago) by macallan
Branches: MAIN
CVS tags: yamt-nfs-mp-base11,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-nfs-mp,
uebayasi-xip,
rmind-uvmplock,
jruoho-x86intr
a simple console driver for the OMAP 3xxx on-chip video
no acceleration so far and it will recycle whatever video mode the firmware
set up
CVSweb <webmaster@jp.NetBSD.org>