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