summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/ffb.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-07-05Adapt to proplib api changesmartin
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-03-26Correct a typo in the openprom variable name.jdc
2017-05-19enable font loading / screen resizingmacallan
2017-04-27- don't blindly copy attribute bits which we don't support or which make nomacallan
2017-04-22- set RI_FULLCLEARmacallan
2016-11-04mmap() memory-ish regions with BUS_SPACE_MAP_PREFETCHABLEmacallan
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-09-11- initialize sc_bg_cache and FFB_FBC_BG along with everything else so thingsmacallan
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-09-12Remove unused variablemartin
2013-07-30avoid uninitialized use of defattrmacallan
2012-08-09split ffb_putchar() into a version for mono fonts and one for anti-aliasedmacallan
2012-04-12don't assume that wscons assumes BGR ordering and request it explicitlymacallan
2012-01-11use rasops_init(0, 0)macallan
2011-12-22support anti-aliased fonts and let the hardware do the alpha blendingmacallan
2011-10-31Add support for the WSDISPLAYIO_GET_EDID ioctl (requires passing a device_tjdc
2011-10-23Correct the VSYNC-related register definitions and rework how they are usedjdc
2011-08-18shut up some debug output accidentially left inmacallan
2011-08-16use appropriate WID and FBC for high resolution modemacallan
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-03CFATTACH_DECL_NEWchristos
2011-05-19remove obsolete comment - putchar() does in fact use the blitter nowmacallan
2011-05-09Alter the sync-on-green and composite-sync settings:jdc
2011-04-20Remove some leftoversmartin
2011-04-09Add EDID and video mode setting support to FFB.jdc
2010-09-21* implement hw acceleration for putchar()macallan
2009-08-20call vcons_replay_msgbuf() when appropriatemacallan
2008-11-16make this work right with WSDISPLAY_SCROLLSUPPORTmacallan
2008-08-28use device_private() to get the softcmartin
2008-06-13use device_lookup_private to get softccegger
2008-04-05use aprint_*_dev and device_xnamecegger
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-15Missing initializermartin
2006-09-14Vcons-ify the ffb driver, from macallan.martin
2006-09-07Remove accidently commited debug printf when unblanking, and actuallymartin
2006-08-18Fix wrong prom_getoption() return value checksmartin
2006-07-04Initialize the "console screen" once - no matter if we are console ormartin
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12make this compile againmacallan
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-29Use device_cfdata().thorpej
2006-02-13ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions.cdi
2005-12-12more proc -> lwp conversions.christos
2005-12-11merge ktrace-lwp.christos
2005-07-04Only set up the console screen on the console ffb.jdc
2005-05-31fixed a stupid typo that chained copycols to itselfmacallan