[PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-14 Thread Paul Menzel
Dear Alex, Am Mittwoch, den 13.03.2013, 12:38 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Fixes a segfault on asics without a blit callback. so as a result this is not benchmarked for these ASICS, right? > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=62239 > > S

[PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-14 Thread Alex Deucher
On Thu, Mar 14, 2013 at 9:06 AM, Paul Menzel wrote: > Dear Alex, > > > Am Mittwoch, den 13.03.2013, 12:38 -0400 schrieb alexdeucher at gmail.com: >> From: Alex Deucher >> >> Fixes a segfault on asics without a blit callback. > > so as a result this is not benchmarked for these ASICS, right? Yes.

Re: [PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-14 Thread Alex Deucher
On Thu, Mar 14, 2013 at 9:06 AM, Paul Menzel wrote: > Dear Alex, > > > Am Mittwoch, den 13.03.2013, 12:38 -0400 schrieb alexdeuc...@gmail.com: >> From: Alex Deucher >> >> Fixes a segfault on asics without a blit callback. > > so as a result this is not benchmarked for these ASICS, right? Yes. i

Re: [PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-14 Thread Paul Menzel
Dear Alex, Am Mittwoch, den 13.03.2013, 12:38 -0400 schrieb alexdeuc...@gmail.com: > From: Alex Deucher > > Fixes a segfault on asics without a blit callback. so as a result this is not benchmarked for these ASICS, right? > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=62239 > > Sign

[PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-13 Thread Michel Dänzer
On Mit, 2013-03-13 at 12:38 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Fixes a segfault on asics without a blit callback. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=62239 > > Signed-off-by: Alex Deucher > Cc: stable at vger.kernel.org For the series: Revi

[PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-13 Thread alexdeuc...@gmail.com
From: Alex Deucher Fixes a segfault on asics without a blit callback. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=62239 Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_benchmark.c | 16 +--- 1 files changed, 9 insertions(+), 7

Re: [PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-13 Thread Michel Dänzer
On Mit, 2013-03-13 at 12:38 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Fixes a segfault on asics without a blit callback. > > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=62239 > > Signed-off-by: Alex Deucher > Cc: sta...@vger.kernel.org For the series: Reviewed-b

[PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-13 Thread alexdeucher
From: Alex Deucher Fixes a segfault on asics without a blit callback. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=62239 Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/radeon_benchmark.c | 16 +--- 1 files changed, 9 insertions(+), 7 del