Age | Commit message (Expand) | Author |
2013-03-04 | sync vblank code with linux | Jonathan Gray |
2013-02-10 | sync i915 irq code with linux (with less breakage this time) | Jonathan Gray |
2013-02-07 | Revert "sync i915_irq.c with linux" | Jonathan Gray |
2013-02-05 | sync i915_irq.c with linux | Jonathan Gray |
2013-01-04 | fix a logical or that was inteded to be binary in the last revision | Jonathan Gray |
2013-01-02 | Add the remaining Radeon rv610/rv620/rv630/rv635/rv670, | Jonathan Gray |
2012-12-30 | add Radeon HD4550 | Jonathan Gray |
2012-08-04 | PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2} | Antoine Jacoutot |
2012-07-20 | match on Mobility Radeon HD2600 | Jonathan Gray |
2012-01-29 | According to the X.org driver, the Evergreen series of chips are the | Peter Hessler |
2011-08-22 | Add support for Radeon 4250. | Christiano F. Haesbaert |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2011-05-30 | Add RADEON_CS ioctl support for r600 and r700. | Owain Ainsworth |
2011-05-02 | Radeon HD3000; from Pedro la Peu. | Owain Ainsworth |
2011-04-24 | match Radeon HD5450 on the kernel side; Mark Peoples | Theo de Raadt |
2010-09-29 | Radeon HD4200 Mobility; from brynet. Some flags tweaks from me. | Owain Ainsworth |
2010-09-08 | better to break out of the cases | Theo de Raadt |
2010-08-08 | suspend/resume handler for radeondrm | Owain Ainsworth |
2010-07-30 | The device table entry for HD3470 was incorrectly using a logical or | Jonathan Gray |
2010-07-18 | Radeon HD4670, from Henry Precheur; thanks! | Owain Ainsworth |
2010-07-18 | Radeon HD4200 (needs a newer radeon X driver than in tree though), | Owain Ainsworth |
2010-07-01 | Mobility hd4870 works, add it. | Owain Ainsworth |
2010-07-01 | Another radeon hd3200. | Owain Ainsworth |
2010-04-29 | add radeon hd2600 xt | Robert Nagy |
2010-04-15 | Use IPL_TTY instead of IPB_BIO as suggested by oga. | Marco Peereboom |
2010-04-12 | Radeon HD3200 works; from kili@. | Owain Ainsworth |
2010-04-10 | Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta. | Owain Ainsworth |
2010-04-01 | Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the list | Robert Nagy |
2010-03-31 | Radeon HD2400 XT works. Tested by Dennis den Brok; thanks! | Owain Ainsworth |
2010-03-30 | Support Radeon Mobility HD3670; James Thackray. Thanks! | Owain Ainsworth |
2010-03-29 | Add Radeon HD360 Mobility. | Owain Ainsworth |
2010-03-27 | DRM for R600 and R700 chipsets. | Owain Ainsworth |
2009-05-11 | Rework the pcigart stuff somewhat. | Owain Ainsworth |
2009-04-03 | detypedef drm_pci_id_list_t. | Owain Ainsworth |
2009-04-03 | Sprinkle some const correctness for the pciid lists. From mickey ages | Owain Ainsworth |
2009-04-03 | Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove | Owain Ainsworth |
2009-04-03 | Add a lock to protect races for the software interrupt on radeon chips | Owain Ainsworth |
2009-03-31 | remove the drm_read and drm_write functions. instead just do the | Owain Ainsworth |
2009-03-05 | De-macro the ring manipulation macros in favour of functions. Saves a | Owain Ainsworth |
2009-03-05 | Kill a bunch of (long long long) dead ioctls. | Owain Ainsworth |
2009-02-18 | Disable all IGPGART chipsets in radeondrm for release. | Owain Ainsworth |
2009-02-15 | radeon_do_cp_resume was only called in one place (and that function just | Owain Ainsworth |
2009-02-05 | Merge the static block allocation code from {i915,radeon}_mem.c into | Owain Ainsworth |
2008-12-08 | Make the various drm drivers print the interrupt they're using. | Mark Kettenis |
2008-11-24 | Work around the stupidity of radeondrm by double checking that things are | Owain Ainsworth |
2008-11-24 | do the same for struct drm_file (file_priv) as previously done for | Owain Ainsworth |
2008-11-24 | change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, and | Owain Ainsworth |
2008-11-24 | make device works out if it's agp and tells the drm driver, not the | Owain Ainsworth |
2008-11-24 | oops. Use the correct struct member to map so that radeon doesn't panic | Owain Ainsworth |
2008-11-23 | pass in the dmat when we attach the drm driver. reduces pci dependancy. | Owain Ainsworth |