aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_blit.c
Commit message (Expand)AuthorAge
* drm/radeon: Deprecate UMS support v2Christian König2013-01-31
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\
| * Annotate int2float() as being a pure function.Steven Fuerst2012-09-20
| * Replace int2float() with an optimized version.Steven Fuerst2012-09-20
| * Rename i2f() to int2float(), and make it global so one copy can be removed.Steven Fuerst2012-09-20
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
* | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-02
|/
* drm/radeon: drop inlines in r600_blit.cAndi Kleen2011-10-18
* drm/radeon: 6xx/7xx non-kms endian fixesCédric Cano2011-02-13
* drm/r600: fix possible NULL pointer derefernceAlex Deucher2010-07-20
* drm/radeon: use ALIGN instead of open coding itMatt Turner2010-03-01
* drm/radeon/r600: only assign vb after we know space is available.Robert Noland2009-10-25
* drm/radeon/r600: Replace repeated calculations with variable.Robert Noland2009-10-25
* drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"Dave Airlie2009-10-11
* drm/r600: avoid assigning vb twice in blit codeRobert Noland2009-10-07
* drm/radeon/r600: set correct pitch for 4 byte copyAndre Maasikas2009-09-22
* drm/radeon/r600: fix legacy blit codeAlex Deucher2009-09-09
* drm/radeon/kms: add r600 KMS supportJerome Glisse2009-09-07