Age | Commit message (Expand) | Author |
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 |
2004-09-28 | Getting the AGP module is a global resource. Make sure a dual PCI/AGP | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-23 | Remove 2.6 code that allow DRM major device number to be shared. We can add | Jon Smirl |
2004-09-23 | 1) switches from class_sysfs to drm sysfs implementation to allow | Jon Smirl |
2004-09-22 | Remove hotplug reset support from DRM driver. This will be handled by the | Jon Smirl |
2004-09-16 | Let's try adding the dyn-minor patch again. This patch will reuse minor | Jon Smirl |
2004-09-15 | Back dyn-minor patch out for now. fops handling is broken on some cards | Jon Smirl |
2004-09-15 | Dynamic device minor support. Minor device numbers will be reused if the | Jon Smirl |
2004-09-05 | merge back bunch of whitespace and misc changes from kernel | Dave Airlie |
2004-09-04 | Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, as | Dave Airlie |
2004-08-30 | implement drm_core_check_feature and use it .. looks lots nicer | Dave Airlie |
2004-08-30 | drm-memory patch, cleans up alloc/free and makes calloc look more libc like | Dave Airlie |
2004-08-29 | Drop GAMMA DRM from a great height ... | Dave Airlie |