Naseer Ahmed | b5c9c36 | 2018-12-18 15:48:41 -0500 | [diff] [blame] | 1 | #Display target definitions for msmnile |
| 2 | |
| 3 | #Enable Charging Icon |
| 4 | TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888 |
| 5 | TARGET_USES_GRALLOC1 := true |
| 6 | TARGET_USES_DRM_PP := true |
| 7 | TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true |
| 8 | MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 |
| 9 | NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 |
| 10 | TARGET_USES_HWC2 := true |
| 11 | TARGET_USES_QCOM_DISPLAY_BSP := true |
| 12 | TARGET_USES_COLOR_METADATA := true |
| 13 | TARGET_HAS_WIDE_COLOR_DISPLAY := true |
| 14 | TARGET_HAS_HDR_DISPLAY := true |
| 15 | TARGET_USES_DISPLAY_RENDER_INTENTS := true |
Naseer Ahmed | 9596864 | 2019-01-31 14:23:31 -0500 | [diff] [blame] | 16 | TARGET_USE_COLOR_MANAGEMENT := true |
| 17 | SF_WCG_COMPOSITION_DATA_SPACE := 143261696 |
Tharaga Balachandran | c6852f7 | 2019-05-15 11:24:28 -0400 | [diff] [blame] | 18 | TARGET_USES_QTI_MAPPER_2_0 := true |
Ashish Kumar | affcc54 | 2019-08-14 13:46:19 +0530 | [diff] [blame] | 19 | TARGET_USES_QTI_MAPPER_EXTENSIONS_1_1 := true |
Tharaga Balachandran | 2a9b74f | 2020-04-08 14:38:09 -0400 | [diff] [blame] | 20 | TARGET_USES_GRALLOC4 := true |