[PATCH 1/2] drm/radeon: do not move bo to different placement at each cs

2012-12-11 Thread Alex Deucher
On Mon, Dec 10, 2012 at 3:16 PM, Jerome Glisse wrote: > On Thu, Nov 29, 2012 at 10:35 AM, wrote: >> From: Jerome Glisse >> >> The bo creation placement is where the bo will be. Instead of trying >> to move bo at each command stream let this work to another worker >> thread that will use more

Re: [PATCH 1/2] drm/radeon: do not move bo to different placement at each cs

2012-12-11 Thread Alex Deucher
On Mon, Dec 10, 2012 at 3:16 PM, Jerome Glisse j.gli...@gmail.com wrote: On Thu, Nov 29, 2012 at 10:35 AM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com The bo creation placement is where the bo will be. Instead of trying to move bo at each command stream let this work to

[PATCH 1/2] drm/radeon: do not move bo to different placement at each cs

2012-12-10 Thread Jerome Glisse
On Thu, Nov 29, 2012 at 10:35 AM, wrote: > From: Jerome Glisse > > The bo creation placement is where the bo will be. Instead of trying > to move bo at each command stream let this work to another worker > thread that will use more advance heuristic. > > Signed-off-by: Jerome Glisse What

Re: [PATCH 1/2] drm/radeon: do not move bo to different placement at each cs

2012-12-10 Thread Jerome Glisse
On Thu, Nov 29, 2012 at 10:35 AM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com The bo creation placement is where the bo will be. Instead of trying to move bo at each command stream let this work to another worker thread that will use more advance heuristic.

[PATCH 1/2] drm/radeon: do not move bo to different placement at each cs

2012-11-29 Thread j.gli...@gmail.com
From: Jerome Glisse The bo creation placement is where the bo will be. Instead of trying to move bo at each command stream let this work to another worker thread that will use more advance heuristic. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h|

[PATCH 1/2] drm/radeon: do not move bo to different placement at each cs

2012-11-29 Thread j . glisse
From: Jerome Glisse jgli...@redhat.com The bo creation placement is where the bo will be. Instead of trying to move bo at each command stream let this work to another worker thread that will use more advance heuristic. Signed-off-by: Jerome Glisse jgli...@redhat.com ---