commit | 92b712b739811e4aa7c0e1af339d0098989ea024 | [log] [tgz] |
---|---|---|
author | Ilija Hadzic <ilijahadzic@gmail.com> | Fri Jan 30 00:38:44 2015 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Feb 02 11:39:36 2015 -0500 |
tree | 7b1c6ebd7e2539275b1d06a0e1847871e0aff37d | |
parent | 3f5e1b4f58b7b6480cccff4bf965436102db4346 [diff] |
drm/radeon: fix the crash in test functions radeon_copy_dma and radeon_copy_blit must be called with a valid reservation object. Otherwise a crash will be provoked. We borrow the object from vram BO. bug: https://bugs.freedesktop.org/show_bug.cgi?id=88464 Cc: stable@vger.kernel.org Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>