gpu: store grid size in ppcg_kernel
commitb46f13a40c90fa01ca2fefa9708e8e1f5470e946
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 19:54:23 +0000 (2 21:54 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Mar 2015 11:40:27 +0000 (30 13:40 +0200)
tree11912026e4714501101b02a9aca60345355de548
parent840abcbcd447b0e7812f2b319fdc66c226a53fbe
gpu: store grid size in ppcg_kernel

This information is currently stored in gpu_gen, where it is overwritten
for each kernel.  Store it in a kernel specific data structure instead.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
gpu.c
gpu.h