summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_pdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dm/dm_pdev.c')
0 files changed, 0 insertions, 0 deletions
alls withelad 2012-03-08when doing host blits, let the fifo drain every now and then. Apparently evenmacallan 2012-02-16remove debug spammacallan 2012-02-16cache glyphs in video memory when using anti-aliased fonts on r128fb andmacallan 2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner 2012-01-11use rasops_init(0, 0)macallan 2012-01-04use WSFONT_GLYPH()macallan 2012-01-04generate a better r3g3b2 colour map which actually produces white for 0xffmacallan 2012-01-04split putchar into separate methods for bitmap and alpha fonts, usemacallan 2011-12-28support anti-aliased fonts in 8 bit r3g3b2 colourmacallan 2011-06-29support WSDISPLAYIO_GET_EDIDmacallan 2011-02-15don't muck with the LVDS_BLON bitmacallan 2011-01-22Implement new WSDISPLAYIO_GET_BUSID ioctl.cegger 2011-01-06clear the screen before redrawing on reentering text modemacallan 2010-12-25there is no R128_LITTLE_ENDIAN_EN flag, just lack of R128_HOST_BIG_ENDIAN_ENmacallan 2010-12-16ioctl: KNF switch-case, remove useless bracketscegger 2010-11-15explicitly set and clear the backlight on bit, just in case someone messesmacallan 2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi 2010-10-07use WSDISPLAYIO_PARAM_BACKLIGHT as a switch and WSDISPLAYIO_PARAM_BRIGHTNESSmacallan 2010-09-30use the drawing engine to draw characters so we don't have to sync after eachmacallan 2010-09-14support backlight control via wsconsctlmacallan 2010-09-09add backlight control via PMFmacallan 2009-10-01Recognize PCI_PRODUCT_ATI_RAGEGLPCI. Works on a PowerMac G3 B&W runningjmmv 2009-08-20use vcons_replay_msgbuf() when appropriatemacallan 2009-05-06Replace curlwp->l_cred with kauth_cred_get().elad 2009-01-03remove extra semicolons.yamt 2008-08-25Match on Rage Mobility M3 (AGP)jmcneill 2008-05-30remove test for VGA subclass, also match PCI_PRODUCT_ATI_RAGE3AGP4XTmacallan 2008-05-08nuke clause 3macallan 2008-02-27get rid of the last #ifdef macppc and use PCI_MAGIC_IO_RANGE to selectmacallan 2007-11-23make this compile on sparc64macallan 2007-11-07add preliminary driver for ATI Rage 128 graphics controllersmacallan