summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_blit.c
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon/kms: remove r6xx+ blit copy routinesAlex Deucher2013-08-301-0/+31
* drm/radeon: Deprecate UMS support v2Christian König2013-01-311-31/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-55/+60
|\
| * Annotate int2float() as being a pure function.Steven Fuerst2012-09-201-1/+1
| * Replace int2float() with an optimized version.Steven Fuerst2012-09-201-23/+28
| * Rename i2f() to int2float(), and make it global so one copy can be removed.Steven Fuerst2012-09-201-33/+33
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0
|/
* drm/radeon: drop inlines in r600_blit.cAndi Kleen2011-10-181-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
OpenPOWER on IntegriCloud