blob: 9ad8d0eb87f91aa5bfb2a4a966ceb7db79c1e517 [file] [log] [blame]
Naseer Ahmed726b5d32018-12-18 15:48:41 -05001# Display product definitions
2PRODUCT_PACKAGES += \
Naseer Ahmedc24a6c12018-11-22 14:06:47 -05003 android.hardware.graphics.composer@2.3-impl \
4 android.hardware.graphics.composer@2.3-service \
Naseer Ahmed726b5d32018-12-18 15:48:41 -05005 android.hardware.graphics.mapper@2.0-impl-qti-display \
Tharaga Balachandrand3331da2019-06-06 11:33:29 -04006 vendor.qti.hardware.display.allocator-service \
Naseer Ahmed726b5d32018-12-18 15:48:41 -05007 android.hardware.memtrack@1.0-impl \
8 android.hardware.memtrack@1.0-service \
9 android.hardware.light@2.0-impl \
10 android.hardware.light@2.0-service \
Naseer Ahmed082f2282019-04-15 19:49:29 -040011 gralloc.$(TARGET_BOARD_PLATFORM) \
12 lights.$(TARGET_BOARD_PLATFORM) \
13 hwcomposer.$(TARGET_BOARD_PLATFORM) \
14 memtrack.$(TARGET_BOARD_PLATFORM) \
Ravikanth Tunikiabe9d8d2019-04-01 10:15:54 -070015 libqdMetaData \
Ramakant Singhf4d170f2019-05-27 15:27:26 +053016 libdisplayconfig.vendor \
Naseer Ahmed726b5d32018-12-18 15:48:41 -050017 vendor.display.config@1.0.vendor \
18 vendor.display.config@1.1.vendor \
19 vendor.display.config@1.2.vendor \
20 vendor.display.config@1.3.vendor \
21 vendor.display.config@1.4.vendor \
22 vendor.display.config@1.5.vendor \
Ramkumar Radhakrishnan2f8ebf42019-02-28 16:50:08 -080023 vendor.display.config@1.6.vendor \
24 vendor.display.config@1.7.vendor \
25 vendor.display.config@1.8.vendor \
Archit Srivastavaa59c4ff2019-05-20 10:54:22 +053026 vendor.display.config@1.9.vendor \
Naseer Ahmed726b5d32018-12-18 15:48:41 -050027 modetest
28
29#QDCM calibration xml file for 2k panel
30PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml
31PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt35597_video_mode_dsi_truly_panel_with_DSC.xml
32#QDCM calibration xml file for 4k panel
33PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_Sharp_4k_cmd_mode_dsc_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_Sharp_4k_cmd_mode_dsc_dsi_panel.xml
34PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_Sharp_4k_cmd_mode_dsc_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_Sharp_4k_video_mode_dsc_dsi_panel.xml
35#QDCM calibration xml file for amoled panel
36PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml
37PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_sw43404_amoled_video_mode_dsi_boe_panel_with_DSC.xml
Qing Huang04de0302019-05-16 15:04:42 +080038PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_sw43404_amoled_boe_fhd+_panel_with_DSC.xml
39#QDCM calibration xml file for dual panel
40PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_sharp_1080p_cmd_mode_dsi_panel.xml
41PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt35695b_truly_fhd_command_mode_dsi_panel.xml
Naseer Ahmed726b5d32018-12-18 15:48:41 -050042
43PRODUCT_PROPERTY_OVERRIDES += \
44 persist.demo.hdmirotationlock=false \
45 persist.sys.sf.color_saturation=1.0 \
46 debug.sf.hw=0 \
47 debug.egl.hw=0 \
48 debug.sf.latch_unsignaled=1 \
49 debug.mdpcomp.logs=0 \
Naseer Ahmed726b5d32018-12-18 15:48:41 -050050 vendor.gralloc.disable_ubwc=0 \
Alex Sarraf5705bcb2019-03-21 09:38:54 -070051 vendor.display.disable_scaler=0 \
Alex Sarraf51797cd2019-03-01 10:03:54 -080052 vendor.display.disable_offline_rotator=1 \
Naseer Ahmed726b5d32018-12-18 15:48:41 -050053 vendor.display.disable_excl_rect=0 \
54 vendor.display.comp_mask=0 \
Ray Zhang9bace4c2019-05-22 20:11:00 +080055 vendor.display.enable_posted_start_dyn=1 \
56 vendor.display.use_smooth_motion=1
Naseer Ahmed726b5d32018-12-18 15:48:41 -050057
Naseer Ahmedb84b31d2019-02-28 19:36:23 -050058#Set WCG properties
59PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.has_wide_color_display=true
60PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.has_HDR_display=true
61PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_color_management=true
62PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.wcg_composition_dataspace=143261696
63
Naseer Ahmed726b5d32018-12-18 15:48:41 -050064ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
65# Recovery is enabled, logging is enabled
66PRODUCT_PROPERTY_OVERRIDES += \
67 vendor.display.disable_hw_recovery_dump=0
68else
69# Recovery is enabled, logging is disabled
70PRODUCT_PROPERTY_OVERRIDES += \
71 vendor.display.disable_hw_recovery_dump=1
72endif
73
Alex Sarraf51797cd2019-03-01 10:03:54 -080074QMAA_ENABLED_HAL_MODULES += display
75ifeq ($(TARGET_USES_QMAA),true)
76ifeq ($(TARGET_USES_QMAA_OVERRIDE_DISPLAY),true)
77PRODUCT_PROPERTY_OVERRIDES += \
78 vendor.display.enable_null_display=0
79else
80PRODUCT_PROPERTY_OVERRIDES += \
81 vendor.display.enable_null_display=1
82endif
83endif
84
Naseer Ahmed726b5d32018-12-18 15:48:41 -050085# Properties using default value:
86# vendor.display.disable_hw_recovery=0