/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display_builtin.cpp | 527 partial_update_enabled_ = fixed_info.partial_update || (!fixed_info.is_cmdmode); in SetPartialUpdate() 537 bool command_mode = fixed_info.is_cmdmode; in SetPowerMode() 545 is_cmd_mode_ = fixed_info.is_cmdmode; in SetPowerMode() 572 bool command_mode = fixed_info.is_cmdmode; in Present() 587 is_cmd_mode_ = fixed_info.is_cmdmode; in Present() 926 is_cmd_mode_ = fixed_info.is_cmdmode; in SetDisplayMode()
|
H A D | hwc_display.cpp | 533 is_cmd_mode_ = fixed_info.is_cmdmode; in Init() 534 partial_update_enabled_ = fixed_info.partial_update || (!fixed_info.is_cmdmode); in Init() 2546 if (!display_config.is_cmdmode) { in WaitOnPreviousFence()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
H A D | hwc_display_primary.cpp | 227 if (content_list->numHwLayers <= 1 && display_config.is_cmdmode) { in Commit() 343 if (display_config.is_cmdmode) { in SetSecureDisplay()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
H A D | hwc_display_primary.cpp | 227 if (content_list->numHwLayers <= 1 && display_config.is_cmdmode) { in Commit() 343 if (display_config.is_cmdmode) { in SetSecureDisplay()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_display_primary.cpp | 220 flush_ = !display_config.is_cmdmode; in Validate() 396 skip_prepare_ = !display_config.is_cmdmode; in SetSecureDisplay()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
H A D | display_interface.h | 152 bool is_cmdmode = false; //!< If panel is command mode panel. member
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/ |
H A D | display_interface.h | 146 bool is_cmdmode = false; //!< If panel is command mode panel. member
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/ |
H A D | display_interface.h | 152 bool is_cmdmode = false; //!< If panel is command mode panel. member
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/ |
H A D | display_interface.h | 154 bool is_cmdmode = false; //!< If panel is command mode panel. member
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_display_primary.cpp | 289 flush_ = !(display_config.is_cmdmode && secure_display_active_); in Validate() 629 skip_prepare_ = !display_config.is_cmdmode; in SetSecureDisplay()
|
H A D | hwc_display.cpp | 601 partial_update_enabled_ = fixed_info.partial_update || (!fixed_info.is_cmdmode); in Init()
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/ |
H A D | display_interface.h | 186 bool is_cmdmode = false; //!< If panel is command mode panel. member
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/ |
H A D | display_interface.h | 197 bool is_cmdmode = false; //!< If panel is command mode panel. member
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_display.cpp | 529 is_cmd_mode_ = fixed_info.is_cmdmode; in Init() 530 partial_update_enabled_ = fixed_info.partial_update || (!fixed_info.is_cmdmode); in Init() 2672 if (!display_config.is_cmdmode) { in WaitOnPreviousFence()
|
H A D | hwc_display_builtin.cpp | 637 is_cmd_mode_ = fixed_info.is_cmdmode; in SetDisplayMode()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/ |
H A D | display_builtin.cpp | 1333 fixed_info->is_cmdmode = (hw_panel_info_.mode == kModeCommand); in GetConfig()
|
H A D | display_base.cpp | 492 fixed_info->is_cmdmode = (hw_panel_info_.mode == kModeCommand); in GetConfig()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/ |
H A D | display_base.cpp | 389 fixed_info->is_cmdmode = (hw_panel_info_.mode == kModeCommand); in GetConfig()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
H A D | display_base.cpp | 380 fixed_info->is_cmdmode = (hw_panel_info_.mode == kModeCommand); in GetConfig()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/ |
H A D | display_base.cpp | 385 fixed_info->is_cmdmode = (hw_panel_info_.mode == kModeCommand); in GetConfig()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/ |
H A D | display_base.cpp | 388 fixed_info->is_cmdmode = (hw_panel_info_.mode == kModeCommand); in GetConfig()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/ |
H A D | display_base.cpp | 506 fixed_info->is_cmdmode = (hw_panel_info_.mode == kModeCommand); in GetConfig()
|