summaryrefslogtreecommitdiff
path: root/sys/dev/wsfb/genfbvar.h
AgeCommit message (Expand)Author
2022-07-17genfb(4): Make internal parts of struct genfb_softc private.riastradh
2022-03-28Add helper to detach genfb console.mlelstv
2021-01-27add optional glyph cache for genfbmacallan
2017-02-25genfb(4): Enabling/Disabling shadowfb can be controlled via prop.nonaka
2014-07-24Add enable/disable polling hooks to genfb_ops.riastradh
2014-07-23RCS IDs do not go in header files.riastradh
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2011-07-13use callbacks that match the ioctl() interface to control backlightmacallan
2011-06-02some steps to make multiple instances work:macallan
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
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-02-17Add clear-screen and cursor-row properties to allow genfb to persistjmcneill
2009-02-16Provide callbacks so MD code can explicitly prevent genfb from matching;jmcneill
2009-02-15Introduce genfb_ops genfb_borrow callback to allow the bus frontend tojmcneill
2009-02-14Provide a stub genfb_cnattach for md code to call to give a hint to thejmcneill
2008-04-29Convert to new 2 clause licensemartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-04add shadow fb supportmacallan
2007-04-14add a callback to change the colour mapmacallan
2007-04-10- move all memory mapping into the bus frontendmacallan
2007-04-07add genfb, a generic framebuffer console driver that's configured viamacallan