aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* MFC r317196:Konstantin Belousov2017-04-271-0/+3
* MFC r306555:Oleksandr Tymoshenko2016-10-191-0/+2
* MFC 303076,303225: Use MTX_SYSINIT for the VESA lock.John Baldwin2016-08-061-3/+1
* Fix NULL-dereference panic if VESA reports zero modes.Alexander Motin2016-05-171-1/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-4/+4
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-303-3/+3
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-215-15/+14
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* 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