summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: Don't initialize acceleration related fields of struct fb_info.Michel Dänzer2009-06-241-3/+3
* drm/radeon: fix radeon kms framebuffer deviceJerome Glisse2009-06-243-42/+19Star
* drm/radeon: fix unused variables warningDave Airlie2009-06-191-2/+0Star
* drm/radeon: command stream checker for r3xx-r5xx hardwareJerome Glisse2009-06-197-65/+611
* drm/radeon: Fully initialize LVDS info also when we can't get it from the ROM.Michel Dänzer2009-06-191-0/+9
* radeon: Fix CP byte order on big endian architectures with KMS.Michel Dänzer2009-06-192-0/+4
* radeon: Enable modesetting on non-x86.Michel Dänzer2009-06-191-1/+1
* drm/radeon: Respect AGP cant_use_aperture flag.Michel Dänzer2009-06-191-4/+4
* drm: EDID endianness fixes.Michel Dänzer2009-06-191-1/+1
* drm/radeon: this VRAM vs aperture test is wrong, just remove it.Dave Airlie2009-06-191-6/+0Star
* drm: Remove memory debugging infrastructure.Eric Anholt2009-06-185-31/+28Star
* drm/radeon/kms: remove the _DRM_DRIVER from the KMS paths.Dave Airlie2009-06-171-1/+1
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-1755-30/+35241
|\
| * drm/radeon: switch to using late_initcallDave Airlie2009-06-161-1/+1
| * radeon legacy chips: tv dac bg/dac adj updatesAlex Deucher2009-06-154-3/+88
| * drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse2009-06-1555-29/+35155
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-133-6/+39
|\|
| * drm/radeon: add support for RV790.Alex Deucher2009-06-121-2/+2
| * drm/radeon: add rv740 drm support.Alex Deucher2009-06-122-3/+36
| * radeon: remove _DRM_DRIVER from the preadded sarea mapDave Airlie2009-06-111-1/+1
* | drm/radeon: fix ring free alignment calculationsDave Airlie2009-06-042-3/+6
|/
* drm/radeon: bump minor version for occlusion queries supportMaciej Cencora2009-04-241-1/+2
* drm/radeon: load the right microcode on rs780Alex Deucher2009-04-031-4/+4
* drm/radeon: add regs required for occlusion queries supportMaciej Cencora2009-03-294-2/+11
* drm/radeon: fix logic in r600_page_table_init() to match ati_gartAlex Deucher2009-03-181-2/+2
* drm/radeon: r600 ptes are 64-bit, cleanup cleanup function.Dave Airlie2009-03-131-1/+1
* drm/radeon: don't call irq changes on r600 suspend/resumeDave Airlie2009-03-131-0/+6
* drm/radeon: fix r600 writeback across suspend/resumeDave Airlie2009-03-131-3/+0Star
* drm/radeon: fix r600 writeback setup.Dave Airlie2009-03-131-13/+22
* drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.cHannes Eder2009-03-133-3/+3
* drm/radeon: fix r600 pci mapping calls.Dave Airlie2009-03-131-6/+6
* drm/radeon: r6xx/r7xx: fix possible oops in r600_page_table_cleanup()Alex Deucher2009-03-131-0/+3
* radeon: call the correct idle function, logic got inverted.Dave Airlie2009-03-131-1/+1
* drm/radeon: RS600: fix interrupt handlingAlex Deucher2009-03-132-9/+9
* drm/r600: fix rptr address along lines of previous fixes to radeon.Dave Airlie2009-03-131-10/+4Star
* drm/r600: fixup r600 gart table accessor like ati_pcigart.cDave Airlie2009-03-131-10/+13
* radeon: add support for rs600 GPUsAlex Deucher2009-03-133-5/+185
* radeon: fix r600 AGP supportAlex Deucher2009-03-131-3/+3
* drm/radeon: add initial support for R6xx/R7xx GPUsAlex Deucher2009-03-135-65/+2439
* drm/radeon: add r6xx/r7xx microcodeAlex Deucher2009-03-131-0/+23297
* drm/radeon: prep for r6xx/r7xx supportAlex Deucher2009-03-132-1/+517
* drm/radeon: split busmaster enable out to a separate functionDave Airlie2009-03-131-15/+20
* drm/radeon: align ring writes to 16 dwords boundaries.Dave Airlie2009-03-132-11/+41
* drm: radeon: Fix unaligned access in r300_scratch().David Miller2009-03-131-1/+5
* drm: radeon: Use surface for PCI GART table.David Miller2009-03-133-1/+59
* drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.David Miller2009-03-131-11/+4Star
* drm: radeon: Fix RADEON_*_EMITED defines.David Miller2009-03-131-2/+2
* drm: radeon: Fix ring_rptr accesses.David Miller2009-03-133-23/+70
* drm: Drop unused and broken dri_library_name sysfs attribute.Kristian Høgsberg2009-03-131-12/+0Star
* drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt2009-03-131-4/+5