Re: [Mesa-dev] [PATCH v2] r600: Use DMA transfers in r600_copy_global_buffer

2014-10-07 Thread Tom Stellard
On Sun, Sep 28, 2014 at 09:48:11PM +0200, Niels Ole Salscheider wrote: > On Sunday 28 September 2014, 17:44:53, Bruno Jimenez wrote: > > Hi, > > > > Sorry for not answering until now, but I have had some personal issues > > (changing university, moving to another city...) > > > > As you said, thi

Re: [Mesa-dev] [PATCH v2] r600: Use DMA transfers in r600_copy_global_buffer

2014-09-28 Thread Niels Ole Salscheider
On Sunday 28 September 2014, 17:44:53, Bruno Jimenez wrote: > Hi, > > Sorry for not answering until now, but I have had some personal issues > (changing university, moving to another city...) > > As you said, this is used from clover's resource::copy, which is used by > clEnqueueCopyBuffer if I r

Re: [Mesa-dev] [PATCH v2] r600: Use DMA transfers in r600_copy_global_buffer

2014-09-28 Thread Bruno Jimenez
Hi, Sorry for not answering until now, but I have had some personal issues (changing university, moving to another city...) As you said, this is used from clover's resource::copy, which is used by clEnqueueCopyBuffer if I remember correctly (and understand correctly clover) If it doesn't regress

[Mesa-dev] [PATCH v2] r600: Use DMA transfers in r600_copy_global_buffer

2014-09-08 Thread Niels Ole Salscheider
v2: Do not demote items that are already in the pool Signed-off-by: Niels Ole Salscheider --- src/gallium/drivers/r600/evergreen_compute.h | 1 + src/gallium/drivers/r600/r600_blit.c | 59 2 files changed, 43 insertions(+), 17 deletions(-) diff --git a/src/