- 04fea06 Simplify the sysfs code by Jon Smirl · 19 years ago
- d41af11 Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.c by Jon Smirl · 19 years ago
- e2ba08d release can happen before dev->ctxlist is allocated by Jon Smirl · 19 years ago
- 1b4ce02 Remove the AGP requirement from Makefile and Kconfig for MGA. Remove the by Ian Romanick · 19 years ago
- eeaeefc add remaining calls by Alan Hourihane · 19 years ago
- fc83d76 add i915_ioc32.c by Alan Hourihane · 19 years ago
- 6496c5d silence warning by Alan Hourihane · 19 years ago
- 6975571 fix some warnings from cross compiler by Dave Airlie · 19 years ago
- 62b55eb make r128/mga compile properly on sparc cross-compiler by Dave Airlie · 19 years ago
- 2b427be Move to linux specific directory by Alan Hourihane · 19 years ago
- 964c57e add mga and r128 32/64 bits by Dave Airlie · 19 years ago
- ae7d8d8 these don't need reclaim buffers their release functions handle it by Dave Airlie · 19 years ago
- 2ce5dde Bug in conversion from old DRM to core DRM.... by Dave Airlie · 19 years ago
- 5d96c74 - Remove drm_initmap and replace its usage with drm_addmap. This reduces by Eric Anholt · 19 years ago
- 6397722 add compat code from Paul Mackerras by Dave Airlie · 19 years ago
- 827806f Add compat to Makefile by Dave Airlie · 19 years ago
- 170bf94 Add drm and radeon 32/64-bit compat code from Paul Mackerras by Dave Airlie · 19 years ago
- b6b270a Given that BenH says using the sysdev approach for DRM is bogus, I'll yank by Alan Hourihane · 19 years ago
- 75ba453 Comment out the .resume function as without programming their dependent by Alan Hourihane · 19 years ago
- e2d76b0 Reverse the pm_message_t patch for now, it appears that the 2.6.12 release by Alan Hourihane · 19 years ago
- 1a67803 Check for 2.6.12 suspend/resume changes (pm_message_t) by Alan Hourihane · 19 years ago
- afdabda removed dev->sysdev_registered by Jon Smirl · 19 years ago
- 9deb276 Ref count the sysdev class to support multiple DRM cards by Jon Smirl · 19 years ago
- 2b845f2 Make sysdev class only register when fbdev detected by Jon Smirl · 19 years ago
- 5b0e93d More err path clean up for drm_pm Add mandatory sysdev shutdown function by Jon Smirl · 19 years ago
- fe42d43 Fix the sysdev approach for power management. by Alan Hourihane · 19 years ago
- 7586a65 Fix drm_memory_debug.c to compile, doesn't seem to be working Clean up by Jon Smirl · 19 years ago
- 4152605 Get the power management hooks into the right place so that everything gets by Jon Smirl · 19 years ago
- ae2264d Remove I2C support from radeon driver. Same support is available from by Jon Smirl · 19 years ago
- 71df0ee fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart around by Dave Airlie · 19 years ago
- 0569fe7 Fix 810/830 build by Jon Smirl · 19 years ago
- 53e950b Force AGP always for Intel chipsets. Fixes bug #3552 by Alan Hourihane · 19 years ago
- 72cfc79 Adds support for PCI cards to MGA DRM by Ian Romanick · 19 years ago
- dfc650b Completely re-initialize DMA settings by Ian Romanick · 19 years ago
- 1252890 drm_mem_init should be done at core load, not driver init by Jon Smirl · 19 years ago
- 246c617 Fix copyrights by Alan Hourihane · 19 years ago
- 805a077 misc cleanup patch from Adrian Bunk by Dave Airlie · 19 years ago
- 9cad6fb Bugzilla #3217: Create a new __drm_pci_free which is used internally in by Eric Anholt · 19 years ago
- d775639 Bugzilla #3217: The size field in the new dma handle structure was by Eric Anholt · 19 years ago
- 54fbf85 Actually check for drm_fb_loaded before trying to initialize the sysdev by Alan Hourihane · 19 years ago
- 45f1db8 Re-implement the power management. by Alan Hourihane · 19 years ago
- 4a84416 Modify drm_driver::device_is_agp to return a tri-state value to indicate by Ian Romanick · 19 years ago
- a686be5 Change the MGA initialization and cleanup a bit. The dev_private structure by Ian Romanick · 19 years ago
- fced784 Refactor common, boilerplate ioctl code from drm_addbufs_* functions into by Ian Romanick · 19 years ago
- 6d4b9a8 Savage doesn't require AGP any more. Enable build even without CONFIG_AGP. by Felix Kuehling · 19 years ago
- e051cd1 Added device_is_agp callback to drm_driver. This function is called by the by Ian Romanick · 19 years ago
- ec111d7 Convert BSD code to mostly use bus_dma, the dma abstraction for dealing by Eric Anholt · 20 years ago
- 699d4ad A fix for a locking bug which is triggered when a client tries to lock with by Thomas Hellstrom · 20 years ago
- b0c461c Revert last commit, it affect via things by Dave Airlie · 20 years ago
- 0a5e02c Add skeletal imagine driver (but don't build it yet). by Adam Jackson · 20 years ago
- 532ccb9 Via updates: by Thomas Hellstrom · 20 years ago
- c6161ef Description: Rather than use custom code in DRM_WAIT_ON() to do exactly by Dave Airlie · 20 years ago
- 385f927 Some ia64 platforms may not support write combining on all type of memory, by Dave Airlie · 20 years ago
- 956a701 fix up AGP multi-head support for kernel 2.6.12 by Dave Airlie · 20 years ago
- 2ad8387 verify_area is deprecated, replaced by access_ok. Seems I missed this one by Dave Airlie · 20 years ago
- ca04fbc fix bug with XFree86 4.3 on core drm by Dave Airlie · 20 years ago
- c8d2d5d 3dfx DRM depends on PCI Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> by Dave Airlie · 20 years ago
- df6ef48 For 2.6.12 and 2.6.11.x: by Dave Airlie · 20 years ago
- 7d3c42b Fix for bug 2673 from Egbert Eich - memset the version by Dave Airlie · 20 years ago
- 81459d6 Close a race which could allow for privilege escalation by users with DRI by Eric Anholt · 20 years ago
- dc4defe Invalid bound check of driver defined ioctls in drm_ioctl by Dave Airlie · 20 years ago
- 03ddea5 change DRIVER_ to CORE_ makes things look nicer, also change it so the by Dave Airlie · 20 years ago
- 300e086 fix agp detection on linux by Dave Airlie · 20 years ago
- 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 20 years ago
- 1dd948f make functions static in i915, remove unused functions by Dave Airlie · 20 years ago
- 62e0a58 update i830 similiar to the kernel, add statics by Dave Airlie · 20 years ago
- 8d4c731 make more functions static in i810 and fix pageflip cleanup by Dave Airlie · 20 years ago
- 41cbbb4 fix radeon drv by Dave Airlie · 20 years ago
- 311da0f hopefully fix drm_core setversion ioctl... pointed out by Eric on irc by Dave Airlie · 20 years ago
- 9620a0b Fix cut & paste problem by Alan Hourihane · 20 years ago
- 37318f1 remove duplicate drm_sysfs.o by Dave Airlie · 20 years ago
- 354dd17 The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory by Dave Airlie · 20 years ago
- ffc51f1 Setup MTRRs for frame buffer and aperture manually on Savage3D and by Felix Kuehling · 20 years ago
- d4a8f16 Use virt_to_page instead of vmalloc_to_page in drm_do_vm_shm_nopage for by Felix Kuehling · 20 years ago
- 6e38fd3 Adjust 4 level page check for <= 2.6.10 by Jon Smirl · 20 years ago
- fb6a4d0 via updates: moved the verifier state struct to dev_priv. Implemented AGP by Thomas Hellstrom · 20 years ago
- c6c7496 Adjust drm-memory for 4 level page tables in 2.6.10 ifdef'd to use 3 levels by Jon Smirl · 20 years ago
- 04842e8 Completeley rewritten Savage DRM which can be considered secure (modulo by Felix Kuehling · 20 years ago
- ed165a2 Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses by Felix Kuehling · 20 years ago
- fe4ade8 i810/i830 bug with Jon's file operations changes by Dave Airlie · 20 years ago
- b4782ba Use wbinvd macro instead of assembly for it, by Dave Airlie · 20 years ago
- 98d01f9 Patch from Jon Smirl from Nov. 2nd that makes older X servers behave well by Thomas Hellstrom · 20 years ago
- 267e064 Added 3D functionality to the via command verifier. Modified the via 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
- cb5aaa8 Convert more drivers for bsd-core, moving the ioctl definitions to shared by Eric Anholt · 20 years ago
- 000c8eb Fix Linux build. Why won't this complile? extern int const foo; static by Jon Smirl · 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
- 5128542 Allow drivers to override reclaim_buffers in an OS-independent way by by Felix Kuehling · 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
- 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
- 9ea6fe7 Prepare to eliminate inter_module_get("agp") by Jon Smirl · 20 years ago