summaryrefslogtreecommitdiff
path: root/sys/dev/wsfb
AgeCommit message (Expand)Author
2020-07-26Pull up following revision(s) (requested by jdolecek in ticket #1025):martin
2020-04-15Pull up following revision(s) (requested by msaitoh in ticket #835):martin
2019-08-15Pull up following revision(s) (requested by rin in ticket #56):martin
2019-07-29Enable anti-aliasing for depth 24.rin
2019-07-28sys/dev/rasops routines support anti-aliasing for depths 15 and 16.rin
2019-07-26Add genfb(4) driver for mac68k grfbus.rin
2019-05-31If an EDID is available, attempt to use the screen size to influence fontjmcneill
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-03-06Fix cmap bounds checking.mlelstv
2018-01-21CID-1427771: Remove incorrect pre-condition (index cannot be 256!)christos
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-19enable font loading and screen resizingmacallan
2017-02-25genfb(4): Enabling/Disabling shadowfb can be controlled via prop.nonaka
2015-06-01Fix splashscreen on resolutions where text is centered.nat
2015-05-01Include splash with genfb.nat
2015-03-20support 24bpp framebuffersjmcneill
2014-09-10handle WSDISPLAYIO_GET_EDID and WSDISPLAYIO_GET_FBINFO only if the busmacallan
2014-07-24Add enable/disable polling hooks to genfb_ops.riastradh
2014-07-23RCS IDs do not go in header files.riastradh
2014-07-22Do not printf(foobar()). Bad bad bad bad bad!riastradh
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-01-22Provide a wsdisplay_accessops.pollcskrll
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-01-10for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont tr...jmcneill
2013-01-09aprint_verbose -> aprint_debugjmcneill
2012-04-12in 32 bit colour assume RGB ordering, allow override using a device propertymacallan
2012-02-07On 8-bit screens only enable font anti-aliasing when the cmap_callbackphx
2012-01-11use rasops_init(0, 0)macallan
2012-01-04support anti-aliased fonts in 8 bit, generate an appropriate colour mapmacallan
2011-12-28if the cursor row passed in a device property doesn't fit on the screen justmacallan
2011-12-22support anti-aliased fonts in 32bit colourmacallan
2011-07-13use callbacks that match the ioctl() interface to control backlightmacallan
2011-06-02some steps to make multiple instances work:macallan
2011-03-08fix build for LP32macallan
2011-03-08look for a 'virtual_address' property and use it as fb addressmacallan
2011-02-22genfb_enable/disable_polling only matters if genfb is the console screen,jmcneill
2011-02-18call vcons_hard_switch to switch to the console screen when entering pollingjmcneill
2011-02-12Fixed NULL-pointer dereferencing when a mode-callback is not defined.phx
2011-02-09add vcons_{enable,disable}_polling and genfb_{enable,disable}_pollingjmcneill
2011-02-08add a 'setmode' callback to genfb and use it to setup write-combiningjmcneill
2011-02-06- add support for using compressed images as splash imagesjmcneill
2010-10-07finish device_t-ificationmacallan
2010-10-06add support for backlight control via machine dependent callbacksmacallan
2010-08-31make use of a shadow framebuffer optional, use VCONS_DONT_READ by defaultmacallan
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-22Restore splashscreen support with genfb.ahoka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-08-24Expose genfb_restore_palette and allow MD code to specify PMF callbacks.jmcneill
2009-08-20call vcons_replay_msgbuf()macallan
2009-08-06add rasops15 too for completenessmacallan