aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_blit.c
AgeCommit message (Expand)Author
2013-08-30drm/radeon/kms: remove r6xx+ blit copy routinesAlex Deucher
2013-01-31drm/radeon: Deprecate UMS support v2Christian König
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-09-20Annotate int2float() as being a pure function.Steven Fuerst
2012-09-20Replace int2float() with an optimized version.Steven Fuerst
2012-09-20Rename i2f() to int2float(), and make it global so one copy can be removed.Steven Fuerst
2011-10-18drm/radeon: drop inlines in r600_blit.cAndi Kleen
2011-02-14drm/radeon: 6xx/7xx non-kms endian fixesCédric Cano
2010-07-21drm/r600: fix possible NULL pointer derefernceAlex Deucher
2010-03-01drm/radeon: use ALIGN instead of open coding itMatt Turner
2009-10-26drm/radeon/r600: only assign vb after we know space is available.Robert Noland
2009-10-26drm/radeon/r600: Replace repeated calculations with variable.Robert Noland
2009-10-12drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"Dave Airlie
2009-10-08drm/r600: avoid assigning vb twice in blit codeRobert Noland
2009-09-23drm/radeon/r600: set correct pitch for 4 byte copyAndre Maasikas
2009-09-10drm/radeon/r600: fix legacy blit codeAlex Deucher
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse