Age | Commit message (Expand) | Author |
2006-02-19 | experimental PCI DMA fixes use proper Linux interfaces | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-01-02 | use drm_cards_limit instead of cards_limit | Dave Airlie |
2005-11-08 | Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds | Eric Anholt |
2005-11-08 | Catch FreeBSD up to the pcie gart changes. Required minor modification to | Eric Anholt |
2005-11-03 | Converts the remaining drm_agp_foo functions to be a drm_agp_foo and | Ian Romanick |
2005-10-23 | we don't use this stuff anymore .. remove 1k buffer from driver .. | Dave Airlie |
2005-10-06 | remove version not used anymore | Dave Airlie |
2005-09-25 | use linux kernel macros don't make our own | Dave Airlie |
2005-09-11 | Add GART in FB support for ati pcigart, and PCIE support for r300 | Dave Airlie |
2005-09-03 | convert ioctl flags to use flags instead of separate ints | Dave Airlie |
2005-08-22 | remove i915_pm code as it causes too many issues with current software | Alan Hourihane |
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie |
2005-08-12 | Reverting the previous via security-fix commit, since the assumption of | Thomas Hellstrom |
2005-08-10 | Security fix on via: Checking that the specified context belongs to the | Thomas Hellstrom |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-08-04 | Split the control of master vs root priv. Everything is still marked as | Jon Smirl |
2005-07-20 | Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, | Eric Anholt |
2005-07-03 | Simplify the sysfs code | Jon Smirl |
2005-07-03 | Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.c | Jon Smirl |
2005-06-28 | - Remove drm_initmap and replace its usage with drm_addmap. This reduces | Eric Anholt |
2005-06-28 | add compat code from Paul Mackerras | Dave Airlie |
2005-06-28 | Given that BenH says using the sysdev approach for DRM is bogus, I'll yank | Alan Hourihane |
2005-06-26 | removed dev->sysdev_registered | Jon Smirl |
2005-06-22 | Get the power management hooks into the right place so that everything gets | Jon Smirl |
2005-06-17 | fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart around | Dave Airlie |
2005-06-14 | Adds support for PCI cards to MGA DRM | Ian Romanick |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie |
2005-05-28 | Bugzilla #3217: Create a new __drm_pci_free which is used internally in | Eric Anholt |
2005-05-28 | Re-implement the power management. | Alan Hourihane |
2005-05-27 | Modify drm_driver::device_is_agp to return a tri-state value to indicate | Ian Romanick |
2005-05-16 | Added device_is_agp callback to drm_driver. This function is called by the | Ian Romanick |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-03-25 | fix up AGP multi-head support for kernel 2.6.12 | Dave Airlie |
2005-02-07 | fix agp detection on linux | Dave Airlie |
2005-02-05 | - Implement drm_initmap, and extend it with the resource number to help | Eric Anholt |
2005-01-16 | The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory | Dave Airlie |
2004-10-31 | Allow drivers to override reclaim_buffers in an OS-independent way by | Felix Kuehling |
2004-10-23 | Round 2 of getting rid of inter_module_get() | Jon Smirl |
2004-10-15 | Move drm_cpu_valid out of drm_init. drm_init is empty now. | Jon Smirl |
2004-10-15 | Switch linux-core over to 2.6 parameter model to enable debug use | Jon Smirl |
2004-10-13 | Add a poll function that alternates between zero and normal poll return to | Jon Smirl |
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl |
2004-10-10 | Rename fn_tbl to driver. Core driver now uses pci_driver name which | Jon Smirl |
2004-10-09 | remove unused dma remnants that were gamma only - these could cause an oops | Dave Airlie |
2004-10-06 | Revert back to drm_order() instead of using kernel get_order(). The | Jon Smirl |
2004-09-30 | Make the debug memory functions compile for the core model. | Jon Smirl |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-30 | Move things around to reduce public symbols and even out files. Switch to | Jon Smirl |
2004-09-30 | Make fops per driver instead of global, remove default flush, poll, read | Jon Smirl |