Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-07 | Fix up linux 2.4 series Makefiles for via_verifier.c | Thomas Hellstrom | |
2004-09-24 | Create new linux-2.6 build. Move all gpl files into the 2.6 build. If you | Jon Smirl | |
edit files for 2.6 be sure and break the link to the 2.4 directory and copy the cvs history. | |||
2004-09-17 | Add linux sysfs i2c support to radeon driver. This patch adds GPL licensed | Jon Smirl | |
files to the linux build but not to the BSD directories. | |||
2004-08-29 | Drop GAMMA DRM from a great height ... | Dave Airlie | |
2004-08-24 | This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver: | Erdi Chen | |
DRM_IOCTL_VIA_DMA_INIT DRM_IOCTL_VIA_CMDBUFFER DRM_IOCTL_VIA_FLUSH The first ioctl sets up an area in AGP memory that will be used as the ring buffer. The second ioctl copies a command buffer from user space memory to the ring buffer. The third ioctl waits for engine idle until it returns. The motivation for this patch is to avoid the wait for engine idle call before each buffer flush in the current DRI driver. With this patch, the DRI driver can continue to flush its buffer as long as there is free space in the ring buffer. This patch adds an additional copy operation on the command buffer. This buffer copying is necessary to support multiple DRI clients rendering simultaneously. Otherwise, more CPU time will be spent in the busy loop waiting for engine idle between DRI context switch. Even in the single client case, the tradeoff is reasonable in comparision to the kernel call to check for free buffer space for the client to render directly to the ring buffer. | |||
2004-06-10 | i915 drm module | Keith Whitwell | |
2004-04-12 | Add mach64 to the trunk | Dave Airlie | |
2004-03-31 | VIA module fixes: | Thomas Hellstrom | |
1. Fixed up PCI-id's. 2. Fixed 2.6 warning in kernel Makefile. | |||
2004-03-24 | Exported symbols cause compilation failure of via_mm.c on 2.4 kernels. | Thomas Hellstrom | |
Added via_mm.o to export-objs: Reported by: HMX, Via Arena Forum | |||
2004-03-23 | Merged via-1-2-0: Altered Makefiles in drm/linux | Thomas Hellstrom | |
2004-02-22 | Merged the Savage DRM driver from the savage-2-0-0-branch into the trunk. | Felix Kuehling | |
2003-09-12 | linux drm fixes | Alan Hourihane | |
2003-08-07 | build fix for kernels >= 2.6 | Michel Daenzer | |
2003-04-17 | Rework the Linux drm kernel module build to leverage off the standard | David Dawes | |
kernel build system. This is based on suggestions and examples from David Woodhouse. This approach has the advantage that the build requirements of a wider range of standard kernels are now supported transparently, but the disadvantage of some extra complexity to handle building against clean vendor-distributed kernel source trees. This has been tested with some recent Red Hat and SuSE distributions. | |||
2003-03-25 | linux merge for drm | Alan Hourihane | |
2003-02-28 | Update object targets | Leif Delgass | |
2002-01-27 | First pass merge of XFree86 4.2.0 import. | David Dawes | |
2001-08-10 | Commit Keith Owens kernel Makefile changes, merge and commit alpha patch | Jeff Hartmann | |
set from Jay Estabrook (sans some mga modifications which broke other arch's.) | |||
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-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |
2001-01-05 | Merged ati-5-0-0 | Kevin E Martin | |
2001-01-04 | Sync with Linux 2.4.0-prerelease | Rik Faith | |
2000-12-02 | Merged ati-4-1-1-branch into trunk. | Gareth Hughes | |
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-24 | commit xfree86 4.0.1d-pre update | Alan Hourihane | |
2000-08-04 | Sync with Linux 2.4.0-test6-pre2 | Rik Faith | |
2000-07-22 | Fix typo | Rik Faith | |
2000-07-22 | Move to new, denser, easier-to-read Linux kernel Makefile format | Rik Faith | |
2000-07-21 | Revert some changes and try alternative way to clean up AGP handling. | Rik Faith | |
2000-07-21 | Revert some changes and try alternative way to clean up AGP handling. | Rik Faith | |
2000-07-21 | Fixes for building in the kernel tree | Rik Faith | |
2000-07-20 | More fixups for kernel build: EXPORT_SYMTAB warning removal | Rik Faith | |
put_module_symbol clean up of tdfx tdfx_cleanup routine Makefile.kernel fix | |||
2000-07-20 | Fixes for building in the kernel tree | Rik Faith | |
2000-07-20 | Fixed for monolithic kernel build | Rik Faith | |
2000-07-19 | Sync with Linux 2.4.0-test4 kernel | Rik Faith | |
2000-07-11 | Merge XFree86 4.0.1 | Alan Hourihane | |
2000-05-18 | Merged ati-4-0-1 | Kevin E Martin | |
2000-04-04 | Merged mga branch with trunk | Jeff Hartmann | |
2000-02-22 | Import of XFree86 3.9.18 | Kevin E Martin | |
2000-01-06 | Import of XFree86 3.9.17 | Rik Faith | |
1999-12-08 | Sync with Linux 2.3.30 | Rik Faith | |
1999-12-05 | First DRI release of 3dfx driver. | Daryll Strauss | |