Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt | |
from __HAVE_DMA. This will be useful for adding vblank sync support to sis and tdfx. Rename dma_service to irq_handler, which is more accurately what it is. - Fix the #if _HAVE_DMA_IRQ in radeon, r128, mga, i810, i830, gamma to have the right number of underscores. This may have been a problem in the case that the server died without doing its DRM_IOCTL_CONTROL to uninit. | |||
2003-09-25 | Whitespace cleanup (spaces before tabs or instead of tabs). | Eric Anholt | |
2003-08-15 | DA: loads of whitespace .. some from Linus, some from me | Dave Airlie | |
2003-08-13 | DA: patch from Matthew upgraded to latest DRI head to solve issue with i810 | Dave Airlie | |
compatibility | |||
2003-08-11 | DA: code cleanups for i810_dma.c from 2.4 kernel | Dave Airlie | |
2003-06-07 | fix pitch compile error | Dave Airlie | |
2003-06-05 | add page flipping support to the DRM, up version number to 1.3.0... | Dave Airlie | |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer | |
the CPU (David Mosberger, Benjamin Herrenschmidt, myself, Paul Mackerras, Jeff Wiedemeier) | |||
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass | |
irq handler in DRM(irq_install). Modify all drivers to ensure irq handler is removed before cleanup and cleanup is called at takedown. Remove unused buffer private struct fields in i810, i830. Check for lock on init/cleanup in all drivers except i810/i830. The current DDX for i810 and i830 doesn't hold the lock on kernel init (FIXME?). | |||
2003-04-26 | 2.5.x sync patch from Linus Torvalds | Keith Whitwell | |
2003-04-22 | remove DRM read, poll and write_string | Keith Whitwell | |
2003-04-21 | Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents an | Leif Delgass | |
oops if a map wasn't found (e.g. XFree86 Bugzilla #108) | |||
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass | |
Build fix for RedHat 9 kernel (5 args to remap_page_range()). | |||
2003-03-28 | merged drm-filp-0-1-branch | Keith Whitwell | |
2003-03-25 | linux merge for drm | Alan Hourihane | |
2002-12-12 | bring in jantorial changes from 2.5.51 | Keith Whitwell | |
2002-10-29 | updated e-mail addresses for Keith, Alan and Jens | Jens Owen | |
2002-10-22 | final part of XFree86 4.2.99.2 merge | Alan Hourihane | |
2002-08-22 | SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9). | Leif Delgass | |
Also apply build fixes from i810_dma.c to i830_dma.c | |||
2002-08-21 | Change the linux kernel version condition in the i810 driver (according to | Jose Fonseca | |
Alan Cox) | |||
2002-08-21 | add missing include (for udelay), remove unused counter. | Leif Delgass | |
2002-08-06 | Updates from Rusty Russell to: | Rik Faith | |
1) Remove redundant header inclusion 2) Silence bitop on non-long argument warnings (change int to long) 3) Move to ISO C (gcc 2.6) initializers (accepted by older gccs also) All of these are syntax changes that should not impact functionality. | |||
2002-05-17 | same udelay fixes | Alan Hourihane | |
2002-05-16 | Allow drm to build under 2.4 and 2.5(.14) | Keith Whitwell | |
2002-04-09 | Merged drmcommand-0-0-1 | Jens Owen | |
2002-02-14 | First pass of mesa-4-0 branch merge into trunk. | David Dawes | |
2002-01-27 | First pass merge of XFree86 4.2.0 import. | David Dawes | |
2001-08-19 | No one's maintaining 2.2.x support - so remove all the cruft. | Alan Hourihane | |
2001-08-07 | Lots of DRM fixes: added new pieces of template code so the ffb driver can | Jeff Hartmann | |
be ported, rolled back r128 and i810 version bumps so 4.1.0 works with cvs kernel modules, added Config.in and updated Makefile.kernel, incorporated lots of drm fixes inspired by patches sent by Redhat, made DRM(realloc) usage check for NULL allocations, restructure driver init routines to export dev_priv only when initialized and to check for all error conditions. | |||
2001-07-16 | i810 drm security fix | Jeff Hartmann | |
2001-06-18 | Fix 5 security bugs found by the Stanford tools | Jeff Hartmann | |
2001-06-18 | Enable shared IRQs in DMA template, use in i810 driver. | Gareth Hughes | |
2001-04-30 | fix build of i810 kernel driver for 2.4.3 or greater kernels | Alan Hourihane | |
2001-03-14 | Merged sarea-1-0-0 | Kevin E Martin | |
2001-02-16 | - Clean up the way customization of the templates is done. | Gareth Hughes | |
- Fix old-style DMA for gamma driver (please test). - Pull out IRQ handling into drm_dma.h (please test on i810, gamma). - Lots of general cleanups, remove compiler warnings etc. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |
2001-01-04 | Sync with Linux 2.4.0-prerelease | Rik Faith | |
2000-09-29 | Audit calls to schedule() Remove tags from files shared with Linux kernel | Rik Faith | |
tree Remove debugging statements to make debugging more useful Other minor cleanups in preparation for sync with Linux 2.4.0-test9-pre7 | |||
2000-09-27 | Merged the mga-lock-debug-0-2-0-branch with the trunk. This includes | Jeff Hartmann | |
several fixes including: (Jeff) Really disable multitexture (Broken since Mesa 3.4 integration.) (Jeff) Various changes in mga_state.c in the kernel module, which includes a fix to the bug where the first OGL application hangs the machine w/out rendering anything. This also includes defines for the warp registers so they are easily human readable. (Rik and Jeff) Fixed all the schedule loops in the kernel to look like they are supposed too. (Jeff) Configurable agp modes: Add the option "AGPMode2x" or "AGPMode4x" to your XF86Config file. (Rik) Various cleanups to the mga kernel driver to make it easier to read and debug. (Rik) Removed alot of DRM_DEBUG statements from the kernel driver. | |||
2000-09-24 | commit xfree86 4.0.1d-pre update | Alan Hourihane | |
2000-09-06 | Sync with 2.4.0-test8-pre5 kernel. | Gareth Hughes | |
2000-08-28 | Add compatibility header file to make Linux 2.4.0 kernel patches cleaner. | Rik Faith | |
2000-08-26 | Sync with Linux 2.4.0-test7 Add signal blocking support to all drivers | Rik Faith | |
(using control-z on a running direct-rendering client should work now) | |||
2000-08-08 | Sync with Linux 2.4.0-test6-pre8 | Rik Faith | |
2000-08-04 | Sync with Linux 2.4.0-test6-pre2 | Rik Faith | |
2000-07-13 | applied Jeff's xf86cvs-I810copy.patch | Brian Paul | |
2000-07-11 | Merge XFree86 4.0.1 | Alan Hourihane | |
2000-06-08 | Merged glxmisc-3-0-0 | Brian Paul | |
2000-06-06 | define VM_DONTCOPY to zero if undefined | Brian Paul | |
2000-05-25 | Merged mga-0-0-3-branch | Keith Whitwell | |
- New security model for i810 - Enable i810 dri by default - New indexed vertex path for mga - Mga kernel driver rework - Removed dead files in i810 driver |