| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/radeon: bump minor version for occlusion queries support | Maciej Cencora | 2009-04-24 | 1 | -1/+2 |
* | drm/radeon: load the right microcode on rs780 | Alex Deucher | 2009-04-03 | 1 | -4/+4 |
* | drm/radeon: add regs required for occlusion queries support | Maciej Cencora | 2009-03-29 | 4 | -2/+11 |
* | drm/radeon: fix logic in r600_page_table_init() to match ati_gart | Alex Deucher | 2009-03-18 | 1 | -2/+2 |
* | drm/radeon: r600 ptes are 64-bit, cleanup cleanup function. | Dave Airlie | 2009-03-13 | 1 | -1/+1 |
* | drm/radeon: don't call irq changes on r600 suspend/resume | Dave Airlie | 2009-03-13 | 1 | -0/+6 |
* | drm/radeon: fix r600 writeback across suspend/resume | Dave Airlie | 2009-03-13 | 1 | -3/+0 |
* | drm/radeon: fix r600 writeback setup. | Dave Airlie | 2009-03-13 | 1 | -13/+22 |
* | drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.c | Hannes Eder | 2009-03-13 | 3 | -3/+3 |
* | drm/radeon: fix r600 pci mapping calls. | Dave Airlie | 2009-03-13 | 1 | -6/+6 |
* | drm/radeon: r6xx/r7xx: fix possible oops in r600_page_table_cleanup() | Alex Deucher | 2009-03-13 | 1 | -0/+3 |
* | radeon: call the correct idle function, logic got inverted. | Dave Airlie | 2009-03-13 | 1 | -1/+1 |
* | drm/radeon: RS600: fix interrupt handling | Alex Deucher | 2009-03-13 | 2 | -9/+9 |
* | drm/r600: fix rptr address along lines of previous fixes to radeon. | Dave Airlie | 2009-03-13 | 1 | -10/+4 |
* | drm/r600: fixup r600 gart table accessor like ati_pcigart.c | Dave Airlie | 2009-03-13 | 1 | -10/+13 |
* | radeon: add support for rs600 GPUs | Alex Deucher | 2009-03-13 | 3 | -5/+185 |
* | radeon: fix r600 AGP support | Alex Deucher | 2009-03-13 | 1 | -3/+3 |
* | drm/radeon: add initial support for R6xx/R7xx GPUs | Alex Deucher | 2009-03-13 | 5 | -65/+2439 |
* | drm/radeon: add r6xx/r7xx microcode | Alex Deucher | 2009-03-13 | 1 | -0/+23297 |
* | drm/radeon: prep for r6xx/r7xx support | Alex Deucher | 2009-03-13 | 2 | -1/+517 |
* | drm/radeon: split busmaster enable out to a separate function | Dave Airlie | 2009-03-13 | 1 | -15/+20 |
* | drm/radeon: align ring writes to 16 dwords boundaries. | Dave Airlie | 2009-03-13 | 2 | -11/+41 |
* | drm: radeon: Fix unaligned access in r300_scratch(). | David Miller | 2009-03-13 | 1 | -1/+5 |
* | drm: radeon: Use surface for PCI GART table. | David Miller | 2009-03-13 | 3 | -1/+59 |
* | drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case. | David Miller | 2009-03-13 | 1 | -11/+4 |
* | drm: radeon: Fix RADEON_*_EMITED defines. | David Miller | 2009-03-13 | 1 | -2/+2 |
* | drm: radeon: Fix ring_rptr accesses. | David Miller | 2009-03-13 | 3 | -23/+70 |
* | drm: Drop unused and broken dri_library_name sysfs attribute. | Kristian Høgsberg | 2009-03-13 | 1 | -12/+0 |
* | drm: Make drm_local_map use a resource_size_t offset | Benjamin Herrenschmidt | 2009-03-13 | 1 | -4/+5 |
* | drm: Use resource_size_t for drm_get_resource_{start, len} | Benjamin Herrenschmidt | 2009-03-13 | 1 | -1/+1 |
* | drm/radeon: update sarea copies of last_ variables on resume. | etienne | 2009-02-20 | 1 | -6/+15 |
* | drm/radeon: fix ioremap conflict with AGP mappings | Dave Airlie | 2009-02-08 | 1 | -3/+3 |
* | drm/radeon: use locked rmmap to remove sarea mapping. | Dave Airlie | 2008-12-29 | 1 | -1/+1 |
* | drm/radeon: fix missing hunk from the master changes. | Dave Airlie | 2008-12-29 | 1 | -0/+2 |
* | drm/radeon: fix warning due to PAGE_SIZE max | Dave Airlie | 2008-12-29 | 1 | -1/+1 |
* | drm: move to kref per-master structures. | Dave Airlie | 2008-12-29 | 4 | -97/+167 |
* | drm/radeon: fix correctness of irq_enabled check for radeon. | Dave Airlie | 2008-12-23 | 1 | -2/+2 |
* | drm/radeon: don't actually enable the IRQ regs until irq is enabled | Dave Airlie | 2008-12-09 | 2 | -5/+4 |
* | drm: move drm vblank initialization/cleanup to driver load/unload | Keith Packard | 2008-11-25 | 2 | -5/+6 |
* | drm/radeon: map registers at load time | Dave Airlie | 2008-11-11 | 2 | -7/+10 |
* | drm/radeon: fixup further bus mastering confusion. | Alex Deucher | 2008-10-28 | 2 | -13/+14 |
* | radeon: fix PCI bus mastering support enables. | Alex Deucher | 2008-10-18 | 2 | -2/+39 |
* | radeon: add RS400 family support. | Alex Deucher | 2008-10-18 | 2 | -2/+5 |
* | drm/radeon: add support for RS740 IGP chipsets. | Alex Deucher | 2008-10-18 | 2 | -9/+19 |
* | drm: kill drm_device->irq | Jesse Barnes | 2008-10-18 | 1 | -1/+1 |
* | drm: Rework vblank-wait handling to allow interrupt reduction. | Jesse Barnes | 2008-10-18 | 4 | -115/+214 |
* | radeon: fix writeback across suspend/resume. | Dave Airlie | 2008-10-18 | 1 | -2/+3 |
* | drm/radeon: downgrade debug message from info to debug. | Dave Airlie | 2008-09-01 | 1 | -2/+2 |
* | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-08-27 | 4 | -63/+195 |
|\ |
|
| * | r300: Fix cliprect emit | Nicolai Haehnle | 2008-08-25 | 1 | -1/+4 |