summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* Add support for USB display link adapters to the FB and VT drivers.hselasky2015-03-071-3/+10
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgadumbbell2015-03-011-0/+2
* Forward the FBIO_BLANK IOCTL to framebuffer clients. Bump the FreeBSDhselasky2015-02-161-1/+2
* vt(4): Use power_{suspend,resume} event handlers to implementavg2015-01-271-18/+0
* vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfbdumbbell2014-08-271-17/+13
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerdumbbell2014-08-251-6/+8
* vt(4): Add vd_bitblt_bmp_t callbackdumbbell2014-08-231-0/+2
* creator_fb: Implement vd_bitblt_text_tdumbbell2014-08-231-8/+62
* vt(4): Colors are indexed against a console palette, not a VGA palettedumbbell2014-08-101-2/+3
* fbd: Fix a bug where vt_fb_attach() success would be considered a failuredumbbell2014-08-101-2/+3
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingnwhitehorn2014-08-071-1/+0
* Retire various intertwined bits of fbd(4) and vt_fb, in particular thenwhitehorn2014-08-061-103/+8
* Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffersnwhitehorn2014-08-051-0/+220
* Allow console drivers active from early boot to be used with xf86-video-scfb,nwhitehorn2014-07-161-7/+0
* Should check fb_read method presence instead of double check for fb_write.ray2014-07-091-1/+1
* Remove ia64.marcel2014-07-071-22/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Remove more superfluous const specifiers.dim2014-02-232-8/+8
* Clean up license textemaste2013-12-292-8/+1
* o Add virtual terminal mmap request handler.ray2013-12-231-1/+10
* Implement minimum ioctls set for framebuffer device.ray2013-11-221-1/+32
* Handle suspend/resume. Switch to console window before suspend, switch back onray2013-11-071-2/+17
* Allow to use fb_probe() outside of driver.ray2013-11-051-1/+2
* Fail to attach if fb_info not passed.ray2013-11-021-0/+2
* Add link to drmn device.ray2013-11-011-0/+1
* Allow fbd to be attached as newbus device.ray2013-10-311-0/+74
* Define fb newbus interface to connect framebuffer providers with fbd.ray2013-10-311-0/+13
* Use copy method which maybe defined by framebuffer provider, but not justray2013-10-231-0/+19
* Add generic/simple framebuffer.ray2013-10-221-0/+324
* Reduce diff against stable/9 slightly.jkim2013-08-281-3/+2
* Do not save/restore video memory if we are not using linear frame buffer.jkim2013-08-281-22/+15
* Make sure to free stale buffer before allocating new one for safety.jkim2013-08-281-2/+6
* Avoid unnecessary signedness conversion.jkim2013-08-281-3/+3
* Limit the amount of video memory we map for the driver to the maximum value.jkim2013-03-271-5/+6
* Piggyback MIPS changes and add ARM syscons support for devices withgonzo2012-08-251-1/+6
* Provide basic glue to allow syscons to be used on MIPS, modelledrwatson2012-08-251-0/+23
* Fix the previous commit to only copy the data we were asked to and notphk2012-06-181-0/+1
* On certain newer Intel Atom based motherboards, for instance thephk2012-06-171-3/+10
* Fix a Clang warning.jkim2012-04-161-1/+1
* Save and restore VGA display memory between suspend and resume.jkim2012-04-041-14/+29
* Do not copy VESA state buffer if the VBE call has failed for any reason.jkim2012-04-041-2/+2
* Remove a useless warning. The mode information is unused for very long timejkim2012-04-041-4/+0
* Do not reuse the previous address when restoring linear frame buffer.jkim2012-03-191-4/+6
* Save and restore linear frame buffer between suspend and resume.jkim2012-03-171-0/+19
* Remove unnecessary static variable initializations and duplicate codes.jkim2012-03-161-52/+42
* Do not unnecessarily clear display memory when switching modes.jkim2012-03-161-1/+1
* If the VBE implementation does not support save/restore function, defer tojkim2012-02-231-8/+5
* Update my copyright date.jkim2012-02-231-1/+1
OpenPOWER on IntegriCloud