summaryrefslogtreecommitdiff
path: root/sys/dev/pci/radeonfb.c
AgeCommit message (Expand)Author
2021-08-08radeonfb: use BUS_SPACE_MAP_PREFETCHABLE for the framebuffer mappingtnn
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-21fix proplib deprecationchristos
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-14Initialize dp->rd_cmap_{red,green,blue} in radeonfb_init_palette() for 8bpp,rin
2020-10-30support screen blanking of r5xxmacallan
2020-10-11Handle EDID:N entries, where N is the port number, so that we can set upjdc
2020-09-28first step towards r5xx support:macallan
2020-07-05Adapt to proplib api changesmartin
2020-06-11only read the backlight level register on mobility chipsmacallan
2020-06-11reduce stack usage in radeonfb_pickres() and radeonfb_set_cursor()macallan
2020-02-06sent PMF events when (un)blanking so things like lmu can turn their lights onmacallan
2019-08-15Support bitmap fonts with stride 4 (i.e., width 17 to 32).rin
2019-03-27fix the fix(es) - don't try to access a BIOS we didn't find.macallan
2019-03-22Even if you try very hard, some cards just do not have a BIOS.martin
2019-03-21don't malloc(0)macallan
2019-03-20add code to read disabled ROMs, adapted from xf86-video-radeonmacallan
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-28restrict a magic number 'fix' inherited from xf86-video-radeon to actualmacallan
2018-06-16explicitly turn off tiling translation - now software rendered charactersmacallan
2018-06-15cosmetics, no functional changemacallan
2018-06-14make this work on rv350 chips found in last generation *Booksmacallan
2018-06-06Remove duplicate ;maya
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2017-10-11add missing break;smacallan
2017-08-25Radeon PLLs can't have odd post dividers when used with digital outputs -macallan
2017-08-23Mac Mini WIP:macallan
2017-08-11set display output parameters according to propertiesmacallan
2017-06-02enable font loading / screen resizingmacallan
2014-11-05- unmap registers in WSDISPLAYIO_MODE_MAPPED only if a drm attachedmacallan
2014-10-21remove outdated commentsmacallan
2014-10-21get rid of RADEONFB_MMAP_BARS which hasn't been useful for yearsmacallan
2014-10-16Generalize pci_find_rom and use it to locate x86 video ROM in drm2.riastradh
2014-07-22Do not printf(foobar()). Bad bad bad bad bad!riastradh
2014-02-20Mark radeonfb_unclip as unused.joerg
2014-01-22implement WSDISPLAYIO_{GET|PUT}CMAP ioctl()smacallan
2014-01-14cap mappable framebuffer size at 64MB before dividing it up for each outputmacallan
2014-01-14- move cursor area to the end of each display's chunk of fb RAMmacallan
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-09-15Remove an unused variablemartin
2013-09-15Comment out (but leave for documentation purposes) a variable.martin
2013-03-28clear screen when leaving X so we don't leave garbage in the bordersmacallan
2013-03-25change hsync start to match xf86-video-radeon so CRT modes set up by radeonfbmacallan
2013-01-07add PCI_PRODUCT_ATI_RADEON_RV370_5B63 - confirmed working by Dieter Roelantsmacallan
2013-01-01add a compile option to override the fallback to software drawing of bitmapmacallan
2012-12-31fix some typos & commentsmacallan
2012-12-31R4xx support is untested at best, so don't pretend to support them.macallan
2012-12-31clean up some more confusion between (ws)displays and CRTCs.macallan
2012-12-30Make R3xx actually work by wiring outputs, DACs and CRTCs sanely, add a bunch...macallan
2012-12-20don't access registers when they're not mappedmacallan