]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: fix the crash in test functions
authorIlija Hadzic <ilijahadzic@gmail.com>
Fri, 30 Jan 2015 05:38:44 +0000 (00:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Feb 2015 16:39:36 +0000 (11:39 -0500)
commit6299f47cd88fc55ad1e09ab63cb02fda1c9adba7
tree7b1c6ebd7e2539275b1d06a0e1847871e0aff37d
parent88137090c32872cd217cae1e9bd58ddbeb4f1176
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>
drivers/gpu/drm/radeon/radeon_test.c