summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/rv770_dma.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-16drm/radeon: allow semaphore emission to failChristian König1-7/+2
To workaround bugs and/or certain limits it's sometimes useful to fall back to waiting on fences. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
2013-08-31drm/radeon: separate DMA codeChristian König1-0/+101
Similar to separating the UVD code, just put the DMA functions into separate files. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>