- 4f8fa60 Reworked PCI MMIO command buffer parser, and imported code from the Mesa by Thomas Hellstrom · 20 years ago
- f0a8628 patch from bug 1803 - will try and push to kernel soon by Dave Airlie · 20 years ago
- 4b4df87 Fix more build problems on linux-core by Jon Smirl · 20 years ago
- 76b1a7f make linux-core build again by Jon Smirl · 20 years ago
- 6483e7a add missing CHIP_RV350 to radeon_enums by Roland Scheidegger · 20 years ago
- a1d9e5a Refine the locking of the DRM. Most significant is covering the driver by Eric Anholt · 20 years ago
- c5beded add some more r300 pci ids by Dave Airlie · 20 years ago
- c21cdee respect cc and cflags by Dave Airlie · 20 years ago
- 67f6c5e Don't link in files which no longer exist. by Eric Anholt · 20 years ago
- fa3fdbd Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop by Eric Anholt · 20 years ago
- d37457b Add the drm Makefile and update .cvsignores. by Eric Anholt · 20 years ago
- cb5aaa8 Convert more drivers for bsd-core, moving the ioctl definitions to shared by Eric Anholt · 20 years ago
- 7ddbd38 Remove some core stuff that ended up being unnecessary. by Eric Anholt · 20 years ago
- 7bdccfd Get r128 basically working: Hook up the driver's dma ioctl, use the proper by Eric Anholt · 20 years ago
- ae7a171 Move the lock/unlock ioctls to a more logical place, in drm_lock.c. by Eric Anholt · 20 years ago
- cca29ac Connect up r128_ioctls in driver config. by Eric Anholt · 20 years ago
- 069f53a Move radeon i2c include to top of file by Jon Smirl · 20 years ago
- 642a810 Export missing r128 ioctl symbol by Jon Smirl · 20 years ago
- 000c8eb Fix Linux build. Why won't this complile? extern int const foo; static by Jon Smirl · 20 years ago
- b2f275b Hook the debug output up to a sysctl, so you can choose to enable at by Eric Anholt · 20 years ago
- 7adee84 Add file missed in last commit: Commit first pieces of port to OpenBSD, by Eric Anholt · 20 years ago
- d7510ea Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at by Eric Anholt · 20 years ago
- cf259f1 Remove the vestiges of the memory-debug code. by Eric Anholt · 20 years ago
- c9202c8 Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but by Eric Anholt · 20 years ago
- 39a2364 Move ati_pcigart shared routines into drm-core module by Jon Smirl · 20 years ago
- f08a01c Fixed bug in via_dma.c. The code didn't check that the lock was held by the by Thomas Hellstrom · 20 years ago
- 9409d82 Reworked the jump-code in via_dma.c. The command regulator now seems to by Thomas Hellstrom · 20 years ago
- 08758b2 correct historic mis-attribution of copyright by Keith Whitwell · 20 years ago
- 5128542 Allow drivers to override reclaim_buffers in an OS-independent way by by Felix Kuehling · 20 years ago
- 8264e2c Some stabilizing work to the DMA ring-buffer code. Temporarily replaced the by Thomas Hellstrom · 20 years ago
- 816a291 Switch SPIN_LOCK_UNLOCKED to spin_lock_init() by Jon Smirl · 20 years ago
- c611cb9 Add include of moduleparam.h by Jon Smirl · 20 years ago
- b974e2c Break poll() to make it match the Xserver's broken expectations. by Jon Smirl · 20 years ago
- 486a84d fix for 2.4 build by Dave Airlie · 20 years ago
- b37efda Round 2 of getting rid of inter_module_get() by Jon Smirl · 20 years ago
- 43cbf43 Revert symbol_get() changes from drm_drv by Jon Smirl · 20 years ago
- 4b29f85 fix inter module put/get by Dave Airlie · 20 years ago
- 1473556 actually 2.6.10 introduced pfn range so it should work now.. by Dave Airlie · 20 years ago
- 182a0e5 fix pfn vs page for older kernels (2.6.9-rc kernels many not work..) by Dave Airlie · 20 years ago
- 8d7e798 Apply radeon r300 microcode patch to non-core by Dave Airlie · 20 years ago
- 9ea6fe7 Prepare to eliminate inter_module_get("agp") by Jon Smirl · 20 years ago
- ad87dd8 Bring in patch from kernel for remap_pfn_range by Jon Smirl · 20 years ago
- d76f734 Fix up the radeon i2c error handing by Jon Smirl · 20 years ago
- 17ce338 Don't release an i2c channel that has not initialized correctly by Jon Smirl · 20 years ago
- 7ebbebf Switch linux-core from using dev->pdev->driver->name to by Jon Smirl · 20 years ago
- 5ae6c5a Fix dd vs di version typo in drm_setversion by Jon Smirl · 20 years ago
- 157a814 Add a protective check against a possible buffer overflow by Jon Smirl · 20 years ago
- bcfbd73 Fix missing I2C busses to be non-fatal error. by Jon Smirl · 20 years ago
- ca1ec92 drm-core, Clean up bug error path on stealth mode exit by Jon Smirl · 20 years ago
- 0d89b19 Update Doxygen configuration & comments. by Jose Fonseca · 20 years ago
- d403173 Fixed off by one errors in clipping. by Ville Syrjala · 20 years ago
- 52fdf10 Fixed bad formatting. by Ville Syrjala · 20 years ago
- a8b2c94 Remove drm_init.c by Jon Smirl · 20 years ago
- 91aa327 Move drm_cpu_valid out of drm_init. drm_init is empty now. by Jon Smirl · 20 years ago
- fa50e2b Switch linux-core over to 2.6 parameter model to enable debug use by Jon Smirl · 20 years ago
- 5e8838f Add a poll function that alternates between zero and normal poll return to by Jon Smirl · 20 years ago
- bbfe18e Via updates. Fixed unlikely but possible uint32_t overflow in ring-buffer by Thomas Hellstrom · 20 years ago
- ad70dc6 Breakout heads into their own data structures. by Jon Smirl · 20 years ago
- ad549c5 Rename fn_tbl to driver. Core driver now uses pci_driver name which by Jon Smirl · 20 years ago
- 3f02a79 Vladimir requested support so we can at least load r300 microcode for by Dave Airlie · 20 years ago
- 5654a78 Forgot to add the new Makefile by Jon Smirl · 20 years ago
- b5e02f8 Make the test programs build by Jon Smirl · 20 years ago
- 8727326 cleanup VIA driver to look a bit like others before kernel merge by Dave Airlie · 20 years ago
- efcb9fb fix up whitespacing in Kconfig by Dave Airlie · 20 years ago
- fec94a8 Lindent the via stuff so I can include it in kernel by Dave Airlie · 20 years ago
- e09229d remove unused dma remnants that were gamma only - these could cause an oops by Dave Airlie · 20 years ago
- d24194e Changed unsigned to uint32_t in some ioctl parameters. Introduced first by Thomas Hellstrom · 20 years ago
- 3981f17 Fix refcount bug in stealth mode by Jon Smirl · 20 years ago
- 6619c5d Fix drm_exit to allow for DRM(global) being deleted when framebuffer is by Jon Smirl · 20 years ago
- 61d36f6 Revert back to drm_order() instead of using kernel get_order(). The by Jon Smirl · 20 years ago
- 4dbc1e8 Patch for Kconfig for making i830/i915 not build together by Dave Airlie · 20 years ago
- 6dee840 enable the device in the right order, remove __devinit from drm_int by Jon Smirl · 20 years ago
- aba12cf janitor-list_for_each-drivers-char-drm-radeon_memc.patch from mm kernel by Jon Smirl · 20 years ago
- e17abf5 Make the debug memory functions compile for the core model. by Jon Smirl · 20 years ago
- a36a6a2 Remove DRM() macros from core ffb driver. DaveA says he'll make it compile by Jon Smirl · 20 years ago
- 9f9a8f1 Lindent of core build. Drivers checked for no binary diffs. A few files by Jon Smirl · 20 years ago
- 368493e savage.h not used in core builds by Jon Smirl · 20 years ago
- e1d74a9 core ffb.h is not used anymore by Jon Smirl · 20 years ago
- b3d70ad Remove unused drm_module.h by Jon Smirl · 20 years ago
- 1c0a437 Move things around to reduce public symbols and even out files. Switch to by Jon Smirl · 20 years ago
- 3aef384 Make fops per driver instead of global, remove default flush, poll, read by Jon Smirl · 20 years ago
- 0bff0d9 Getting the AGP module is a global resource. Make sure a dual PCI/AGP by Jon Smirl · 20 years ago
- 9e42118 Fix the shared directory I accidentally stomped on by Jon Smirl · 20 years ago
- 6d6526f core needs three new files by Jon Smirl · 20 years ago
- fa6b1d1 First check in for DRM that splits core from personality modules by Jon Smirl · 20 years ago
- 77fa7b9 Flip the 2.4 check so that it looks for 2.6 instead. This will allow builds by Jon Smirl · 20 years ago
- edbfb46 README with hints on how to make a 2.6 specific version of a 2.4/2.6 shared by Jon Smirl · 20 years ago
- 1d6392f Makefile reminder to build in 2.6 when on 2.6 by Jon Smirl · 20 years ago
- 74f063f Create new linux-2.6 build. Move all gpl files into the 2.6 build. If you by Jon Smirl · 20 years ago
- 36a257c Remove 2.6 code that allow DRM major device number to be shared. We can add by Jon Smirl · 20 years ago
- 55c5e24 Add new sysfs support files by Jon Smirl · 20 years ago
- c158a36 1) switches from class_sysfs to drm sysfs implementation to allow by Jon Smirl · 20 years ago
- af326f6 Create permanent maps of framebuffer, aperture and MMIO registers. Added by Felix Kuehling · 20 years ago
- 27fc998 Remove hotplug reset support from DRM driver. This will be handled by the by Jon Smirl · 20 years ago
- 184a503 Add *.flags to cvsignore. by Eric Anholt · 20 years ago
- 2ad0680 Make DRM permanent maps match broken X behavior. X is mapping regions that by Jon Smirl · 20 years ago
- 6f31c42 Remove size restriction on permanent addmap by Jon Smirl · 20 years ago
- 59cc1d8 Felix's fix for map request smaller than permanent map size by Jon Smirl · 20 years ago
- 5654880 remove HAVE_COUNTERS by Dave Airlie · 20 years ago
- fa75a81 another fix after the macro stuff by Dave Airlie · 20 years ago