aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_blit.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-12/+12
* drm/radeon: 6xx/7xx non-kms endian fixesCédric Cano2011-02-141-2/+9
* drm/r600: fix possible NULL pointer derefernceAlex Deucher2010-07-211-1/+4
* drm/radeon: use ALIGN instead of open coding itMatt Turner2010-03-011-1/+1
* drm/radeon/r600: only assign vb after we know space is available.Robert Noland2009-10-261-3/+1
* drm/radeon/r600: Replace repeated calculations with variable.Robert Noland2009-10-261-21/+31
* drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"Dave Airlie2009-10-121-3/+7
* drm/r600: avoid assigning vb twice in blit codeRobert Noland2009-10-081-7/+3
* drm/radeon/r600: set correct pitch for 4 byte copyAndre Maasikas2009-09-231-1/+1
* drm/radeon/r600: fix legacy blit codeAlex Deucher2009-09-101-17/+12
* drm/radeon/kms: add r600 KMS supportJerome Glisse2009-09-081-0/+855