summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* MFC r306555:gonzo2016-10-191-0/+2
* MFC 303076,303225: Use MTX_SYSINIT for the VESA lock.jhb2016-08-061-3/+1
* Fix NULL-dereference panic if VESA reports zero modes.mav2016-05-171-1/+2
* sys/dev: minor spelling fixes.pfg2016-05-033-4/+4
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-303-3/+3
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-2/+2
* sys: use our nitems() macro when param.h is available.pfg2016-04-215-15/+14
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-191-4/+4
* 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
OpenPOWER on IntegriCloud