2005-05-27 |
Ian Romanick | Modify drm_driver::device_is_agp to return a tri-state... |
tree | commitdiff |
2005-05-21 |
Ian Romanick | Change the MGA initialization and cleanup a bit. The... |
tree | commitdiff |
2005-05-20 |
Ian Romanick | Refactor common, boilerplate ioctl code from drm_addbuf... |
tree | commitdiff |
2005-05-17 |
Felix Kuehling | Savage doesn't require AGP any more. Enable build even... |
tree | commitdiff |
2005-05-16 |
Ian Romanick | Added device_is_agp callback to drm_driver. This functi... |
tree | commitdiff |
2005-04-26 |
Eric Anholt | Convert BSD code to mostly use bus_dma, the dma abstrac... |
tree | commitdiff |
2005-04-20 |
Thomas Hellstrom | A fix for a locking bug which is triggered when a clien... |
tree | commitdiff |
2005-04-19 |
Dave Airlie | Revert last commit, it affect via things |
tree | commitdiff |
2005-03-29 |
Adam Jackson | Add skeletal imagine driver (but don't build it yet). |
tree | commitdiff |
2005-03-28 |
Thomas Hellstrom | Via updates: |
tree | commitdiff |
2005-03-27 |
Dave Airlie | Description: Rather than use custom code in DRM_WAIT_ON... |
tree | commitdiff |
2005-03-27 |
Dave Airlie | Some ia64 platforms may not support write combining... |
tree | commitdiff |
2005-03-25 |
Dave Airlie | fix up AGP multi-head support for kernel 2.6.12 |
tree | commitdiff |
2005-03-25 |
Dave Airlie | verify_area is deprecated, replaced by access_ok. Seems... |
tree | commitdiff |
2005-03-25 |
Dave Airlie | fix bug with XFree86 4.3 on core drm |
tree | commitdiff |
2005-03-25 |
Dave Airlie | 3dfx DRM depends on PCI |
tree | commitdiff |
2005-03-25 |
Dave Airlie | For 2.6.12 and 2.6.11.x: |
tree | commitdiff |
2005-03-08 |
Dave Airlie | Fix for bug 2673 from Egbert Eich - memset the version |
tree | commitdiff |
2005-02-08 |
Eric Anholt | Close a race which could allow for privilege escalation... |
tree | commitdiff |
2005-02-07 |
Dave Airlie | Invalid bound check of driver defined ioctls in drm_ioctl |
tree | commitdiff |
2005-02-07 |
Dave Airlie | change DRIVER_ to CORE_ makes things look nicer, also... |
tree | commitdiff |
2005-02-07 |
Dave Airlie | fix agp detection on linux |
tree | commitdiff |
2005-02-05 |
Eric Anholt | - Implement drm_initmap, and extend it with the resourc... |
tree | commitdiff |
2005-02-01 |
Dave Airlie | make functions static in i915, remove unused functions |
tree | commitdiff |
2005-02-01 |
Dave Airlie | update i830 similiar to the kernel, add statics |
tree | commitdiff |
2005-02-01 |
Dave Airlie | make more functions static in i810 and fix pageflip... |
tree | commitdiff |
2005-01-29 |
Dave Airlie | fix radeon drv |
tree | commitdiff |
2005-01-24 |
Dave Airlie | hopefully fix drm_core setversion ioctl... pointed... |
tree | commitdiff |
2005-01-19 |
Alan Hourihane | Fix cut & paste problem |
tree | commitdiff |
2005-01-16 |
Dave Airlie | remove duplicate drm_sysfs.o |
tree | commitdiff |
2005-01-16 |
Dave Airlie | The patch makes drmAddBufs/drmMapBufs can handle buffer... |
tree | commitdiff |
2005-01-15 |
Felix Kuehling | Setup MTRRs for frame buffer and aperture manually... |
tree | commitdiff |
2005-01-12 |
Felix Kuehling | Use virt_to_page instead of vmalloc_to_page in drm_do_v... |
tree | commitdiff |
2005-01-09 |
Jon Smirl | Adjust 4 level page check for <= 2.6.10 |
tree | commitdiff |
2005-01-07 |
Thomas Hellstrom | via updates: moved the verifier state struct to dev_pri... |
tree | commitdiff |
2005-01-06 |
Jon Smirl | Adjust drm-memory for 4 level page tables in 2.6.10... |
tree | commitdiff |
2005-01-01 |
Felix Kuehling | Completeley rewritten Savage DRM which can be considere... |
tree | commitdiff |
2005-01-01 |
Felix Kuehling | Added a new DRM map type _DRM_CONSISTENT for consistent... |
tree | commitdiff |
2005-01-01 |
Dave Airlie | i810/i830 bug with Jon's file operations changes |
tree | commitdiff |
2004-12-10 |
Dave Airlie | Use wbinvd macro instead of assembly for it, |
tree | commitdiff |
2004-12-07 |
Thomas Hellstrom | Patch from Jon Smirl from Nov. 2nd that makes older... |
tree | commitdiff |
2004-12-03 |
Thomas Hellstrom | Added 3D functionality to the via command verifier... |
tree | commitdiff |
2004-11-11 |
Dave Airlie | patch from bug 1803 - will try and push to kernel soon |
tree | commitdiff |
2004-11-09 |
Jon Smirl | Fix more build problems on linux-core |
tree | commitdiff |
2004-11-09 |
Jon Smirl | make linux-core build again |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Convert more drivers for bsd-core, moving the ioctl... |
tree | commitdiff |
2004-11-06 |
Jon Smirl | Fix Linux build. Why won't this complile? extern int... |
tree | commitdiff |
2004-11-06 |
Eric Anholt | Commit WIP of BSD conversion to core model. Compiles... |
tree | commitdiff |
2004-11-05 |
Jon Smirl | Move ati_pcigart shared routines into drm-core module |
tree | commitdiff |
2004-10-31 |
Felix Kuehling | Allow drivers to override reclaim_buffers in an OS... |
tree | commitdiff |
2004-10-29 |
Jon Smirl | Switch SPIN_LOCK_UNLOCKED to spin_lock_init() |
tree | commitdiff |
2004-10-29 |
Jon Smirl | Add include of moduleparam.h |
tree | commitdiff |
2004-10-28 |
Jon Smirl | Break poll() to make it match the Xserver's broken... |
tree | commitdiff |
2004-10-23 |
Jon Smirl | Round 2 of getting rid of inter_module_get() |
tree | commitdiff |
2004-10-23 |
Jon Smirl | Revert symbol_get() changes from drm_drv |
tree | commitdiff |
2004-10-23 |
Dave Airlie | fix inter module put/get |
tree | commitdiff |
2004-10-23 |
Dave Airlie | actually 2.6.10 introduced pfn range so it should work... |
tree | commitdiff |
2004-10-23 |
Dave Airlie | fix pfn vs page for older kernels (2.6.9-rc kernels... |
tree | commitdiff |
2004-10-23 |
Jon Smirl | Prepare to eliminate inter_module_get("agp") |
tree | commitdiff |
2004-10-22 |
Jon Smirl | Bring in patch from kernel for remap_pfn_range |
tree | commitdiff |
2004-10-21 |
Jon Smirl | Fix up the radeon i2c error handing |
tree | commitdiff |
2004-10-20 |
Jon Smirl | Don't release an i2c channel that has not initialized... |
tree | commitdiff |
2004-10-20 |
Jon Smirl | Switch linux-core from using dev->pdev->driver->name to |
tree | commitdiff |
2004-10-20 |
Jon Smirl | Fix dd vs di version typo in drm_setversion |
tree | commitdiff |
2004-10-19 |
Jon Smirl | Add a protective check against a possible buffer overflow |
tree | commitdiff |
2004-10-19 |
Jon Smirl | Fix missing I2C busses to be non-fatal error. |
tree | commitdiff |
2004-10-19 |
Jon Smirl | drm-core, Clean up bug error path on stealth mode exit |
tree | commitdiff |
2004-10-18 |
Jose Fonseca | Update Doxygen configuration & comments. |
tree | commitdiff |
2004-10-15 |
Jon Smirl | Remove drm_init.c |
tree | commitdiff |
2004-10-15 |
Jon Smirl | Move drm_cpu_valid out of drm_init. drm_init is empty... |
tree | commitdiff |
2004-10-15 |
Jon Smirl | Switch linux-core over to 2.6 parameter model to enable... |
tree | commitdiff |
2004-10-13 |
Jon Smirl | Add a poll function that alternates between zero and... |
tree | commitdiff |
2004-10-12 |
Jon Smirl | Breakout heads into their own data structures. |
tree | commitdiff |
2004-10-10 |
Jon Smirl | Rename fn_tbl to driver. Core driver now uses pci_drive... |
tree | commitdiff |
2004-10-09 |
Dave Airlie | fix up whitespacing in Kconfig |
tree | commitdiff |
2004-10-09 |
Dave Airlie | remove unused dma remnants that were gamma only - these... |
tree | commitdiff |
2004-10-08 |
Jon Smirl | Fix refcount bug in stealth mode |
tree | commitdiff |
2004-10-06 |
Jon Smirl | Revert back to drm_order() instead of using kernel... |
tree | commitdiff |
2004-10-05 |
Dave Airlie | Patch for Kconfig for making i830/i915 not build together |
tree | commitdiff |
2004-10-05 |
Jon Smirl | enable the device in the right order, remove __devinit... |
tree | commitdiff |
2004-09-30 |
Jon Smirl | Make the debug memory functions compile for the core... |
tree | commitdiff |
2004-09-30 |
Jon Smirl | Remove DRM() macros from core ffb driver. DaveA says... |
tree | commitdiff |
2004-09-30 |
Jon Smirl | Lindent of core build. Drivers checked for no binary... |
tree | commitdiff |
2004-09-30 |
Jon Smirl | savage.h not used in core builds |
tree | commitdiff |
2004-09-30 |
Jon Smirl | core ffb.h is not used anymore |
tree | commitdiff |
2004-09-30 |
Jon Smirl | Remove unused drm_module.h |
tree | commitdiff |
2004-09-30 |
Jon Smirl | Move things around to reduce public symbols and even... |
tree | commitdiff |
2004-09-30 |
Jon Smirl | Make fops per driver instead of global, remove default... |
tree | commitdiff |
2004-09-28 |
Jon Smirl | Getting the AGP module is a global resource. Make sure... |
tree | commitdiff |
2004-09-27 |
Jon Smirl | core needs three new files |
tree | commitdiff |
2004-09-27 |
Jon Smirl | First check in for DRM that splits core from personalit... |
tree | commitdiff |
2004-09-27 |
Jon Smirl | Flip the 2.4 check so that it looks for 2.6 instead... |
tree | commitdiff |
2004-09-24 |
Jon Smirl | Makefile reminder to build in 2.6 when on 2.6 |
tree | commitdiff |
2004-09-24 |
Jon Smirl | Create new linux-2.6 build. Move all gpl files into... |
tree | commitdiff |
2004-09-23 |
Jon Smirl | Remove 2.6 code that allow DRM major device number... |
tree | commitdiff |
2004-09-23 |
Jon Smirl | Add new sysfs support files |
tree | commitdiff |
2004-09-23 |
Jon Smirl | 1) switches from class_sysfs to drm sysfs implementatio... |
tree | commitdiff |
2004-09-22 |
Felix Kuehling | Create permanent maps of framebuffer, aperture and... |
tree | commitdiff |
2004-09-22 |
Jon Smirl | Remove hotplug reset support from DRM driver. This... |
tree | commitdiff |
2004-09-21 |
Jon Smirl | Make DRM permanent maps match broken X behavior. X... |
tree | commitdiff |
next |