Home
last modified time | relevance | path

Searched refs:display_resource_ctx (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcomp_manager.cpp104 &display_comp_ctx->display_resource_ctx); in RegisterDisplay()
140 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
173 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
250 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in Prepare() local
257 resource_intf_->Start(display_resource_ctx); in Prepare()
270 error = resource_intf_->Acquire(display_resource_ctx, hw_layers); in Prepare()
280 resource_intf_->Stop(display_resource_ctx); in Prepare()
289 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in PostPrepare() local
292 error = resource_intf_->PostPrepare(display_resource_ctx, hw_layers); in PostPrepare()
307 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in ReConfigure() local
[all …]
Dresource_default.cpp136 DisplayResourceContext *display_resource_ctx = new DisplayResourceContext(); in RegisterDisplay() local
137 if (!display_resource_ctx) { in RegisterDisplay()
143 display_resource_ctx->display_attributes = display_attributes; in RegisterDisplay()
144 display_resource_ctx->hw_block_id = hw_block_id; in RegisterDisplay()
145 display_resource_ctx->mixer_attributes = mixer_attributes; in RegisterDisplay()
147 *display_ctx = display_resource_ctx; in RegisterDisplay()
152 DisplayResourceContext *display_resource_ctx = in UnregisterDisplay() local
156 hw_block_ctx_[display_resource_ctx->hw_block_id].is_in_use = false; in UnregisterDisplay()
158 delete display_resource_ctx; in UnregisterDisplay()
169 DisplayResourceContext *display_resource_ctx = in ReconfigureDisplay() local
[all …]
Dresource_default.h109 DisplayError Config(DisplayResourceContext *display_resource_ctx, HWLayers *hw_layers);
110 DisplayError DisplaySplitConfig(DisplayResourceContext *display_resource_ctx,
113 DisplayError SrcSplitConfig(DisplayResourceContext *display_resource_ctx,
Dcomp_manager.h81 Handle display_resource_ctx = NULL; member
/hardware/qcom/sm8150/display/sdm/libs/core/
Dcomp_manager.cpp116 mixer_attributes, &display_comp_ctx->display_resource_ctx); in RegisterDisplay()
126 display_comp_ctx->display_resource_ctx, default_clk_hz); in RegisterDisplay()
130 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in RegisterDisplay()
167 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
199 display_comp_ctx->display_resource_ctx, new_refresh_rate); in CheckEnforceSplit()
216 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
223 display_comp_ctx->display_resource_ctx, default_clk_hz); in ReconfigureDisplay()
229 display_comp_ctx->display_resource_ctx, display_attributes.fps); in ReconfigureDisplay()
318 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in Prepare() local
325 resource_intf_->Start(display_resource_ctx); in Prepare()
[all …]
Dresource_default.cpp167 DisplayResourceContext *display_resource_ctx = new DisplayResourceContext(); in RegisterDisplay() local
168 if (!display_resource_ctx) { in RegisterDisplay()
174 display_resource_ctx->display_attributes = display_attributes; in RegisterDisplay()
175 display_resource_ctx->hw_block_type = hw_block_type; in RegisterDisplay()
176 display_resource_ctx->mixer_attributes = mixer_attributes; in RegisterDisplay()
178 *display_ctx = display_resource_ctx; in RegisterDisplay()
183 DisplayResourceContext *display_resource_ctx = in UnregisterDisplay() local
187 hw_block_ctx_[display_resource_ctx->hw_block_type].is_in_use = false; in UnregisterDisplay()
189 delete display_resource_ctx; in UnregisterDisplay()
198 DisplayResourceContext *display_resource_ctx = in ReconfigureDisplay() local
[all …]
Dresource_default.h121 DisplayError Config(DisplayResourceContext *display_resource_ctx, HWLayers *hw_layers);
122 DisplayError DisplaySplitConfig(DisplayResourceContext *display_resource_ctx,
125 DisplayError SrcSplitConfig(DisplayResourceContext *display_resource_ctx,
Dcomp_manager.h104 Handle display_resource_ctx = NULL; member
/hardware/qcom/sdm845/display/sdm/libs/core/
Dcomp_manager.cpp112 &display_comp_ctx->display_resource_ctx); in RegisterDisplay()
150 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
183 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
265 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in Prepare() local
272 resource_intf_->Start(display_resource_ctx); in Prepare()
285 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
292 resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
297 error = resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
306 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in PostPrepare() local
309 error = resource_intf_->PostPrepare(display_resource_ctx, hw_layers); in PostPrepare()
[all …]
Dresource_default.cpp167 DisplayResourceContext *display_resource_ctx = new DisplayResourceContext(); in RegisterDisplay() local
168 if (!display_resource_ctx) { in RegisterDisplay()
174 display_resource_ctx->display_attributes = display_attributes; in RegisterDisplay()
175 display_resource_ctx->hw_block_id = hw_block_id; in RegisterDisplay()
176 display_resource_ctx->mixer_attributes = mixer_attributes; in RegisterDisplay()
178 *display_ctx = display_resource_ctx; in RegisterDisplay()
183 DisplayResourceContext *display_resource_ctx = in UnregisterDisplay() local
187 hw_block_ctx_[display_resource_ctx->hw_block_id].is_in_use = false; in UnregisterDisplay()
189 delete display_resource_ctx; in UnregisterDisplay()
200 DisplayResourceContext *display_resource_ctx = in ReconfigureDisplay() local
[all …]
Dresource_default.h116 DisplayError Config(DisplayResourceContext *display_resource_ctx, HWLayers *hw_layers);
117 DisplayError DisplaySplitConfig(DisplayResourceContext *display_resource_ctx,
120 DisplayError SrcSplitConfig(DisplayResourceContext *display_resource_ctx,
Dcomp_manager.h86 Handle display_resource_ctx = NULL; member
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcomp_manager.cpp118 &display_comp_ctx->display_resource_ctx); in RegisterDisplay()
157 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
190 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
283 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in Prepare() local
290 resource_intf_->Start(display_resource_ctx); in Prepare()
303 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
310 resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
315 error = resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
324 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in PostPrepare() local
327 error = resource_intf_->PostPrepare(display_resource_ctx, hw_layers); in PostPrepare()
[all …]
Dresource_default.cpp167 DisplayResourceContext *display_resource_ctx = new DisplayResourceContext(); in RegisterDisplay() local
168 if (!display_resource_ctx) { in RegisterDisplay()
174 display_resource_ctx->display_attributes = display_attributes; in RegisterDisplay()
175 display_resource_ctx->hw_block_id = hw_block_id; in RegisterDisplay()
176 display_resource_ctx->mixer_attributes = mixer_attributes; in RegisterDisplay()
178 *display_ctx = display_resource_ctx; in RegisterDisplay()
183 DisplayResourceContext *display_resource_ctx = in UnregisterDisplay() local
187 hw_block_ctx_[display_resource_ctx->hw_block_id].is_in_use = false; in UnregisterDisplay()
189 delete display_resource_ctx; in UnregisterDisplay()
200 DisplayResourceContext *display_resource_ctx = in ReconfigureDisplay() local
[all …]
Dresource_default.h116 DisplayError Config(DisplayResourceContext *display_resource_ctx, HWLayers *hw_layers);
117 DisplayError DisplaySplitConfig(DisplayResourceContext *display_resource_ctx,
120 DisplayError SrcSplitConfig(DisplayResourceContext *display_resource_ctx,
Dcomp_manager.h92 Handle display_resource_ctx = NULL; member
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcomp_manager.cpp118 &display_comp_ctx->display_resource_ctx); in RegisterDisplay()
157 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
190 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
300 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in Prepare() local
307 resource_intf_->Start(display_resource_ctx); in Prepare()
320 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
327 resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
332 error = resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
341 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in PostPrepare() local
344 error = resource_intf_->PostPrepare(display_resource_ctx, hw_layers); in PostPrepare()
[all …]
Dresource_default.cpp167 DisplayResourceContext *display_resource_ctx = new DisplayResourceContext(); in RegisterDisplay() local
168 if (!display_resource_ctx) { in RegisterDisplay()
174 display_resource_ctx->display_attributes = display_attributes; in RegisterDisplay()
175 display_resource_ctx->hw_block_id = hw_block_id; in RegisterDisplay()
176 display_resource_ctx->mixer_attributes = mixer_attributes; in RegisterDisplay()
178 *display_ctx = display_resource_ctx; in RegisterDisplay()
183 DisplayResourceContext *display_resource_ctx = in UnregisterDisplay() local
187 hw_block_ctx_[display_resource_ctx->hw_block_id].is_in_use = false; in UnregisterDisplay()
189 delete display_resource_ctx; in UnregisterDisplay()
200 DisplayResourceContext *display_resource_ctx = in ReconfigureDisplay() local
[all …]
Dresource_default.h116 DisplayError Config(DisplayResourceContext *display_resource_ctx, HWLayers *hw_layers);
117 DisplayError DisplaySplitConfig(DisplayResourceContext *display_resource_ctx,
120 DisplayError SrcSplitConfig(DisplayResourceContext *display_resource_ctx,
Dcomp_manager.h88 Handle display_resource_ctx = NULL; member
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcomp_manager.cpp118 &display_comp_ctx->display_resource_ctx); in RegisterDisplay()
156 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
189 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
280 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in Prepare() local
287 resource_intf_->Start(display_resource_ctx); in Prepare()
300 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
310 resource_intf_->Stop(display_resource_ctx); in Prepare()
319 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; in PostPrepare() local
322 error = resource_intf_->PostPrepare(display_resource_ctx, hw_layers); in PostPrepare()
338 return resource_intf_->Commit(display_comp_ctx->display_resource_ctx, hw_layers); in Commit()
[all …]
Dresource_default.h115 DisplayError Config(DisplayResourceContext *display_resource_ctx, HWLayers *hw_layers);
116 DisplayError DisplaySplitConfig(DisplayResourceContext *display_resource_ctx,
119 DisplayError SrcSplitConfig(DisplayResourceContext *display_resource_ctx,
Dcomp_manager.h90 Handle display_resource_ctx = NULL; member