[PATCH 1/2] drm/radeon: fix the crash in benchmark functions

2015-01-30 Thread Christian König
Am 30.01.2015 um 06:38 schrieb Ilija Hadzic: > 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 destination BO. > > Cc: stable at vger.kernel.org > Signed-off-by: Ilija Hadzic Ah, yes stumbled ov

[PATCH 1/2] drm/radeon: fix the crash in benchmark functions

2015-01-30 Thread Alex Deucher
On Fri, Jan 30, 2015 at 4:20 AM, Christian König wrote: > Am 30.01.2015 um 06:38 schrieb Ilija Hadzic: >> >> 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 destination BO. >> >> Cc: stable at

[PATCH 1/2] drm/radeon: fix the crash in benchmark functions

2015-01-30 Thread Ilija Hadzic
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 destination BO. Cc: stable at vger.kernel.org Signed-off-by: Ilija Hadzic --- drivers/gpu/drm/radeon/radeon_benchmark.c | 13 - 1 file ch