summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pm2fb.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2021-12-19s/forground/foreground/ in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-12-16use hardware rendering for anti-aliased fontsmacallan
2015-09-16prop_dictionary_get_bool() doesn't return FALSE if the property doesn'tmacallan
2014-12-17- add support for Permedia 2macallan
2014-12-09begin to address PR 49229:macallan
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-09-15Remove/comment out unused variables, initialize a few others.martin
2013-07-30avoid uninitialized use of defattrmacallan
2013-06-28this could have never worked. Cleanup bogus code.christos
2012-10-06don't crash when we're not the consolemacallan
2012-10-04support underlined charactersmacallan
2012-09-13make video modes work that need a screen width which isn't directly supportedmacallan
2012-09-13add mode setting supportmacallan
2012-09-12support anti-aliased fonts in 8 bitmacallan
2012-09-05fix horizontal scrolling in 8bit, while there use an R3G3B2 palettemacallan
2012-09-05some preparations for mode setting support and such:macallan
2012-05-23first step to fix PR 46461 - don't jump through a NULL pointer when we'remacallan
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2012-01-11use rasops_init(0, 0)macallan
2011-11-24fix debug buildmacallan
2011-11-24#include "opt_pm2fb.h"macallan
2011-11-24support DDC2, so far only for WSDISPLAYIO_GET_EDIDmacallan
2011-01-22Implement new WSDISPLAYIO_GET_BUSID ioctl.cegger
2010-12-16ioctl: KNF switch-case, remove useless bracketscegger
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-05-04use alternate font if available ( for autogenerated box drawing characters )macallan
2010-03-16Implement character drawing by hardware so we don't need to map the framebuffermacallan
2009-10-28fix occasionally wrong colours in rectangle fillsmacallan
2009-10-28A driver for the Permedia 2 graphics processor, so far it's been tested onlymacallan