radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZE
authorTom Stellard <thomas.stellard@amd.com>
Thu, 7 Aug 2014 19:21:59 +0000 (15:21 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 13 Aug 2014 18:11:43 +0000 (14:11 -0400)
commit77ea58ca81eb3f5521d67c4459d3469df6d5ffd8
tree2ceec5988f999b5faa32f311cd2878806073262a
parente78a01d5e6f77e075fe667a0f0ccb10d89c0dd58
radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZE

There is a hard limit in older kernels of 256 MB for buffer allocations,
so report this value as MAX_MEM_ALLOC_SIZE and adjust MAX_GLOBAL_SIZE
to statisfy requirements of OpenCL.

CC: "10.2" <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/radeon/r600_pipe_common.c