add TBM_BO_TILED flags 03/201003/3
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 7 Mar 2019 05:05:44 +0000 (14:05 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 21 Mar 2019 05:02:01 +0000 (05:02 +0000)
This flags is for creating the bo and surface with tiled memory.

Change-Id: I19c78581573f1ea6479febf27169d3fe3de7a716
Signed-off-by: SooChan Lim <sc1.lim@samsung.com>
include/tbm_type_common.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 37f9c22..c77a8e9
@@ -188,7 +188,8 @@ enum TBM_BO_FLAGS {
        TBM_BO_SCANOUT = (1 << 0),         /**< scanout memory                                    */
        TBM_BO_NONCACHABLE = (1 << 1), /**< non-cachable memory                               */
        TBM_BO_WC = (1 << 2),              /**< write-combine memory                              */
-       TBM_BO_VENDOR = (0xffff0000), /**< vendor specific memory: it depends on the backend */
+       TBM_BO_TILED = (1 << 3),       /**< tiled memory                                      */
+       TBM_BO_VENDOR = (0xffff0000),  /**< vendor specific memory: it depends on the backend */
 };
 
 /**