gralloc: Define UBWC_NV124R format usage

Change-Id: I62b804852008558dac2aa5c9838b17bae3ac1df4
CRs-Fixed: 3672627
This commit is contained in:
Govind R Sekhar
2023-10-09 19:21:56 +05:30
committed by Murtuza Raja
parent b1df013253
commit fb0ca45606

View File

@@ -90,6 +90,9 @@
/* This flag is used to indicate No UBWC-P support */
#define GRALLOC_USAGE_PRIVATE_NO_UBWC_P 1ULL << 54
/* This flag is used to indicate UBWC_NV124R format usage */
#define GRALLOC_USAGE_PRIVATE_ALLOC_UBWC_4R 1ULL << 55
// OEM specific HAL formats
#define HAL_PIXEL_FORMAT_RGBA_5551 6
#define HAL_PIXEL_FORMAT_RGBA_4444 7