gralloc: Add flag PRIV_FLAGS_TILE_RENDERED

CRs-fixed: 2793240
Change-Id: I7f77e344649bda320bfcde01fb0f5ba276bc950b
This commit is contained in:
Ravi Ranjan
2020-10-07 16:55:56 +05:30
committed by Zube Molokwu
parent ea0145c72d
commit d831a3d42e

View File

@@ -57,6 +57,7 @@ enum {
PRIV_FLAGS_CAMERA_READ = 0x00040000,
PRIV_FLAGS_HW_TEXTURE = 0x00100000,
PRIV_FLAGS_SECURE_DISPLAY = 0x01000000,
PRIV_FLAGS_TILE_RENDERED = 0x02000000,
PRIV_FLAGS_UBWC_ALIGNED = 0x08000000,
PRIV_FLAGS_UBWC_ALIGNED_PI = 0x40000000, // PI format
};