Home
last modified time | relevance | path

Searched refs:pp_features_ (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dcolor_manager.cpp170 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
176 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
179 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
183 Locker &locker(pp_features_.GetLocker()); in Commit()
187 if (pp_features_.IsDirty()) { in Commit()
188 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
218 return color_intf_->ColorIntfGetNumDisplayModes(&pp_features_, 0, mode_cnt); in ColorMgrGetNumOfModes()
227 return color_intf_->ColorIntfSetDisplayMode(&pp_features_, 0, color_mode_id); in ColorMgrSetMode()
231 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
236 return color_intf_->ColorIntfSetColorTransform(&pp_features_, 0, length, trans_data); in ColorMgrSetColorTransform()
[all …]
H A Dcolor_manager.h93 PPFeaturesConfig pp_features_; variable
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dcolor_manager.cpp170 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
176 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
179 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
183 Locker &locker(pp_features_.GetLocker()); in Commit()
187 if (pp_features_.IsDirty()) { in Commit()
188 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
218 return color_intf_->ColorIntfGetNumDisplayModes(&pp_features_, 0, mode_cnt); in ColorMgrGetNumOfModes()
227 return color_intf_->ColorIntfSetDisplayMode(&pp_features_, 0, color_mode_id); in ColorMgrSetMode()
231 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
236 return color_intf_->ColorIntfSetColorTransform(&pp_features_, 0, length, trans_data); in ColorMgrSetColorTransform()
[all …]
H A Dcolor_manager.h93 PPFeaturesConfig pp_features_; variable
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcolor_manager.cpp170 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
176 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
179 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
183 Locker &locker(pp_features_.GetLocker()); in Commit()
187 if (pp_features_.IsDirty()) { in Commit()
188 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
218 return color_intf_->ColorIntfGetNumDisplayModes(&pp_features_, 0, mode_cnt); in ColorMgrGetNumOfModes()
227 return color_intf_->ColorIntfSetDisplayMode(&pp_features_, 0, color_mode_id); in ColorMgrSetMode()
231 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
236 return color_intf_->ColorIntfSetColorTransform(&pp_features_, 0, length, trans_data); in ColorMgrSetColorTransform()
[all …]
H A Dcolor_manager.h93 PPFeaturesConfig pp_features_; variable
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/
H A Dcolor_manager.cpp170 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
176 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
179 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
183 Locker &locker(pp_features_.GetLocker()); in Commit()
187 if (pp_features_.IsDirty()) { in Commit()
188 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
218 return color_intf_->ColorIntfGetNumDisplayModes(&pp_features_, 0, mode_cnt); in ColorMgrGetNumOfModes()
227 return color_intf_->ColorIntfSetDisplayMode(&pp_features_, 0, color_mode_id); in ColorMgrSetMode()
231 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
236 return color_intf_->ColorIntfSetColorTransform(&pp_features_, 0, length, trans_data); in ColorMgrSetColorTransform()
[all …]
H A Dcolor_manager.h93 PPFeaturesConfig pp_features_; variable
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Dcolor_manager.cpp106 color_intf_(NULL), pp_features_() {} in ColorManagerProxy()
172 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
175 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
180 Locker &locker(pp_features_.GetLocker()); in Commit()
184 if (pp_features_.IsDirty()) { in Commit()
185 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
215 return color_intf_->ColorIntfGetNumDisplayModes(&pp_features_, 0, mode_cnt); in ColorMgrGetNumOfModes()
224 return color_intf_->ColorIntfSetDisplayMode(&pp_features_, 0, color_mode_id); in ColorMgrSetMode()
228 return color_intf_->ColorIntfGetModeInfo(&pp_features_, 0, mode_id, query); in ColorMgrGetModeInfo()
233 return color_intf_->ColorIntfSetColorTransform(&pp_features_, 0, length, trans_data); in ColorMgrSetColorTransform()
[all …]
H A Dcolor_manager.h94 PPFeaturesConfig pp_features_; variable
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcolor_manager.cpp105 : device_type_(type), pp_hw_attributes_(), hw_intf_(intf), color_intf_(NULL), pp_features_() {} in ColorManagerProxy()
170 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
176 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
179 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
183 Locker &locker(pp_features_.GetLocker()); in Commit()
187 if (pp_features_.IsDirty()) { in Commit()
188 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
218 return color_intf_->ColorIntfGetNumDisplayModes(&pp_features_, 0, mode_cnt); in ColorMgrGetNumOfModes()
223 return color_intf_->ColorIntfEnumerateDisplayModes(&pp_features_, 0, modes, mode_cnt); in ColorMgrGetModes()
227 return color_intf_->ColorIntfSetDisplayMode(&pp_features_, 0, color_mode_id); in ColorMgrSetMode()
[all …]
H A Dcolor_manager.h91 PPFeaturesConfig pp_features_; variable
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Dcolor_manager.cpp344 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
350 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
353 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
357 Locker &locker(pp_features_.GetLocker()); in Commit()
361 bool is_dirty = pp_features_.IsDirty(); in Commit()
366 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
651 error = ConvertToPPFeatures(&hw_params, &pp_features_); in UpdateModeHwassets()
656 pp_features_.MarkAsDirty(); in UpdateModeHwassets()
713 : hw_intf_(hw_intf), pp_features_(pp_features) {} in ColorFeatureCheckingImpl()
832 if (!pp_features_) { in CheckColorFeature()
[all …]
H A Dcolor_manager.h191 PPFeaturesConfig pp_features_; variable
218 PPFeaturesConfig *pp_features_; variable
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_color_manager_drm.h98 static DisplayError (*pp_features_[kPPFeaturesMax])(const PPFeatureInfo &in_data, variable
H A Dhw_color_manager_drm.cpp120 DisplayError (*HWColorManagerDrm::pp_features_[])(const PPFeatureInfo &, variable
231 if (pp_features_[out_data->id]) in GetDrmFeature()
232 ret = pp_features_[out_data->id](*in_data, out_data); in GetDrmFeature()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_color_manager_drm.h98 static DisplayError (*pp_features_[kPPFeaturesMax])(const PPFeatureInfo &in_data, variable
H A Dhw_color_manager_drm.cpp120 DisplayError (*HWColorManagerDrm::pp_features_[])(const PPFeatureInfo &, variable
231 if (pp_features_[out_data->id]) in GetDrmFeature()
232 ret = pp_features_[out_data->id](*in_data, out_data); in GetDrmFeature()