Re: [Mesa-dev] [PATCH v2 3/4] nvc0: Add new launch descriptor format for GP100

2017-04-26 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 04/26/2017 03:21 PM, Boyan Ding wrote: v2: Also handle the the new format in indirect dispatch Use compute class check instead of chipset check Signed-off-by: Boyan Ding --- src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 164 +++- src/

Re: [Mesa-dev] [PATCH v2 3/4] nvc0: Add new launch descriptor format for GP100

2017-04-26 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Wed, Apr 26, 2017 at 9:21 AM, Boyan Ding wrote: > v2: > Also handle the the new format in indirect dispatch > Use compute class check instead of chipset check > > Signed-off-by: Boyan Ding > --- > src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 164 >

[Mesa-dev] [PATCH v2 3/4] nvc0: Add new launch descriptor format for GP100

2017-04-26 Thread Boyan Ding
v2: Also handle the the new format in indirect dispatch Use compute class check instead of chipset check Signed-off-by: Boyan Ding --- src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 164 +++- src/gallium/drivers/nouveau/nvc0/nve4_compute.h | 67 ++ 2 files changed