Re: [PATCH] drm/radeon: allocate SA bo in the requested domain

2013-04-28 Thread Dieter Nützel
Am 2013-04-25 18:19, schrieb Christian König: From: Christian König This avoid moving the BO directly after allocating it. Signed-off-by: Christian König Tested-by: Dieter Nützel Regards, Dieter --- drivers/gpu/drm/radeon/radeon_sa.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH] drm/radeon: allocate SA bo in the requested domain

2013-04-25 Thread Alex Deucher
On Thu, Apr 25, 2013 at 12:47 PM, Christian König wrote: > Am 25.04.2013 18:40, schrieb Alex Deucher: > >> On Thu, Apr 25, 2013 at 12:19 PM, Christian König >> wrote: >>> >>> From: Christian König >>> >>> This avoid moving the BO directly after allocating it. >>> >>> Signed-off-by: Christian Kön

Re: [PATCH] drm/radeon: allocate SA bo in the requested domain

2013-04-25 Thread Christian König
Am 25.04.2013 18:40, schrieb Alex Deucher: On Thu, Apr 25, 2013 at 12:19 PM, Christian König wrote: From: Christian König This avoid moving the BO directly after allocating it. Signed-off-by: Christian König Looks good. Applied to my tree. Have you also seen/applied "[PATCH] drm/radeon:

Re: [PATCH] drm/radeon: allocate SA bo in the requested domain

2013-04-25 Thread Alex Deucher
On Thu, Apr 25, 2013 at 12:19 PM, Christian König wrote: > From: Christian König > > This avoid moving the BO directly after allocating it. > > Signed-off-by: Christian König Looks good. Applied to my tree. Alex > --- > drivers/gpu/drm/radeon/radeon_sa.c |2 +- > 1 file changed, 1 inser