Age | Commit message (Expand) | Author |
2005-11-28 | Assert an MIT copyright on sis_drm.h, since one was lacking and I created | Eric Anholt |
2005-11-08 | Fix FreeBSD DRM for latest MGA changes to agp support, which cleans things | Eric Anholt |
2005-11-03 | Converts the remaining drm_agp_foo functions to be a drm_agp_foo and | Ian Romanick |
2005-10-20 | dma access also needs some work | Dave Airlie |
2005-10-20 | the old init path needs to set WAGP_ENABLE by default | Dave Airlie |
2005-10-14 | Doig a full clean up from mga_do_dma_bootstrap when | Ian Romanick |
2005-10-14 | Fixed a cut-and-paste bug that could cause an oops in mga_do_cleanup_dma | Ian Romanick |
2005-08-26 | - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. | Eric Anholt |
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-08-04 | Whitespace fixups. | Eric Anholt |
2005-08-04 | Fix the MGA driver on BSD by passing in the proper chipset flags to the | Eric Anholt |
2005-06-28 | - Remove drm_initmap and replace its usage with drm_addmap. This reduces | Eric Anholt |
2005-06-17 | fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart around | Dave Airlie |
2005-06-14 | Adds support for PCI cards to MGA DRM | Ian Romanick |
2005-06-09 | Completely re-initialize DMA settings | Ian Romanick |
2005-06-03 | Move the deallocation of dev_private. Since dev_private is allocated when | Ian Romanick |
2005-05-21 | Change the MGA initialization and cleanup a bit. The dev_private structure | Ian Romanick |
2005-02-01 | cleanup patch from Adrian Bunk <bunk@stusta.de> | Dave Airlie |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-20 | remove HAVE_COUNTERS | Dave Airlie |
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-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-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer |
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass |
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 |
2002-10-29 | updated e-mail addresses for Keith, Alan and Jens | Jens Owen |
2002-10-27 | s/udelay/DRM_UDELAY/ | Eric Anholt |
2002-10-10 | Jonny Strom's mga_dma.c patch | Keith Whitwell |
2002-08-29 | standardize use of __FUNCTION__ (Linus) | Keith Whitwell |
2002-07-05 | merged bsd-3-0-0-branch | Alan Hourihane |