aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* Add support for USB display link adapters to the FB and VT drivers.Hans Petter Selasky2015-03-071-3/+10
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-011-0/+2
* Forward the FBIO_BLANK IOCTL to framebuffer clients. Bump the FreeBSDHans Petter Selasky2015-02-161-1/+2
* vt(4): Use power_{suspend,resume} event handlers to implementAndriy Gapon2015-01-271-18/+0
* vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfbJean-Sébastien Pédron2014-08-271-17/+13
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron2014-08-251-6/+8
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-231-0/+2
* creator_fb: Implement vd_bitblt_text_tJean-Sébastien Pédron2014-08-231-8/+62
* vt(4): Colors are indexed against a console palette, not a VGA paletteJean-Sébastien Pédron2014-08-101-2/+3
* fbd: Fix a bug where vt_fb_attach() success would be considered a failureJean-Sébastien Pédron2014-08-101-2/+3
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-071-1/+0
* Retire various intertwined bits of fbd(4) and vt_fb, in particular theNathan Whitehorn2014-08-061-103/+8
* Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffersNathan Whitehorn2014-08-051-0/+220
* Allow console drivers active from early boot to be used with xf86-video-scfb,Nathan Whitehorn2014-07-161-7/+0
* Should check fb_read method presence instead of double check for fb_write.Aleksandr Rybalko2014-07-091-1/+1
* Remove ia64.Marcel Moolenaar2014-07-071-22/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Remove more superfluous const specifiers.Dimitry Andric2014-02-232-8/+8
* Clean up license textEd Maste2013-12-292-8/+1
* o Add virtual terminal mmap request handler.Aleksandr Rybalko2013-12-231-1/+10
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-052-0/+480
* Reduce diff against stable/9 slightly.Jung-uk Kim2013-08-281-3/+2
* Do not save/restore video memory if we are not using linear frame buffer.Jung-uk Kim2013-08-281-22/+15
* Make sure to free stale buffer before allocating new one for safety.Jung-uk Kim2013-08-281-2/+6
* Avoid unnecessary signedness conversion.Jung-uk Kim2013-08-281-3/+3
* Limit the amount of video memory we map for the driver to the maximum value.Jung-uk Kim2013-03-271-5/+6
* Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko2012-08-251-1/+6
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-251-0/+23
* Fix the previous commit to only copy the data we were asked to and notPoul-Henning Kamp2012-06-181-0/+1
* On certain newer Intel Atom based motherboards, for instance thePoul-Henning Kamp2012-06-171-3/+10
* Fix a Clang warning.Jung-uk Kim2012-04-161-1/+1
* Save and restore VGA display memory between suspend and resume.Jung-uk Kim2012-04-041-14/+29
* Do not copy VESA state buffer if the VBE call has failed for any reason.Jung-uk Kim2012-04-041-2/+2
* Remove a useless warning. The mode information is unused for very long timeJung-uk Kim2012-04-041-4/+0
* Do not reuse the previous address when restoring linear frame buffer.Jung-uk Kim2012-03-191-4/+6
* Save and restore linear frame buffer between suspend and resume.Jung-uk Kim2012-03-171-0/+19
* Remove unnecessary static variable initializations and duplicate codes.Jung-uk Kim2012-03-161-52/+42
* Do not unnecessarily clear display memory when switching modes.Jung-uk Kim2012-03-161-1/+1
* If the VBE implementation does not support save/restore function, defer toJung-uk Kim2012-02-231-8/+5
* Update my copyright date.Jung-uk Kim2012-02-231-1/+1
* Probe supported states for save/restore function. Some VBE implementationJung-uk Kim2012-02-231-11/+11
* Fix a typo introduced in r231843.Jung-uk Kim2012-02-231-1/+1
* Set the initial mode for the adapter after executing VESA BIOS POST.Jung-uk Kim2012-02-161-2/+5
* Make sure the VESA mode number is between 256 and 511 inclusive.Jung-uk Kim2012-02-161-2/+4
* Properly check VESA video mode number.Jung-uk Kim2012-02-161-1/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-151-97/+97
* Convert files to UTF-8Ulrich Spörlein2012-01-152-2/+2
* - Add support for ASCII art splash screens in TheDraw formatEitan Adler2011-12-121-0/+135