commit | 93504fce28b1a387ec01f81b26637d237dca2b36 | [log] [tgz] |
---|---|---|
author | Christian König <deathsimple@vodafone.de> | Thu Jan 05 22:11:06 2012 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jan 06 09:16:09 2012 +0000 |
tree | 7544b4fd960cbcbbfc17dea87aadd129eecf7b45 | |
parent | 721604a15b934f0a8d1909acb8017f029128be2f [diff] |
drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2) Use semaphores to sync buffers across rings in the CS ioctl. Add a reloc flag to allow userspace to skip sync for buffers. agd5f: port to latest CS ioctl changes. v2: add ring lock/unlock to make sure changes hit the ring. Signed-off-by: Christian König <deathsimple@vodafone.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>