Skip to content
Snippets Groups Projects
Commit cedee04a authored by yuan.tian's avatar yuan.tian Committed by Gianfranco Mariotti
Browse files

MGS-6490 [#ccc] 0068-CL424483-KERNEL-SPACE-6.4.x_234062-merge-CL423392-no


6.4.x_234062 merge CL423392, no
 alignment require for linear rendering target buffer.

Signed-off-by: default avatarKe Feng <ke.feng@verisilicon.com>

Signed-off-by: default avataryuan.tian <yuan.tian@nxp.com>
parent 9f8db17f
No related branches found
No related tags found
1 merge request!156Draft: [i.MX] mxc: gpu-viv: apply patches
...@@ -785,6 +785,7 @@ typedef enum _gceSURF_TYPE ...@@ -785,6 +785,7 @@ typedef enum _gceSURF_TYPE
gcvSURF_DMABUF_EXPORTABLE = 0x400000, /* master node can be exported as dma-buf fd */ gcvSURF_DMABUF_EXPORTABLE = 0x400000, /* master node can be exported as dma-buf fd */
gcvSURF_CACHE_MODE_128 = 0x800000, gcvSURF_CACHE_MODE_128 = 0x800000,
gcvSURF_TILED = 0x1000000, /* force create tile buffer, as we will convert it to supertile according to related hardware feature by default */ gcvSURF_TILED = 0x1000000, /* force create tile buffer, as we will convert it to supertile according to related hardware feature by default */
gcvSURF_LINEAR_NO_ALIGNMENT = 0x2000000, /* only for linear render target buffer */
gcvSURF_TEXTURE_LINEAR = gcvSURF_TEXTURE gcvSURF_TEXTURE_LINEAR = gcvSURF_TEXTURE
| gcvSURF_LINEAR, | gcvSURF_LINEAR,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment