[PATCH] libdrm/radeon: Fix section size mismatch to reset the section.

2010-02-01 Thread Pauli Nieminen
If there is section size mismatch reusing the section object makes section start fail. Reseting the object before doing error checking prevents the possible flood of errors. Signed-off-by: Pauli Nieminen suok...@gmail.com --- radeon/radeon_cs_gem.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH] libdrm/radeon: Fix section size mismatch to reset the section.

2010-02-01 Thread Dave Airlie
On Tue, Feb 2, 2010 at 4:24 AM, Pauli Nieminen suok...@gmail.com wrote: If there is section size mismatch reusing the section object makes section start fail. Reseting the object before doing error checking prevents the possible flood of errors. That can't be right. did you read what your

Re: [PATCH] libdrm/radeon: Fix section size mismatch to reset the section.

2010-02-01 Thread Pauli Nieminen
d68b32afcbe935f7db5b7efc1f4b422849732039 Mon Sep 17 00:00:00 2001 From: Pauli Nieminen suok...@gmail.com Date: Mon, 1 Feb 2010 20:19:33 +0200 Subject: [PATCH] libdrm/radeon: Fix section size mismatch to reset the section. If there is section size mismatch reusing the section object makes section start