Home
last modified time | relevance | path

Searched refs:hw_layers_ (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_base.cpp232 hw_layers_ = HWLayers(); in Prepare()
233 hw_layers_.info.stack = layer_stack; in Prepare()
234 hw_layers_.output_compression = 1.0f; in Prepare()
236 comp_manager_->PrePrepare(display_comp_ctx_, &hw_layers_); in Prepare()
238 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_); in Prepare()
243 if (IsRotationRequired(&hw_layers_)) { in Prepare()
247 error = rotator_intf_->Prepare(display_rotator_ctx_, &hw_layers_); in Prepare()
256 error = hw_intf_->Validate(&hw_layers_); in Prepare()
263 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
269 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
[all …]
Ddisplay_base.h144 HWLayers hw_layers_; variable
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_builtin.cpp156 hw_layers_.hw_avr_info.enable = NeedsAVREnable(); in Prepare()
163 hw_layers_ = HWLayers(); in Prepare()
166 hw_layers_.hw_avr_info.enable = NeedsAVREnable(); in Prepare()
175 if (hw_layers_.info.left_frame_roi.size() && hw_layers_.info.right_frame_roi.size()) { in Prepare()
176 left_frame_roi_ = hw_layers_.info.left_frame_roi.at(0); in Prepare()
177 right_frame_roi_ = hw_layers_.info.right_frame_roi.at(0); in Prepare()
227 uint32_t app_layer_count = hw_layers_.info.app_layer_count; in Commit()
265 int idle_time_ms = hw_layers_.info.set_idle_time_ms; in Commit()
675 hw_layers_.info.stack = layer_stack; in HandleSecureEvent()
676 DisplayError err = hw_intf_->HandleSecureEvent(secure_event, &hw_layers_); in HandleSecureEvent()
[all …]
Ddisplay_base.cpp206 HWLayersInfo &hw_layers_info = hw_layers_.info; in BuildLayerStackStats()
244 HWLayersInfo &hw_layers_info = hw_layers_.info; in ValidateGPUTargetParams()
313 hw_layers_.updates_mask.set(kUpdateResources); in Prepare()
314 comp_manager_->GenerateROI(display_comp_ctx_, &hw_layers_); in Prepare()
315 comp_manager_->PrePrepare(display_comp_ctx_, &hw_layers_); in Prepare()
318 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_); in Prepare()
323 if (layer_stack->flags.fast_path && hw_layers_.info.fast_path_composition) { in Prepare()
330 error = hw_intf_->Validate(&hw_layers_); in Prepare()
337 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
342 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
[all …]
Ddisplay_virtual.cpp163 hw_layers_ = HWLayers(); in Prepare()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.cpp148 HWLayersInfo &hw_layers_info = hw_layers_.info; in BuildLayerStackStats()
177 HWLayersInfo &hw_layers_info = hw_layers_.info; in ValidateGPUTargetParams()
248 comp_manager_->PrePrepare(display_comp_ctx_, &hw_layers_); in Prepare()
250 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_); in Prepare()
255 error = hw_intf_->Validate(&hw_layers_); in Prepare()
262 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
267 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
292 error = comp_manager_->ReConfigure(display_comp_ctx_, &hw_layers_); in Commit()
297 error = hw_intf_->Validate(&hw_layers_); in Commit()
305 if (comp_manager_->Commit(display_comp_ctx_, &hw_layers_)) { in Commit()
[all …]
Ddisplay_primary.cpp124 hw_layers_ = HWLayers(); in Prepare()
125 hw_layers_.hw_avr_info.enable = NeedsAVREnable(); in Prepare()
133 uint32_t app_layer_count = hw_layers_.info.app_layer_count; in Commit()
153 int idle_time_ms = hw_layers_.info.set_idle_time_ms; in Commit()
Ddisplay_virtual.cpp133 hw_layers_ = HWLayers(); in Prepare()
Ddisplay_base.h154 HWLayers hw_layers_; variable
Ddisplay_hdmi.cpp117 hw_layers_ = HWLayers(); in Prepare()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_base.cpp144 HWLayersInfo &hw_layers_info = hw_layers_.info; in BuildLayerStackStats()
173 HWLayersInfo &hw_layers_info = hw_layers_.info; in ValidateGPUTargetParams()
244 comp_manager_->PrePrepare(display_comp_ctx_, &hw_layers_); in Prepare()
246 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_); in Prepare()
251 error = hw_intf_->Validate(&hw_layers_); in Prepare()
258 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
263 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
288 error = comp_manager_->ReConfigure(display_comp_ctx_, &hw_layers_); in Commit()
293 error = hw_intf_->Validate(&hw_layers_); in Commit()
301 error = comp_manager_->Commit(display_comp_ctx_, &hw_layers_); in Commit()
[all …]
Ddisplay_primary.cpp99 hw_layers_ = HWLayers(); in Prepare()
100 hw_layers_.hw_avr_info.enable = NeedsAVREnable(); in Prepare()
108 uint32_t app_layer_count = hw_layers_.info.app_layer_count; in Commit()
128 int idle_time_ms = hw_layers_.info.set_idle_time_ms; in Commit()
Ddisplay_virtual.cpp134 hw_layers_ = HWLayers(); in Prepare()
Ddisplay_base.h154 HWLayers hw_layers_; variable
Ddisplay_hdmi.cpp118 hw_layers_ = HWLayers(); in Prepare()
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_base.cpp149 HWLayersInfo &hw_layers_info = hw_layers_.info; in BuildLayerStackStats()
178 HWLayersInfo &hw_layers_info = hw_layers_.info; in ValidateGPUTargetParams()
250 comp_manager_->PrePrepare(display_comp_ctx_, &hw_layers_); in Prepare()
252 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_); in Prepare()
257 error = hw_intf_->Validate(&hw_layers_); in Prepare()
264 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
269 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
295 error = comp_manager_->ReConfigure(display_comp_ctx_, &hw_layers_); in Commit()
300 error = hw_intf_->Validate(&hw_layers_); in Commit()
309 error = comp_manager_->Commit(display_comp_ctx_, &hw_layers_); in Commit()
[all …]
Ddisplay_primary.cpp99 hw_layers_ = HWLayers(); in Prepare()
100 hw_layers_.hw_avr_info.enable = NeedsAVREnable(); in Prepare()
108 uint32_t app_layer_count = hw_layers_.info.app_layer_count; in Commit()
128 int idle_time_ms = hw_layers_.info.set_idle_time_ms; in Commit()
Ddisplay_virtual.cpp159 hw_layers_ = HWLayers(); in Prepare()
Ddisplay_base.h154 HWLayers hw_layers_; variable
Ddisplay_hdmi.cpp118 hw_layers_ = HWLayers(); in Prepare()
/hardware/qcom/sdm845/display/sdm/libs/core/
Ddisplay_base.cpp148 HWLayersInfo &hw_layers_info = hw_layers_.info; in BuildLayerStackStats()
180 HWLayersInfo &hw_layers_info = hw_layers_.info; in ValidateGPUTargetParams()
248 comp_manager_->PrePrepare(display_comp_ctx_, &hw_layers_); in Prepare()
250 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_); in Prepare()
255 error = hw_intf_->Validate(&hw_layers_); in Prepare()
262 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
267 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()
293 error = comp_manager_->ReConfigure(display_comp_ctx_, &hw_layers_); in Commit()
298 error = hw_intf_->Validate(&hw_layers_); in Commit()
307 error = comp_manager_->Commit(display_comp_ctx_, &hw_layers_); in Commit()
[all …]
Ddisplay_primary.cpp126 hw_layers_ = HWLayers(); in Prepare()
127 hw_layers_.hw_avr_info.enable = NeedsAVREnable(); in Prepare()
135 uint32_t app_layer_count = hw_layers_.info.app_layer_count; in Commit()
155 int idle_time_ms = hw_layers_.info.set_idle_time_ms; in Commit()
Ddisplay_virtual.cpp159 hw_layers_ = HWLayers(); in Prepare()
Ddisplay_base.h160 HWLayers hw_layers_; variable
Ddisplay_hdmi.cpp122 hw_layers_ = HWLayers(); in Prepare()

12