summaryrefslogtreecommitdiff
path: root/linux/Makefile.kernel
AgeCommit message (Collapse)AuthorFilesLines
2006-07-19Delete the pre-core DRM code with extreme prejudice.Adam Jackson1-100/+0
2005-03-28Via updates:Thomas Hellstrom1-1/+2
New PCI command parser. Moved from via_dma.c to via_verifier.c so functions with similar functionality are close to eachother. Moved video related functions to via_video.c, which might be extended in the future, as new video functionality is added. New device-specific generic IRQ IOCTL, similar to the general VBLANK IOCTL, but with support for multiple device IRQ sources and functionality. Support for Unichrome Pro PM800/CN400 video DMA commands in verifier and PCI parser. Support for Unichrome Pro PM800/CN400 HQV IRQs in the new generic IRQ IOCTL. Bumped minor. New version 2.6.0.
2004-12-07Fix up linux 2.4 series Makefiles for via_verifier.cThomas Hellstrom1-1/+1
2004-09-24Create new linux-2.6 build. Move all gpl files into the 2.6 build. If youJon Smirl1-1/+1
edit files for 2.6 be sure and break the link to the 2.4 directory and copy the cvs history.
2004-09-17Add linux sysfs i2c support to radeon driver. This patch adds GPL licensedJon Smirl1-1/+1
files to the linux build but not to the BSD directories.
2004-08-29Drop GAMMA DRM from a great height ...Dave Airlie1-6/+1
2004-08-24This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver:Erdi Chen1-1/+1
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-10i915 drm moduleKeith Whitwell1-1/+6
2004-04-12Add mach64 to the trunkDave Airlie1-1/+6
2004-03-31VIA module fixes:Thomas Hellstrom1-2/+1
1. Fixed up PCI-id's. 2. Fixed 2.6 warning in kernel Makefile.
2004-03-24Exported symbols cause compilation failure of via_mm.c on 2.4 kernels.Thomas Hellstrom1-0/+2
Added via_mm.o to export-objs: Reported by: HMX, Via Arena Forum
2004-03-23Merged via-1-2-0: Altered Makefiles in drm/linuxvia-1-2-0-20040323-mergeThomas Hellstrom1-1/+7
2004-02-22Merged the Savage DRM driver from the savage-2-0-0-branch into the trunk.Felix Kuehling1-1/+7
2003-09-12linux drm fixesAlan Hourihane1-1/+1
2003-08-07build fix for kernels >= 2.6Michel Daenzer1-1/+1
2003-04-17Rework the Linux drm kernel module build to leverage off the standardDavid Dawes1-6/+37
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-25linux merge for drmAlan Hourihane1-1/+1
2003-02-28Update object targetsLeif Delgass1-4/+4
2002-01-27First pass merge of XFree86 4.2.0 import.X_4_2_0-20020128-mergeDavid Dawes1-1/+6
2001-08-10Commit Keith Owens kernel Makefile changes, merge and commit alpha patchJeff Hartmann1-3/+1
set from Jay Estabrook (sans some mga modifications which broke other arch's.)
2001-08-07Lots of DRM fixes: added new pieces of template code so the ffb driver canJeff Hartmann1-82/+21
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-15Merge mga-1-0-0-branch into trunk.Gareth Hughes1-2/+2
2001-01-05Merged ati-5-0-0ati-5-0-0-20010105-mergeKevin E Martin1-15/+23
2001-01-04Sync with Linux 2.4.0-prereleaseRik Faith1-39/+50
2000-12-02Merged ati-4-1-1-branch into trunk.ati-4-1-1-20001202-merge-trunkX_4_0_1h-20001207-mergeX_4_0_1h-20001205-mergeGareth Hughes1-1/+2
2000-09-29Audit calls to schedule() Remove tags from files shared with Linux kernelRik Faith1-1/+0
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-24commit xfree86 4.0.1d-pre updateAlan Hourihane1-0/+1
2000-08-04Sync with Linux 2.4.0-test6-pre2Rik Faith1-30/+29
2000-07-22Fix typoRik Faith1-2/+2
2000-07-22Move to new, denser, easier-to-read Linux kernel Makefile formatRik Faith1-84/+56
2000-07-21Revert some changes and try alternative way to clean up AGP handling.Rik Faith1-3/+3
2000-07-21Revert some changes and try alternative way to clean up AGP handling.Rik Faith1-3/+6
2000-07-21Fixes for building in the kernel treeRik Faith1-1/+5
2000-07-20More fixups for kernel build: EXPORT_SYMTAB warning removalRik Faith1-2/+2
put_module_symbol clean up of tdfx tdfx_cleanup routine Makefile.kernel fix
2000-07-20Fixes for building in the kernel treeRik Faith1-4/+5
2000-07-20Fixed for monolithic kernel buildRik Faith1-2/+2
2000-07-19Sync with Linux 2.4.0-test4 kernelRik Faith1-19/+75
2000-07-11Merge XFree86 4.0.1Alan Hourihane1-1/+1
2000-05-18Merged ati-4-0-1ati-4-0-1-20000518-mergeKevin E Martin1-0/+2
2000-04-04Merged mga branch with trunkmga-0-0-2-20000404-mergeJeff Hartmann1-1/+17
2000-02-22Import of XFree86 3.9.18X_3_9_18Kevin E Martin1-1/+8
2000-01-06Import of XFree86 3.9.17X_3_9_17Rik Faith1-7/+1
1999-12-08Sync with Linux 2.3.30Rik Faith1-1/+7
1999-12-05First DRI release of 3dfx driver.Daryll Strauss1-0/+28