Age | Commit message (Expand) | Author |
2005-09-30 | Add support to turn writeback off via radeon module option | Dave Airlie |
2005-09-30 | fix pci overriding from userspace | Dave Airlie |
2005-09-25 | Add the via PCI DMA blit code. | Thomas Hellstrom |
2005-09-25 | hopefully fix server recycling on PCIE | Dave Airlie |
2005-09-12 | add some pci express chips | Dave Airlie |
2005-09-12 | make PCI Express work on 64-bit machines, thanks to Alex Deucher (agd5f) | Dave Airlie |
2005-09-11 | Add GART in FB support for ati pcigart, and PCIE support for r300 | Dave Airlie |
2005-09-09 | Add support for GL_ATI_fragment_shader, new packets R200_EMIT_PP_AFS_0/1, | Roland Scheidegger |
2005-09-09 | Add another R300 PCI id. Submitted by: Daniel Estévez | Vladimir Dergachev |
2005-09-03 | convert ioctl flags to use flags instead of separate ints | Dave Airlie |
2005-08-26 | - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. | Eric Anholt |
2005-08-25 | Add missing .cvsignore files for autotoolery. | Eric Anholt |
2005-08-22 | remove i915_pm code as it causes too many issues with current software | Alan Hourihane |
2005-08-21 | We don't need to install all the internal headers files only drm.h and | Dave Airlie |
2005-08-20 | Fix silly install issue by moving the header install rules for shared-core | Adam Jackson |
2005-08-17 | commit toggle switch to make Linux drm_handle_t unsigned int | Dave Airlie |
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie |
2005-08-15 | Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by | Eric Anholt |
2005-08-14 | VIA bugvixes by Joris van Rantwijk Initial commit. | Thomas Hellstrom |
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-09 | Make sure savage has 3rd ioctl parameter | Jon Smirl |
2005-08-07 | make some functions static in the savage drm driver | Dave Airlie |
2005-08-07 | fix ioctl in r128 drm direction from Egbert Eich. | Dave Airlie |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-08-04 | Mark some radeon init variables deprecated. These used to be passed in but | Jon Smirl |
2005-08-04 | Split the control of master vs root priv. Everything is still marked as | Jon Smirl |
2005-08-04 | Whitespace fixups. | Eric Anholt |
2005-08-04 | Fix the MGA driver on BSD by passing in the proper chipset flags to the | Eric Anholt |
2005-08-04 | Add a debugging error message from testing new MGA code on BSD. | Eric Anholt |
2005-07-28 | Fix issues with buffer aging when more than one dma buffer is discarded in | Eric Anholt |
2005-07-27 | Correct a couple of descriptions of files in comments (were just | Eric Anholt |
2005-07-27 | fix driver date and drm minor version for r300 support | Roland Scheidegger |
2005-07-20 | Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, | Eric Anholt |
2005-07-16 | revert last change due to me bring up too early | Dave Airlie |
2005-07-16 | up the version | Dave Airlie |
2005-07-16 | Egbert noticed this issue, but changing the IOW to IOWR mess up | Dave Airlie |
2005-07-15 | VIA: Fix sparse warnings (Alexey Dobriyan) | Thomas Hellstrom |
2005-07-03 | Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.c | Jon Smirl |
2005-06-29 | Move to linux specific directory | Alan Hourihane |
2005-06-29 | add mga and r128 32/64 bits | Dave Airlie |
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-27 | Reverse the pm_message_t patch for now, it appears that the 2.6.12 release | Alan Hourihane |
2005-06-27 | Check for 2.6.12 suspend/resume changes (pm_message_t) | Alan Hourihane |
2005-06-27 | Check dev_priv | Alan Hourihane |
2005-06-27 | Save state of registers for suspend/resume. | Alan Hourihane |
2005-06-24 | Fix suspend problem when i915 private hasn't been initialized yet. | Alan Hourihane |
2005-06-21 | Change initialization of savage register access to _DRM_READ_ONLY. Flags of | Jon Smirl |