summaryrefslogtreecommitdiff
path: root/sys/dev/wsfb
AgeCommit message (Expand)Author
2022-08-01genfb: Handle uninitialized softc in genfb_enable/disable_polling.riastradh
2022-07-17genfb(4): Make internal parts of struct genfb_softc private.riastradh
2022-07-17genfb(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)riastradh
2022-07-09Fix GENFB_GLYPHCACHE with shadow fb.rin
2022-03-28Add helper to detach genfb console.mlelstv
2021-12-24wsfb: Prefer wide fonts when EDID data is available.jmcneill
2021-08-30Add 10-bit pixel format support.jmcneill
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27add optional glyph cache for genfbmacallan
2021-01-26remove outdated commentmacallan
2021-01-17Prefer printing the framebuffer's PA instead of VA. It's much more useful..jmcneill
2020-10-19Add "is_swapped" property which indicates 32-bpp framebuffer isrin
2020-10-18Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicatesrin
2020-10-18Remove stray TABs. No binary changes.rin
2020-10-18For WSDISPLAYIO_GET_FBINFO ioctl, set WSFB_VRAM_IS_RAM to fbi_flagsrin
2020-06-11Update for proplib(3) API changes.thorpej
2020-05-30reduce stack usage in genfb_calc_hsize()jdolecek
2020-04-13 Get genfb's address offset correctly when the vaule >= 4G. OK's by jmcneill.msaitoh
2020-02-23Do not replay the msgbuf if we are booting silent or quiet.martin
2019-08-09Fix bug introduced in rev. 1.69:rin
2019-08-07We support anti-aliasing for depth 2.rin
2019-08-02Notify size of shadow framebuffer if enabled.rin
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