summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/hw
Commit message (Expand)AuthorAgeFilesLines
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativedumbbell2014-09-164-5/+8
* Remove stray whitespaces.ray2014-09-121-1/+1
* vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text modedumbbell2014-09-051-0/+6
* vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfbdumbbell2014-08-272-33/+30
* vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colorsdumbbell2014-08-251-47/+119
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerdumbbell2014-08-253-37/+44
* vt_vga: Fix the display of the splash screendumbbell2014-08-241-6/+7
* vt(4): Add vd_bitblt_bmp_t callbackdumbbell2014-08-236-1/+55
* ofwfb: Implement vd_bitblt_text_tdumbbell2014-08-231-9/+64
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesdumbbell2014-08-234-25/+78
* vt(4): Fix cursor handling in vt_flush()dumbbell2014-08-231-22/+25
* vt_vga: Give only the character part of term_char_t to vga_get_cp437()dumbbell2014-08-231-1/+1
* vt_vga: Remove a "FIXME" comment; the issue was solved in r270338dumbbell2014-08-221-10/+1
* vt(4): The offset to center the text area is per-window nowdumbbell2014-08-221-13/+13
* vt(4): Give the window to vd_bitblt_text_t callbackdumbbell2014-08-221-12/+22
* vt(4): Store cursor bitmap & colors in struct vt_devicedumbbell2014-08-221-43/+15
* vt_vga: Clip the draw area to never draw offscreendumbbell2014-08-221-0/+13
* vt(4): Add new vd_bitblt_text_t callback, and implement it for vt_vgadumbbell2014-08-221-144/+591
* vt_vga: When clearing video memory, don't read from itdumbbell2014-08-211-1/+0
* vt(4): Colors are indexed against a console palette, not a VGA palettedumbbell2014-08-104-19/+19
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingnwhitehorn2014-08-075-70/+0
* Set fb_pbase properly on PowerPC in the case where we have to guess atnwhitehorn2014-08-061-5/+3
* Retire various intertwined bits of fbd(4) and vt_fb, in particular thenwhitehorn2014-08-065-32/+62
* Fix vt_vga driver to draw not-8-bit-aligned fonts correctly.ray2014-08-031-66/+61
* Don't assume that the framebuffer driver is using vt_fb_blank() when blankingnwhitehorn2014-08-021-1/+1
* Make mmap() of the console device when using ofwfb work like other supportednwhitehorn2014-07-291-78/+49
* Fix embarassing typos I made.nwhitehorn2014-07-171-5/+5
* Allow efifb to be used with xf86-video-scfb. This is important for EFInwhitehorn2014-07-161-7/+3
* Allow console drivers active from early boot to be used with xf86-video-scfb,nwhitehorn2014-07-162-30/+64
* On my Lenovo laptop, the firmware maps the EFI framebuffer with MTRRs setnwhitehorn2014-07-141-3/+25
* Remove ia64.marcel2014-07-071-5/+0
* Use common vt_fb parts in ofwfb as far as we are able without sacrificingnwhitehorn2014-07-071-73/+52
* Rename vt(4) vga module to dismiss interference with syscons(4) vga module.ray2014-06-182-1/+1
* Correct unicode map for VGA ROM character 0x0eemaste2014-06-101-1/+2
* Remove driver as unused.ray2014-05-291-141/+0
* Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.nwhitehorn2014-05-111-12/+51
* Make ofwfb not be painfully slow. This reduces the time for a verbose bootnwhitehorn2014-05-111-25/+63
* Make ofwfb actually work again. Apparently the API it was written againstnwhitehorn2014-05-111-4/+33
* No need to assign fields required and checked on probe.ray2014-05-081-7/+0
* Switch vga drivers to use names and new vt(4) driver probe method.ray2014-05-051-4/+18
* Revert r264997 and r265026. It is not required anymore.ray2014-05-051-15/+0
* Add vt(4) driver name for ofwfb driver.ray2014-05-051-0/+1
* Switch fb and efifb drivers to use names and new vt(4) driver probe method.ray2014-05-054-37/+157
* No EFI on i386. This unbreaks the i386 VT kernel build.nwhitehorn2014-04-271-1/+1
* Disable vga if EFI framebuffer present. vt(9) should handle this internallynwhitehorn2014-04-271-0/+15
* Need to include machine/fdt.h.rpaulo2014-04-051-0/+1
* o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr.ray2014-03-281-0/+30
* Update EFI framebuffer handoff from loaderemaste2014-03-271-3/+2
* Use the existence of module metadata to indicate framebuffer presenceemaste2014-03-141-1/+1
* Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS andray2014-03-051-0/+143
OpenPOWER on IntegriCloud