summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2009-06-24drm/radeon: fix driver initialization order so radeon kms can be builtinJerome Glisse1-1/+1
2009-06-24drm/radeon: Clear surface registers at initialization time.Michel Dänzer1-0/+20
2009-06-24drm/radeon: Don't initialize acceleration related fields of struct fb_info.Michel Dänzer1-3/+3
2009-06-24drm/radeon: fix radeon kms framebuffer deviceJerome Glisse3-42/+19
2009-06-19drm/radeon: fix unused variables warningDave Airlie1-2/+0
2009-06-19drm/radeon: command stream checker for r3xx-r5xx hardwareJerome Glisse7-65/+611
2009-06-19drm/radeon: Fully initialize LVDS info also when we can't get it from the ROM.Michel Dänzer1-0/+9
2009-06-19radeon: Fix CP byte order on big endian architectures with KMS.Michel Dänzer2-0/+4
2009-06-19radeon: Enable modesetting on non-x86.Michel Dänzer1-1/+1
2009-06-19drm/radeon: Respect AGP cant_use_aperture flag.Michel Dänzer1-4/+4
2009-06-19drm: EDID endianness fixes.Michel Dänzer1-1/+1
2009-06-19drm/radeon: this VRAM vs aperture test is wrong, just remove it.Dave Airlie1-6/+0
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt5-31/+28
2009-06-17drm/radeon/kms: remove the _DRM_DRIVER from the KMS paths.Dave Airlie1-1/+1
2009-06-16Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds55-30/+35241
2009-06-17drm/radeon: switch to using late_initcallDave Airlie1-1/+1
2009-06-15radeon legacy chips: tv dac bg/dac adj updatesAlex Deucher4-3/+88
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse55-29/+35155
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds3-6/+39
2009-06-12drm/radeon: add support for RV790.Alex Deucher1-2/+2
2009-06-12drm/radeon: add rv740 drm support.Alex Deucher2-3/+36
2009-06-11radeon: remove _DRM_DRIVER from the preadded sarea mapDave Airlie1-1/+1
2009-06-04drm/radeon: fix ring free alignment calculationsDave Airlie2-3/+6
2009-04-24drm/radeon: bump minor version for occlusion queries supportMaciej Cencora1-1/+2
2009-04-03drm/radeon: load the right microcode on rs780Alex Deucher1-4/+4
2009-03-29drm/radeon: add regs required for occlusion queries supportMaciej Cencora4-2/+11
2009-03-18drm/radeon: fix logic in r600_page_table_init() to match ati_gartAlex Deucher1-2/+2
2009-03-13drm/radeon: r600 ptes are 64-bit, cleanup cleanup function.Dave Airlie1-1/+1
2009-03-13drm/radeon: don't call irq changes on r600 suspend/resumeDave Airlie1-0/+6
2009-03-13drm/radeon: fix r600 writeback across suspend/resumeDave Airlie1-3/+0
2009-03-13drm/radeon: fix r600 writeback setup.Dave Airlie1-13/+22
2009-03-13drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.cHannes Eder3-3/+3
2009-03-13drm/radeon: fix r600 pci mapping calls.Dave Airlie1-6/+6
2009-03-13drm/radeon: r6xx/r7xx: fix possible oops in r600_page_table_cleanup()Alex Deucher1-0/+3
2009-03-13radeon: call the correct idle function, logic got inverted.Dave Airlie1-1/+1
2009-03-13drm/radeon: RS600: fix interrupt handlingAlex Deucher2-9/+9
2009-03-13drm/r600: fix rptr address along lines of previous fixes to radeon.Dave Airlie1-10/+4
2009-03-13drm/r600: fixup r600 gart table accessor like ati_pcigart.cDave Airlie1-10/+13
2009-03-13radeon: add support for rs600 GPUsAlex Deucher3-5/+185
2009-03-13radeon: fix r600 AGP supportAlex Deucher1-3/+3
2009-03-13drm/radeon: add initial support for R6xx/R7xx GPUsAlex Deucher5-65/+2439
2009-03-13drm/radeon: add r6xx/r7xx microcodeAlex Deucher1-0/+23297
2009-03-13drm/radeon: prep for r6xx/r7xx supportAlex Deucher2-1/+517
2009-03-13drm/radeon: split busmaster enable out to a separate functionDave Airlie1-15/+20
2009-03-13drm/radeon: align ring writes to 16 dwords boundaries.Dave Airlie2-11/+41
2009-03-13drm: radeon: Fix unaligned access in r300_scratch().David Miller1-1/+5
2009-03-13drm: radeon: Use surface for PCI GART table.David Miller3-1/+59
2009-03-13drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.David Miller1-11/+4
2009-03-13drm: radeon: Fix RADEON_*_EMITED defines.David Miller1-2/+2
2009-03-13drm: radeon: Fix ring_rptr accesses.David Miller3-23/+70