| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-03 | 1 | -55/+60 |
|\ |
|
| * | Annotate int2float() as being a pure function. | Steven Fuerst | 2012-09-20 | 1 | -1/+1 |
| * | Replace int2float() with an optimized version. | Steven Fuerst | 2012-09-20 | 1 | -23/+28 |
| * | Rename i2f() to int2float(), and make it global so one copy can be removed. | Steven Fuerst | 2012-09-20 | 1 | -33/+33 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -2/+2 |
* | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells | 2012-10-02 | 1 | -1/+0 |
|/ |
|
* | drm/radeon: drop inlines in r600_blit.c | Andi Kleen | 2011-10-18 | 1 | -12/+12 |
* | drm/radeon: 6xx/7xx non-kms endian fixes | Cédric Cano | 2011-02-14 | 1 | -2/+9 |
* | drm/r600: fix possible NULL pointer derefernce | Alex Deucher | 2010-07-21 | 1 | -1/+4 |
* | drm/radeon: use ALIGN instead of open coding it | Matt Turner | 2010-03-01 | 1 | -1/+1 |
* | drm/radeon/r600: only assign vb after we know space is available. | Robert Noland | 2009-10-26 | 1 | -3/+1 |
* | drm/radeon/r600: Replace repeated calculations with variable. | Robert Noland | 2009-10-26 | 1 | -21/+31 |
* | drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code" | Dave Airlie | 2009-10-12 | 1 | -3/+7 |
* | drm/r600: avoid assigning vb twice in blit code | Robert Noland | 2009-10-08 | 1 | -7/+3 |
* | drm/radeon/r600: set correct pitch for 4 byte copy | Andre Maasikas | 2009-09-23 | 1 | -1/+1 |
* | drm/radeon/r600: fix legacy blit code | Alex Deucher | 2009-09-10 | 1 | -17/+12 |
* | drm/radeon/kms: add r600 KMS support | Jerome Glisse | 2009-09-08 | 1 | -0/+855 |