summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/fbd.c
Commit message (Expand)AuthorAgeFilesLines
* Partial merge of the SPDX changeseadler2018-03-141-0/+2
* MFC r306555:gonzo2016-10-191-0/+2
* 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
* fbd: Fix a bug where vt_fb_attach() success would be considered a failuredumbbell2014-08-101-2/+3
* Retire various intertwined bits of fbd(4) and vt_fb, in particular thenwhitehorn2014-08-061-103/+8
* 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
* 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
* 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
OpenPOWER on IntegriCloud