summaryrefslogtreecommitdiff
path: root/src/cl_gen7_device.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23correct the cache line size to be 64Guo Yejun1-1/+1
the correct value of cache line size is 64 bytes, not 128. Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2014-12-25fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu1-1/+1
this patch revert fb4bced99b7c08d0d43386abf33448860fb7fc41 as the spec defined the min_max_parameter_size's min value is 1024; the BTI_MAX_NUM and btiBase could be 130 because of 128 images with 1 const surface and 1 private surface. v2: add BTI_MAX_READ_IMAGE_ARGS and BTI_MAX_WRITE_IMAGE_ARGS in backend. change the BTI_MAX_ID to 253. the image numbers will be calculated in later patch and check its limitation. Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2014-12-23fix max_parameter_size not correct on x86 platforms.Luo Xionghu1-1/+1
this value should depend on the pointer size according to the system. Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
To make the license statement consistent to each other, adjust all license versions to v2.1+. Thus beignet should have a pure LGPL v2.1+ license. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
2014-02-17CL: make the scratch size as a device resource attribute.Zhigang Gong1-0/+1
Actually, the scratch size is much like the local memory size which should be a device dependent information. This patch is to put scratch mem size to the device attribute structure. And when the kernel needs more than the maximum scratch memory, we just return a out-of-resource error rather than trigger an assertion. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: Song, Ruiling <ruiling.song@intel.com>
2013-11-07Runtime: fix some max values.Zhigang Gong1-1/+1
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
2012-08-10Cleaned up the code from previous unused dependencies Upate the READMEBenjamin Segovia1-1/+0
2012-08-10Made the EOT code run on the simulatorBenjamin Segovia1-2/+1
2012-08-10Started to support Gen7 Implemented new surface state for Gen7bsegovia1-0/+30