Age | Commit message (Expand) | Author |
2005-02-07 | fix agp detection on linux | Dave Airlie |
2005-02-05 | - Implement drm_initmap, and extend it with the resource number to help | Eric Anholt |
2005-02-01 | cleanup patch from Adrian Bunk <bunk@stusta.de> | Dave Airlie |
2005-01-26 | (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon | Roland Scheidegger |
2005-01-26 | replace magic number with macro constant RADEON_ZBLOCK16 | Roland Scheidegger |
2004-12-08 | (Stephane Marchesin, me) add hyperz support to radeon drm. Only fast z | Roland Scheidegger |
2004-11-06 | Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but | Eric Anholt |
2004-10-10 | Vladimir requested support so we can at least load r300 microcode for | Dave Airlie |
2004-10-06 | Revert back to drm_order() instead of using kernel get_order(). The | Jon Smirl |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-30 | Move things around to reduce public symbols and even out files. Switch to | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-22 | Remove hotplug reset support from DRM driver. This will be handled by the | Jon Smirl |
2004-09-20 | Remove size restriction on permanent addmap | Jon Smirl |
2004-09-17 | Add linux sysfs i2c support to radeon driver. This patch adds GPL licensed | Jon Smirl |
2004-09-10 | More general patch to mark resources in use by all DRM drivers. Makes the | Jon Smirl |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie |
2004-08-23 | set pointers to NULL after freeing, remove some extra debugging | Dave Airlie |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie |
2004-08-17 | preparation patch for radeon permanent mapping registers/framebuffer makes | Dave Airlie |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie |
2003-12-16 | Don't ioremap the framebuffer area. The ioremapped area wasn't used by | Eric Anholt |
2003-11-05 | - Tie the DRM to a specific device: setunique no longer succeeds when given | Eric Anholt |
2003-11-04 | Memory layout transition: | Michel Daenzer |
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt |
2003-08-26 | Remove artificial PCI GART limitations, rename AGP to GART where | Michel Daenzer |
2003-08-18 | Clean up Radeon DRI resume code | Michel Daenzer |
2003-05-20 | DRM part of Radeon DRI suspend/resume support (Charl Botha). | David Dawes |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer |
2003-05-06 | fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap) | Michel Daenzer |
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass |
2003-04-22 | get rid of superfluous fields in struct drm_radeon_ring_buffer | Michel Daenzer |
2003-04-22 | Remove AGP dependency in kernel config for radeon, sis. Remove | Leif Delgass |
2003-04-22 | add more get_param queries for embedded project | Keith Whitwell |
2003-04-21 | Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents an | Leif Delgass |
2003-03-28 | merged drm-filp-0-1-branch | Keith Whitwell |
2003-03-25 | XFree86 4.3.0 merge | Alan Hourihane |
2003-02-21 | Merge from bsd-4-0-0-branch. | Eric Anholt |
2003-01-16 | Fix radeon for BSD. | Eric Anholt |
2003-01-10 | Note that radeon_do_cp_idle() can fail, cope with it. | Keith Whitwell |
2003-01-03 | more cleanups, free mem heap data on last client exit | Keith Whitwell |
2003-01-02 | Remove printk | Keith Whitwell |
2003-01-02 | Make the radeon drm module better at cleaning up after itself if all the | Keith Whitwell |
2002-11-25 | Silence the radeon_freelist_get 'returning NULL' message. It's not an error | Keith Whitwell |
2002-09-29 | Turn boxes off again | Keith Whitwell |
2002-09-29 | Move os-dependent stuff out of radeon_irq.c | Keith Whitwell |
2002-09-23 | merged r200-0-2-branch to trunk | Keith Whitwell |
2002-08-29 | standardize use of __FUNCTION__ (Linus) | Keith Whitwell |
2002-08-28 | Turn boxes off. | Keith Whitwell |
2002-08-26 | merged r200-0-1-branch | Keith Whitwell |