aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_blit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-02drm/radeon: remove UMS supportAlex Deucher1-874/+0
2013-08-30drm/radeon/kms: remove r6xx+ blit copy routinesAlex Deucher1-0/+31
2013-01-31drm/radeon: Deprecate UMS support v2Christian König1-31/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-55/+60
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-09-20Annotate int2float() as being a pure function.Steven Fuerst1-1/+1
2012-09-20Replace int2float() with an optimized version.Steven Fuerst1-23/+28
2012-09-20Rename i2f() to int2float(), and make it global so one copy can be removed.Steven Fuerst1-33/+33
2011-10-18drm/radeon: drop inlines in r600_blit.cAndi Kleen1-12/+12
2011-02-14drm/radeon: 6xx/7xx non-kms endian fixesCédric Cano1-2/+9
2010-07-21drm/r600: fix possible NULL pointer derefernceAlex Deucher1-1/+4
2010-03-01drm/radeon: use ALIGN instead of open coding itMatt Turner1-1/+1
2009-10-26drm/radeon/r600: only assign vb after we know space is available.Robert Noland1-3/+1
2009-10-26drm/radeon/r600: Replace repeated calculations with variable.Robert Noland1-21/+31
2009-10-12drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"Dave Airlie1-3/+7
2009-10-08drm/r600: avoid assigning vb twice in blit codeRobert Noland1-7/+3
2009-09-23drm/radeon/r600: set correct pitch for 4 byte copyAndre Maasikas1-1/+1
2009-09-10drm/radeon/r600: fix legacy blit codeAlex Deucher1-17/+12
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse1-0/+855