aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw/efifb/efifb.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: enable EFI framebufferMitchell Horne2025-03-031-2/+7
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-241-10/+2
* vt: Add vd_bitblt_argbEmmanuel Vadot2024-07-111-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* efifb: add a tunable to select the framebuffer cache attributeKyle Evans2023-03-011-1/+26
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* fb: Add new FBTYPE_EFIFBEmmanuel Vadot2021-12-061-0/+1
* vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori2021-11-251-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* efifb,vbefb: implement vd_finiGreg V2021-03-301-0/+11
* efifb: vt_generate_cons_palette() takes max color, not maskToomas Soome2020-11-061-3/+8
* vt efifb: add suspend/resume callsEd Maste2019-05-211-0/+2
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-251-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Improve support for Macs that have a stride not equal to theMarcel Moolenaar2015-08-151-20/+6
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-121-27/+2
* - Nuke dupe $FreeBSD$.Marius Strobl2015-07-271-3/+0
* Partially revert "vt: register the memory regions used by the vt drivers"Roger Pau Monné2014-12-301-53/+0
* vt: register the memory regions used by the vt driversRoger Pau Monné2014-12-221-0/+53
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativeJean-Sébastien Pédron2014-09-161-0/+2
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-231-0/+1
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesJean-Sébastien Pédron2014-08-231-1/+1
* vt(4): Colors are indexed against a console palette, not a VGA paletteJean-Sébastien Pédron2014-08-101-1/+1
* 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-4/+0
* Allow efifb to be used with xf86-video-scfb. This is important for EFINathan Whitehorn2014-07-161-7/+3
* On my Lenovo laptop, the firmware maps the EFI framebuffer with MTRRs setNathan Whitehorn2014-07-141-3/+25
* Switch fb and efifb drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-051-15/+38
* Update EFI framebuffer handoff from loaderEd Maste2014-03-271-3/+2
* Use the existence of module metadata to indicate framebuffer presenceEd Maste2014-03-141-1/+1
* Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS andAleksandr Rybalko2014-03-051-0/+143