summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* MFC r277795,278849: vt(4): Use power_{suspend,resume} event handlersavg2015-05-111-18/+0
* vt(4): Merge several bug fixes and improvementsdumbbell2014-09-181-2/+3
* MFC vt(4) improvements / sync with HEADemaste2014-09-041-15/+69
* MFC r269685 (nwhitehorn): Retire vd_maskbitbltchr.emaste2014-09-041-1/+0
* MFC fbd(4) and vt_fb disentanglement:emaste2014-09-041-103/+8
* MFC vt(4) driver for Sun creator(4) framebuffersemaste2014-09-041-0/+221
* MFC r260047: Clean up license textemaste2014-09-042-8/+1
* MFC r268771, r268796 by nwhitehorn:emaste2014-09-021-7/+0
* MFC r262613:dim2014-03-262-8/+8
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-062-0/+489
* 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
* Probe supported states for save/restore function. Some VBE implementationjkim2012-02-231-11/+11
* Fix a typo introduced in r231843.jkim2012-02-231-1/+1
* Set the initial mode for the adapter after executing VESA BIOS POST.jkim2012-02-161-2/+5
* Make sure the VESA mode number is between 256 and 511 inclusive.jkim2012-02-161-2/+4
* Properly check VESA video mode number.jkim2012-02-161-1/+1
* Convert files to UTF-8uqs2012-01-151-97/+97
* Convert files to UTF-8uqs2012-01-152-2/+2
* - Add support for ASCII art splash screens in TheDraw formateadler2011-12-121-0/+135
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-021-55/+57
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-15/+17
* Fix segment:offset calculation of interrupt vector for relocated video BIOSjkim2010-09-131-8/+6
* Disable video ROM shadowing by default as I originally intended. I foundjkim2010-09-021-2/+2
* Make sure the interrupt entry point is within the video ROM range. We mustjkim2010-08-311-9/+15
* Fix a debugging message under bootverbose. This address is not linear.jkim2010-08-251-1/+1
* Add an experimental feature to shadow video BIOS. Long ago, this trick wasjkim2010-08-251-10/+57
* Protect shared palette and state buffer with a mutex. Remove defunctjkim2010-08-071-14/+27
* Initialize a variable before its use.jkim2010-07-131-1/+1
* Preallocate buffers for palette and state. Do not save DAC registers asjkim2010-07-131-83/+58
* Plug a possible memory leak.jkim2010-07-061-1/+1
OpenPOWER on IntegriCloud