summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips/dev/crmfb.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-12-27s/suport/support/msaitoh
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2018-03-17Add support for overriding the video mode by setting an ARCS environmentjmcneill
2017-05-19enable font loading / screen resizingmacallan
2016-02-14Remove extra stray break missed by Christos when committing PR 50783.dholland
2016-02-08PR/50783: David Binderman: Indent switch properly, add missing break.christos
2015-09-23no need to set RI_CLEAR - we do our own clearing and rasops assumes a linearmacallan
2015-02-18switch sgimips to common bus_dma and bus_space in arch/mips/macallan
2015-01-20- remove scratch area, it's been unused since we're drawing characters bymacallan
2014-09-02support ioctl() WSDISPLAYIO_SVIDEO, _GVIDEO and _GET_EDIDmacallan
2013-12-16- remove unused variablesmrg
2012-01-11use rasops_init(0,0)macallan
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-05-17add support for running the console in more than 8 bitmacallan
2011-04-13use PRIx64 for printing 64-bit valuesplunky
2011-04-07add mode setting supportmacallan
2011-04-04remove some old debug codemacallan
2011-03-31add DDC2 support. Not too useful yet.macallan
2011-03-30device_t-ify, use aprint_*_dev() where appropriatemacallan
2011-03-01use hardware to draw characters, while there use vcons_replay_msgbuf()macallan
2011-02-20Merge forward matt-nb5-mips64matt
2008-07-30Add a BUS_DMASYNC_PREWRITE call against tile's DMA address descriptors.tsutsui
2008-05-08Use 2-clause license.jmcneill
2008-03-18Remove debug printf: ``so we need 10 x 8 tiles -> 00500000''jmcneill
2008-03-15Swap red and blue for 8bpp paletted mode.jmcneill
2008-03-02allow userland to map all video memory, not just the visible partmacallan
2008-03-01allocate a linear buffer, don't smoke crack when setting up the engine's TLBsmacallan
2008-02-18correct accidentially committed garbage (what the hell... )macallan
2008-02-18correct typomacallan
2008-02-18avoid unnecessary writes to the MTE's direction registersmacallan
2008-02-17use MTE for rectangle filling as wellmacallan
2008-02-17adjust some register names, also use MTE for scrolling downmacallan
2008-02-17use the memory transfer engine for scrolling when possiblemacallan
2008-02-10bunch of minor fixes:macallan
2008-02-06get rid of some leftover debugging cruftmacallan
2008-02-05update (c) sectionsmacallan
2008-02-05add hardware acceleration for scrolling and clearing.macallan
2008-02-02Allow sync-on-green to be controlled by ARCS environment variable "SyncOnGreen".sekiya
2007-12-02CRMFB_VT_VCMAP and CRMFB_VT_HCMAP register definitions were transposed.jmcneill
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-26- move register definitions to crmfbreg.hmacallan
2007-07-15add hardware cursor supportmacallan
2007-04-15We don't support WSDISPLAYIO_[SG]VIDEO, so don't try to hide it.jmcneill
2007-04-14Avoid crashing if booting via serial consolemartin
2007-04-13Add shadow framebuffer support; scrolling the screen still isn't great,jmcneill
2007-04-12Don't claim to be the console if we're supposed to be using a serialjmcneill
2007-04-12Add crmfb, a framebuffer console driver for the onboard O2 video (SGI-CRM)jmcneill