Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-28 | More differentiated error codes for DRM(agp_acquire) | Michel Daenzer | |
Obtained from: Linux kernel | |||
2003-08-15 | Merge from 2.6 kernel (Linus Torvalds) | Michel Daenzer | |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer | |
the i830 driver or the BSDs. :) | |||
2003-07-25 | Fail in DRM(agp_acquire) if the AGP aperture can't be used, such that the X | Michel Daenzer | |
server falls back to PCI GART or disables the DRI gracefully | |||
2003-07-09 | DA: fix for bug 484 in Bugzilla, originally from me, reworked by David | Dave Airlie | |
Dawes to avoid backword incompatibilities... | |||
2003-06-19 | Revert the janitorial - that works is now on the new branch | Jose Fonseca | |
newdrm-0-0-1-branch. | |||
2003-06-03 | Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h | Jose Fonseca | |
respectively. Splited the work out of the ioctls and renamed (with the _ioctl prefix). Added some more documentation. Did the same for drm_sgpsupport.h. | |||
2003-05-27 | Merged DRM documentation. | Jose Fonseca | |
2003-04-17 | Bring some drm module changes over from the XFree86 trunk: | David Dawes | |
- Reset 'bound' flag for an agp entry after undbind succeeded in drm_agpsupport.h (Egbert Eich). - Ignore hw_lock for drm device if lock was set by a different instance (ie Xserver) to prevent second server from spinning in driver release function (currently only relevant for i8xx drm drivers) (David Dawes). - Use the agpgart "key" for the unique handle for bindings rather than the memory address (the key is guaranteed to be unique) (David Dawes). | |||
2003-03-25 | linux merge for drm | Alan Hourihane | |
2002-12-11 | remove agpgart informational | Keith Whitwell | |
2002-08-22 | Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has been | Leif Delgass | |
backported from 2.5.x. Also fix a couple of incorrect LINUX_VERSION_CODE tests and fix header dependency for r128, radeon when building without AGP. | |||
2001-12-10 | merge with linux kernel 2.4.15 | Alan Hourihane | |
2001-09-25 | merge with 2.4.10 kernel | Alan Hourihane | |
2001-08-19 | No one's maintaining 2.2.x support - so remove all the cruft. | Alan Hourihane | |
2001-08-08 | Update to the code I sent Linus and Alan this morning. Added some missing | Jeff Hartmann | |
agp chipsets to drm_agpsupport.h, redid the card detection common code to use a structure (avoids endian porting issues), changed the tdfx driver to use the kernel pci id '#defines' | |||
2001-05-01 | Import of XFree86 4.0.99.3 | David Dawes | |
2001-04-09 | Import -f XFree86 4.0.99.2 | David Dawes | |
2001-04-05 | Merged ati-pcigart-1-0-0 | Kevin E Martin | |
2001-03-04 | Don't try and setup the MTRR for AGP when AGP not available. Check | Alan Hourihane | |
dev->agp, when agp_acquire called, and..... Uncomment MUST_HAVE_AGP around agp_* calls, so that support for both agp/pci can happen in a single kernel driver. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |