summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)AuthorFilesLines
2003-06-24fudge up the kernel driver a bit so we can compile and load the module andsavage-1_0_0-20031002-trunk-premergesavage-1_0_0-branchAlan Hourihane1-8/+9
2003-06-23add the savage kernel driver (doesn't build yet)Alan Hourihane6-1/+618
2003-06-19Revert the janitorial - that works is now on the new branchJose Fonseca13-59/+836
2003-06-14Move the linux AGP includes into drm_agp.h and only define the AGP dataJose Fonseca1-9/+0
2003-06-07fix pitch compile errorDave Airlie1-1/+1
2003-06-05add page flipping support to the DRM, up version number to 1.3.0...Dave Airlie3-9/+141
2003-06-03Added the Doxygen configuration file. Minor documentation fixes.Jose Fonseca3-7/+1064
2003-06-03Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.hJose Fonseca13-826/+58
2003-05-28Restore DRM_*MEMORYBARRIER change reverted with documentation mergeLeif Delgass1-3/+3
2003-05-27Merged DRM documentation.Jose Fonseca21-373/+1675
2003-05-17do allow reading from read only mappings...Michel Daenzer1-1/+1
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer8-48/+215
2003-04-29remove unused variablestexmem-0-0-1-20030429-premergeLeif Delgass1-9/+0
2003-04-28Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11Leif Delgass1-2/+3
2003-04-28Only free original pagelist in addbufs_pci if one already exists (fixesLeif Delgass1-5/+7
2003-04-28DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix forAlan Hourihane1-3/+2
2003-04-27Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driverKeith Whitwell1-0/+29
2003-04-26Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt1-2/+3
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass6-22/+66
2003-04-262.5.x sync patch from Linus TorvaldsKeith Whitwell7-40/+30
2003-04-26move prototypes for gamma functions to gamma_drv.hKeith Whitwell1-6/+0
2003-04-26Remove #if 0'd codeKeith Whitwell1-25/+0
2003-04-25Fix potential oops and memory leaks when allocations fail inLeif Delgass2-30/+82
2003-04-24Pass dma handle from pci_alloc_consistent to the card for status page,Leif Delgass1-1/+1
2003-04-24Remove unused dev->map_count. We always iterate the maplist withLeif Delgass3-3/+1
2003-04-24Remove unused variablesLeif Delgass1-2/+0
2003-04-24Move the debug versions of the DRM memory functions to a new file andKeith Whitwell2-319/+480
2003-04-24Remove #if 0'd code and some unused string functionsKeith Whitwell3-40/+0
2003-04-23Install dummy/noop read & poll fops unless the driver has replacements.Keith Whitwell3-0/+23
2003-04-22Remove AGP dependency in kernel config for radeon, sis. RemoveLeif Delgass2-3/+3
2003-04-22remove unused variableAlan Hourihane1-2/+0
2003-04-22Rename drm_lists.h to gamma_lists.hKeith Whitwell4-17/+0
2003-04-22Move the excitingly named DRM(flush_block_and_flush) and friends toKeith Whitwell3-120/+14
2003-04-22remove unused __HAVE_KERNEL_CTX_SWITCH codeKeith Whitwell1-29/+0
2003-04-22Move a chunk of gamma-specific code out of drm_dma.h. Remove unusedKeith Whitwell4-289/+5
2003-04-22remove unused dma histogram codeKeith Whitwell6-276/+0
2003-04-22Move a bunch of gamma-specific code into a gamma-specific file. Restore theKeith Whitwell1-371/+0
2003-04-22remove DRM read, poll and write_stringKeith Whitwell6-112/+0
2003-04-21Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents anLeif Delgass2-2/+4
2003-04-17Add a Kconfig file as used in recent 2.5.x kernels.David Dawes1-0/+74
2003-04-17Make Config.in look more like a recent 2.4.x kernel version.David Dawes1-10/+9
2003-04-17Rework the Linux drm kernel module build to leverage off the standardDavid Dawes1-6/+37
2003-04-17Bring some drm module changes over from the XFree86 trunk:David Dawes4-4/+12
2003-04-17Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue).David Dawes2-1/+18
2003-04-08Use list_entry() to get container struct from struct list_head pointers.Leif Delgass10-49/+58
2003-04-05add 'SG' map type identifier string (pci scatter/gather) to /proc vm infoLeif Delgass1-4/+4
2003-03-31Warning fix (use %p format for filp)Leif Delgass1-1/+1
2003-03-30Spelling fixes in comments.Eric Anholt4-4/+4
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell10-61/+79
2003-03-26Add 2nd arg for DRM_FREEKeith Whitwell1-1/+1