commit | c60a284cc41f9989391706e113d30b4f27dbe3e0 | [log] [tgz] |
---|---|---|
author | Pauli Nieminen <suokkos@gmail.com> | Thu Feb 11 00:10:33 2010 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Thu Feb 11 13:13:25 2010 +1000 |
tree | bc16fb8279a410e309f9853ad4bb6c701b988e96 | |
parent | 6719fc663c6cd30da5dd02d08aaefb031a7a98fd [diff] |
drm/radeon: Skip dma copy test in benchmark if card doesn't have dma engine. radeon_copy_dma is only available for r200 or newer cards. Call to radeon_copy_dma would result to NULL pointer dereference if benchmarking asic without dma engine. Signed-off-by: Pauli Nieminen <suokkos@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>