aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_cp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18drm: Kill DRM_COPY_(TO|FROM)_USERDaniel Vetter1-2/+2
2013-07-23drm/radeon: s/drm_order/order_base_2/Daniel Vetter1-3/+3
2013-01-31drm/radeon: Deprecate UMS support v2Christian König1-0/+2
2012-11-20drm/radeon: Use hweight32Akinobu Mita1-6/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-04-10drm/radeon: replace udelay with mdelay for long timeoutsArnd Bergmann1-3/+3
2011-12-20drm/radeon/kms: add support for semaphores v3Christian König1-1/+1
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+2
2011-07-25drm/radeon: Writeback endian fixesBenjamin Herrenschmidt1-14/+9
2011-02-14drm/radeon: 6xx/7xx non-kms endian fixesCédric Cano1-7/+24
2010-08-12drm/radeon: Fix pci_map_page() error checkingBenjamin Herrenschmidt1-1/+1
2010-03-31drm/radeon/kms: gfx init fixes for r6xx/r7xxAlex Deucher1-0/+3
2010-02-23drm/radeon: fixes for r6xx/r7xx gfx initAlex Deucher1-73/+158
2010-02-23drm/radeon/rv740: fix backend setupAlex Deucher1-3/+6
2010-02-11drm/radeon/kms: r600/r700 command stream checkerJerome Glisse1-0/+31
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse1-4/+248
2009-08-31radeon: Use request_firmware()Ben Hutchings1-149/+140
2009-08-05drm/radeon: Add support for RS880 chipsAlex Deucher1-7/+15
2009-06-12drm/radeon: add support for RV790.Alex Deucher1-2/+2
2009-06-12drm/radeon: add rv740 drm support.Alex Deucher1-3/+35
2009-04-03drm/radeon: load the right microcode on rs780Alex Deucher1-4/+4
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: 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 Eder1-1/+1
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-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 Deucher1-1/+1
2009-03-13radeon: fix r600 AGP supportAlex Deucher1-3/+3
2009-03-13drm/radeon: add initial support for R6xx/R7xx GPUsAlex Deucher1-0/+2247