Re: [Mesa-dev] [PATCH v2 13/13] anv/gpu_memcpy: Rename the gpu_memcpy function

2017-06-22 Thread Nanley Chery
On Wed, Jun 21, 2017 at 06:21:54PM -0700, Jason Ekstrand wrote: > I never liked the gpu_memcpy name anyway because I knew something like this > would come up. I left you one trivial comment on patch 1. Other than > that, the series is > > Reviewied-by: Jason Ekstrand > >

Re: [Mesa-dev] [PATCH v2 13/13] anv/gpu_memcpy: Rename the gpu_memcpy function

2017-06-21 Thread Jason Ekstrand
I never liked the gpu_memcpy name anyway because I knew something like this would come up. I left you one trivial comment on patch 1. Other than that, the series is Reviewied-by: Jason Ekstrand Given that you're changing core blorp, please make sure you run this through

[Mesa-dev] [PATCH v2 13/13] anv/gpu_memcpy: Rename the gpu_memcpy function

2017-06-21 Thread Nanley Chery
A GPU memcpy function could alternatively be implemented using MI_* commands. Provide more detail into how this one operates in case another memcpy function is created. v2: - Update the commit message. v3: - Use 'memcpy' instead of 'cpy' (Jason Ekstrand) - Shorten 'streamout' to 'so'