CVS commit: src/sys/dev/wsfb

2021-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 27 22:42:53 UTC 2021 Modified Files: src/sys/dev/wsfb: files.wsfb genfb.c genfbvar.h Log Message: add optional glyph cache for genfb enable with options GENFB_GLYPHCACHE=n with n being the desired size of the cache in MB

CVS commit: src/sys/dev/wsfb

2021-01-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 26 18:08:33 UTC 2021 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: remove outdated comment To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/wsfb/genfb.c Please note that diffs are not

CVS commit: src/sys/dev/wsfb

2021-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 17 00:23:38 UTC 2021 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Prefer printing the framebuffer's PA instead of VA. It's much more useful.. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 01:08:06 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Add "is_swapped" property which indicates 32-bpp framebuffer is byte-swapped. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 12:47:37 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicates memory type obtained by mmap. I just misunderstood its intention. Thanks to jmcn

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 12:00:12 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Remove stray TABs. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/wsfb/genfb.c Please note that diff

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 11:54:21 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: For WSDISPLAYIO_GET_FBINFO ioctl, set WSFB_VRAM_IS_RAM to fbi_flags when shadow FB is used. To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/sys/dev/wsfb

2020-05-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat May 30 14:15:43 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: reduce stack usage in genfb_calc_hsize() To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/wsfb/genfb.c Please note t

CVS commit: src/sys/dev/wsfb

2020-04-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 13 15:26:58 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Get genfb's address offset correctly when the vaule >= 4G. OK's by jmcneill. Tested on Intel BXNUC10I3FNK (Comet Lake U). To generate a diff

CVS commit: src/sys/dev/wsfb

2020-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 23 14:44:24 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Do not replay the msgbuf if we are booting silent or quiet. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/wsfb/genfb

CVS commit: src/sys/dev/wsfb

2018-03-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 6 07:49:36 UTC 2018 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Fix cmap bounds checking. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/dev/wsfb/genfb.c Please note that diffs are no

CVS commit: src/sys/dev/wsfb

2018-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 04:20:10 UTC 2018 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: CID-1427771: Remove incorrect pre-condition (index cannot be 256!) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/w

CVS commit: src/sys/dev/wsfb

2017-05-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 19 19:23:25 UTC 2017 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: enable font loading and screen resizing To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/wsfb/genfb.c Please note th

CVS commit: src/sys/dev/wsfb

2017-02-24 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Feb 25 01:11:55 UTC 2017 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: genfb(4): Enabling/Disabling shadowfb can be controlled via prop. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/s

CVS commit: src/sys/dev/wsfb

2015-06-01 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jun 1 20:47:59 UTC 2015 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Fix splashscreen on resolutions where text is centered. This commit was approved by macallan@ To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/dev/wsfb

2015-03-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Mar 20 21:55:46 UTC 2015 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: support 24bpp framebuffers To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/wsfb/genfb.c Please note that diffs are

CVS commit: src/sys/dev/wsfb

2014-09-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 10 07:40:52 UTC 2014 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: handle WSDISPLAYIO_GET_EDID and WSDISPLAYIO_GET_FBINFO only if the bus frontend doesn't ( as in, returns EPASSTHROUGH or doesn't register a hand

CVS commit: src/sys/dev/wsfb

2014-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 23 16:56:49 UTC 2014 Modified Files: src/sys/dev/wsfb: genfbvar.h Log Message: RCS IDs do not go in header files. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/wsfb/genfbvar.h Please note

CVS commit: src/sys/dev/wsfb

2014-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 22 18:47:11 UTC 2014 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Provide a wsdisplay_accessops.pollc This makes sure that the screen gets painted properly during early boot input (e.g. boot -a) on the Raspberry

CVS commit: src/sys/dev/wsfb

2013-01-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 10 22:06:59 UTC 2013 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont treat it as an error To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/wsfb

2013-01-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 9 01:58:00 UTC 2013 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: aprint_verbose -> aprint_debug To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/wsfb/genfb.c Please note that diffs

CVS commit: src/sys/dev/wsfb

2012-04-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 12 22:36:15 UTC 2012 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: in 32 bit colour assume RGB ordering, allow override using a device property To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src

CVS commit: src/sys/dev/wsfb

2012-02-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 7 18:48:20 UTC 2012 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: On 8-bit screens only enable font anti-aliasing when the cmap_callback property is defined. It is needed for a suitable R3G3B2 color map. Ok by relen

CVS commit: src/sys/dev/wsfb

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 16:13:12 UTC 2012 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: use rasops_init(0, 0) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/wsfb/genfb.c Please note that diffs are not p

CVS commit: src/sys/dev/wsfb

2012-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 4 20:18:29 UTC 2012 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: support anti-aliased fonts in 8 bit, generate an appropriate colour map To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/

CVS commit: src/sys/dev/wsfb

2011-12-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 18:37:58 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: if the cursor row passed in a device property doesn't fit on the screen just ignore it and clear the screen To generate a diff of this commit:

CVS commit: src/sys/dev/wsfb

2011-12-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 22 04:53:43 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: support anti-aliased fonts in 32bit colour To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/wsfb/genfb.c Please note

CVS commit: src/sys/dev/wsfb

2011-07-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 13 22:47:29 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: use callbacks that match the ioctl() interface to control backlight To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 s

CVS commit: src/sys/dev/wsfb

2011-06-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 2 02:33:42 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: some steps to make multiple instances work: - don't bail if we're not the console. If we get the right paramters there is no reason

CVS commit: src/sys/dev/wsfb

2011-03-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 8 04:47:10 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: fix build for LP32 thanks to uebayasi@ To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/wsfb/genfb.c Please note tha

CVS commit: src/sys/dev/wsfb

2011-03-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 8 03:16:31 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: look for a 'virtual_address' property and use it as fb address To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/wsfb/

CVS commit: src/sys/dev/wsfb

2011-02-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Feb 22 01:26:14 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: genfb_enable/disable_polling only matters if genfb is the console screen, so make it a noop if it's not To generate a diff of this commit: cvs

CVS commit: src/sys/dev/wsfb

2011-02-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 18 13:56:59 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: call vcons_hard_switch to switch to the console screen when entering polling mode, makes ddb-from-X work with genfb on x86 To generate a diff

CVS commit: src/sys/dev/wsfb

2011-02-12 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Feb 12 17:15:27 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Fixed NULL-pointer dereferencing when a mode-callback is not defined. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/wsf

CVS commit: src/sys/dev/wsfb

2010-10-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 6 02:24:36 UTC 2010 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: add support for backlight control via machine dependent callbacks To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src

CVS commit: src/sys/dev/wsfb

2010-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 31 02:49:17 UTC 2010 Modified Files: src/sys/dev/wsfb: files.wsfb genfb.c genfbvar.h Log Message: make use of a shadow framebuffer optional, use VCONS_DONT_READ by default To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/dev/wsfb

2009-08-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 20 02:51:27 UTC 2009 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: call vcons_replay_msgbuf() To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/wsfb/genfb.c Please note that diffs are

CVS commit: src/sys/dev/wsfb

2009-08-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 6 16:26:51 UTC 2009 Modified Files: src/sys/dev/wsfb: files.wsfb Log Message: add rasops15 too for completeness To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/wsfb/files.wsfb Please note that

CVS commit: src/sys/dev/wsfb

2009-08-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 6 16:24:43 UTC 2009 Modified Files: src/sys/dev/wsfb: files.wsfb Log Message: pull in rasops16 - needed for gdium support To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/wsfb/files.wsfb Please