summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)AuthorFilesLines
2004-12-10Use wbinvd macro instead of assembly for it,Dave Airlie1-1/+1
2004-12-07Patch from Jon Smirl from Nov. 2nd that makes older X servers behave wellThomas Hellstrom1-0/+6
2004-12-03Added 3D functionality to the via command verifier. Modified the viaThomas Hellstrom2-3/+3
2004-11-11patch from bug 1803 - will try and push to kernel soonDave Airlie3-64/+16
2004-11-09Fix more build problems on linux-coreJon Smirl2-2/+2
2004-11-09make linux-core build againJon Smirl2-2/+2
2004-11-06Convert more drivers for bsd-core, moving the ioctl definitions to sharedEric Anholt4-59/+17
2004-11-06Fix Linux build. Why won't this complile? extern int const foo; staticJon Smirl2-3/+4
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt2-87/+6
2004-11-05Move ati_pcigart shared routines into drm-core moduleJon Smirl4-5/+6
2004-10-31Allow drivers to override reclaim_buffers in an OS-independent way byFelix Kuehling7-16/+10
2004-10-29Switch SPIN_LOCK_UNLOCKED to spin_lock_init()Jon Smirl1-1/+1
2004-10-29Add include of moduleparam.hJon Smirl1-0/+1
2004-10-28Break poll() to make it match the Xserver's broken expectations.Jon Smirl1-5/+6
2004-10-23Round 2 of getting rid of inter_module_get()Jon Smirl4-57/+33
2004-10-23Revert symbol_get() changes from drm_drvJon Smirl1-14/+4
2004-10-23fix inter module put/getDave Airlie1-2/+2
2004-10-23actually 2.6.10 introduced pfn range so it should work now..Dave Airlie1-1/+1
2004-10-23fix pfn vs page for older kernels (2.6.9-rc kernels many not work..)Dave Airlie4-3/+15
2004-10-23Prepare to eliminate inter_module_get("agp")Jon Smirl3-5/+17
2004-10-22Bring in patch from kernel for remap_pfn_rangeJon Smirl3-8/+10
2004-10-21Fix up the radeon i2c error handingJon Smirl1-30/+25
2004-10-20Don't release an i2c channel that has not initialized correctlyJon Smirl1-4/+8
2004-10-20Switch linux-core from using dev->pdev->driver->name toJon Smirl3-7/+7
2004-10-20Fix dd vs di version typo in drm_setversionJon Smirl1-1/+1
2004-10-19Add a protective check against a possible buffer overflowJon Smirl1-2/+5
2004-10-19Fix missing I2C busses to be non-fatal error.Jon Smirl1-9/+7
2004-10-19drm-core, Clean up bug error path on stealth mode exitJon Smirl1-3/+7
2004-10-18Update Doxygen configuration & comments.Jose Fonseca19-32/+22
2004-10-15Remove drm_init.cJon Smirl1-37/+0
2004-10-15Move drm_cpu_valid out of drm_init. drm_init is empty now.Jon Smirl4-20/+18
2004-10-15Switch linux-core over to 2.6 parameter model to enable debug useJon Smirl4-120/+7
2004-10-13Add a poll function that alternates between zero and normal poll return toJon Smirl13-0/+28
2004-10-12Breakout heads into their own data structures.Jon Smirl29-423/+388
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl22-142/+140
2004-10-09fix up whitespacing in KconfigDave Airlie1-3/+3
2004-10-09remove unused dma remnants that were gamma only - these could cause an oopsDave Airlie2-11/+0
2004-10-08Fix refcount bug in stealth modeJon Smirl1-0/+1
2004-10-06Revert back to drm_order() instead of using kernel get_order(). TheJon Smirl2-5/+31
2004-10-05Patch for Kconfig for making i830/i915 not build togetherDave Airlie1-5/+9
2004-10-05enable the device in the right order, remove __devinit from drm_intJon Smirl2-11/+11
2004-09-30Make the debug memory functions compile for the core model.Jon Smirl6-117/+134
2004-09-30Remove DRM() macros from core ffb driver. DaveA says he'll make it compileJon Smirl3-14/+12
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl52-4906/+4888
2004-09-30savage.h not used in core buildsJon Smirl1-32/+0
2004-09-30core ffb.h is not used anymoreJon Smirl1-12/+0
2004-09-30Remove unused drm_module.hJon Smirl3-70/+3
2004-09-30Move things around to reduce public symbols and even out files. Switch toJon Smirl7-585/+567
2004-09-30Make fops per driver instead of global, remove default flush, poll, readJon Smirl18-78/+101
2004-09-28Getting the AGP module is a global resource. Make sure a dual PCI/AGPJon Smirl3-23/+11