[PATCH] drm/radeon/prime: reserve/unreserve around pin

2012-06-12 Thread Michel Dänzer
On Die, 2012-06-12 at 16:10 +0100, Dave Airlie wrote: > From: Dave Airlie > > I finally got to test this code a bit more and hit the ttm > no reserved assert, so add the reservations around the pinning. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/radeon/radeon_prime.c | 10 ++

[PATCH] drm/radeon/prime: reserve/unreserve around pin

2012-06-12 Thread Dave Airlie
From: Dave Airlie I finally got to test this code a bit more and hit the ttm no reserved assert, so add the reservations around the pinning. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/radeon_prime.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dr

[PATCH] drm/radeon/prime: reserve/unreserve around pin

2012-06-12 Thread Alex Deucher
On Tue, Jun 12, 2012 at 11:10 AM, Dave Airlie wrote: > From: Dave Airlie > > I finally got to test this code a bit more and hit the ttm > no reserved assert, so add the reservations around the pinning. Good catch. Reviewed-by: Alex Deucher > > Signed-off-by: Dave Airlie > --- > ?drivers/gpu/

Re: [PATCH] drm/radeon/prime: reserve/unreserve around pin

2012-06-12 Thread Michel Dänzer
On Die, 2012-06-12 at 16:10 +0100, Dave Airlie wrote: > From: Dave Airlie > > I finally got to test this code a bit more and hit the ttm > no reserved assert, so add the reservations around the pinning. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/radeon/radeon_prime.c | 10 ++

Re: [PATCH] drm/radeon/prime: reserve/unreserve around pin

2012-06-12 Thread Alex Deucher
On Tue, Jun 12, 2012 at 11:10 AM, Dave Airlie wrote: > From: Dave Airlie > > I finally got to test this code a bit more and hit the ttm > no reserved assert, so add the reservations around the pinning. Good catch. Reviewed-by: Alex Deucher > > Signed-off-by: Dave Airlie > --- >  drivers/gpu/

[PATCH] drm/radeon/prime: reserve/unreserve around pin

2012-06-12 Thread Dave Airlie
From: Dave Airlie I finally got to test this code a bit more and hit the ttm no reserved assert, so add the reservations around the pinning. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/radeon_prime.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dr