CL: Tell the kernel an image bo's tiling mode.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Thu, 16 May 2013 02:56:20 +0000 (10:56 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 17 May 2013 07:18:57 +0000 (15:18 +0800)
commit2d33298c289fc7194b2770c751b50e079178ee0e
tree8e48f50f2405aad76dbb87376d5c01c4e2c56604
parent54751a0818673d950a33e272036fccb1005959b5
CL: Tell the kernel an image bo's tiling mode.

For an image bo allocation, we need to set its tiling mode thus
latter when we use map gtt to map its to a linear address space, the
kernel can do correct mapping. Otherwise, kernel will treat it as
not a tiled suface.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Tested-by: Simon Richter <Simon.Richter@hogyros.de>
src/cl_driver.h
src/cl_driver_defs.c
src/cl_mem.c
src/intel/intel_driver.c