Home
last modified time | relevance | path

Searched refs:display_type (Results 1 – 25 of 75) sorted by relevance

123

/hardware/qcom/sdm845/display/sdm/libs/core/
Dcomp_manager.cpp123 display_comp_ctx->display_type = type; in RegisterDisplay()
135 display_comp_ctx->display_type); in RegisterDisplay()
156 registered_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
157 configured_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
159 if (display_comp_ctx->display_type == kHDMI) { in UnregisterDisplay()
165 display_comp_ctx->display_type); in UnregisterDisplay()
203 if (display_comp_ctx->display_type == kHDMI) { in ReconfigureDisplay()
293 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type); in Prepare()
340 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type); in ReConfigure()
357 configured_displays_[display_comp_ctx->display_type] = 1; in PostCommit()
[all …]
Dhw_events_interface.cpp41 DisplayError HWEventsInterface::Create(int display_type, HWEventHandler *event_handler, in Create() argument
52 error = hw_events->Init(display_type, event_handler, event_list, hw_intf); in Create()
Dhw_events_interface.h52 virtual DisplayError Init(int display_type, HWEventHandler *event_handler,
58 static DisplayError Create(int display_type, HWEventHandler *event_handler,
Dcomp_manager.h69 bool SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type);
87 DisplayType display_type = kPrimary; member
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcomp_manager.cpp129 display_comp_ctx->display_type = type; in RegisterDisplay()
142 display_comp_ctx->display_type); in RegisterDisplay()
163 registered_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
164 configured_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
166 if (display_comp_ctx->display_type == kHDMI) { in UnregisterDisplay()
172 display_comp_ctx->display_type); in UnregisterDisplay()
210 if (display_comp_ctx->display_type == kHDMI) { in ReconfigureDisplay()
328 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type); in Prepare()
375 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type); in ReConfigure()
392 configured_displays_[display_comp_ctx->display_type] = 1; in PostCommit()
[all …]
Dhw_events_interface.h48 virtual DisplayError Init(int display_type, HWEventHandler *event_handler,
52 static DisplayError Create(int display_type, HWEventHandler *event_handler,
Dhw_events_interface.cpp43 DisplayError HWEventsInterface::Create(int display_type, HWEventHandler *event_handler, in Create() argument
56 error = hw_events->Init(display_type, event_handler, event_list); in Create()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcomp_manager.cpp129 display_comp_ctx->display_type = type; in RegisterDisplay()
141 display_comp_ctx->display_type); in RegisterDisplay()
162 registered_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
163 configured_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
165 if (display_comp_ctx->display_type == kHDMI) { in UnregisterDisplay()
171 display_comp_ctx->display_type); in UnregisterDisplay()
209 if (display_comp_ctx->display_type == kHDMI) { in ReconfigureDisplay()
307 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type); in Prepare()
353 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type); in ReConfigure()
370 configured_displays_[display_comp_ctx->display_type] = 1; in PostCommit()
[all …]
Dhw_events_interface.h50 virtual DisplayError Init(int display_type, HWEventHandler *event_handler,
54 static DisplayError Create(int display_type, HWEventHandler *event_handler,
Dhw_events_interface.cpp43 DisplayError HWEventsInterface::Create(int display_type, HWEventHandler *event_handler, in Create() argument
56 error = hw_events->Init(display_type, event_handler, event_list); in Create()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcomp_manager.cpp129 display_comp_ctx->display_type = type; in RegisterDisplay()
142 display_comp_ctx->display_type); in RegisterDisplay()
163 registered_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
164 configured_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
166 if (display_comp_ctx->display_type == kHDMI) { in UnregisterDisplay()
172 display_comp_ctx->display_type); in UnregisterDisplay()
210 if (display_comp_ctx->display_type == kHDMI) { in ReconfigureDisplay()
311 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type); in Prepare()
358 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type); in ReConfigure()
375 configured_displays_[display_comp_ctx->display_type] = 1; in PostCommit()
[all …]
Dhw_events_interface.h48 virtual DisplayError Init(int display_type, HWEventHandler *event_handler,
52 static DisplayError Create(int display_type, HWEventHandler *event_handler,
Dhw_events_interface.cpp43 DisplayError HWEventsInterface::Create(int display_type, HWEventHandler *event_handler, in Create() argument
56 error = hw_events->Init(display_type, event_handler, event_list); in Create()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcomp_manager.cpp115 display_comp_ctx->display_type = type; in RegisterDisplay()
125 display_comp_ctx->display_type); in RegisterDisplay()
146 registered_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
147 configured_displays_[display_comp_ctx->display_type] = 0; in UnregisterDisplay()
149 if (display_comp_ctx->display_type == kHDMI) { in UnregisterDisplay()
155 display_comp_ctx->display_type); in UnregisterDisplay()
193 if (display_comp_ctx->display_type == kHDMI) { in ReconfigureDisplay()
277 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type); in Prepare()
314 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type); in ReConfigure()
331 configured_displays_[display_comp_ctx->display_type] = 1; in PostCommit()
[all …]
/hardware/qcom/sm7250/display/sdm/libs/core/
Dhw_events_interface.cpp42 DisplayError HWEventsInterface::Create(int display_id, DisplayType display_type, in Create() argument
50 error = hw_events->Init(display_id, display_type, event_handler, event_list, hw_intf); in Create()
Dhw_events_interface.h54 virtual DisplayError Init(int display_id, DisplayType display_type, HWEventHandler *event_handler,
59 static DisplayError Create(int display_id, DisplayType display_type,
Dcore_impl.cpp179 DisplayType display_type = iter->second.display_type; in CreateDisplay() local
181 switch (display_type) { in CreateDisplay()
195 DLOGE("Spurious display type %d", display_type); in CreateDisplay()
Dcomp_manager.cpp149 display_comp_ctx->display_type = type; in RegisterDisplay()
161 display_comp_ctx->display_type); in RegisterDisplay()
187 display_comp_ctx->display_type); in UnregisterDisplay()
267 constraints->max_layers = display_comp_ctx->display_type == kBuiltIn ? in PrepareStrategyConstraints()
340 display_comp_ctx->display_type); in Prepare()
342 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type); in Prepare()
390 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type); in ReConfigure()
411 DLOGE("Resource stop failed for display = %d", display_comp_ctx->display_type); in PostCommit()
424 display_comp_ctx->display_type); in PostCommit()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dhw_events_interface.cpp41 DisplayError HWEventsInterface::Create(int display_id, DisplayType display_type, in Create() argument
53 error = hw_events->Init(display_id, display_type, event_handler, event_list, hw_intf); in Create()
Dhw_events_interface.h54 virtual DisplayError Init(int display_id, DisplayType display_type, HWEventHandler *event_handler,
59 static DisplayError Create(int display_id, DisplayType display_type,
Dcore_impl.cpp182 DisplayType display_type = iter->second.display_type; in CreateDisplay() local
184 switch (display_type) { in CreateDisplay()
198 DLOGE("Spurious display type %d", display_type); in CreateDisplay()
Dcomp_manager.cpp139 display_comp_ctx->display_type = type; in RegisterDisplay()
152 display_comp_ctx->display_id, display_comp_ctx->display_type); in RegisterDisplay()
177 if (display_comp_ctx->display_type == kPluggable) { in UnregisterDisplay()
184 display_comp_ctx->display_id, display_comp_ctx->display_type); in UnregisterDisplay()
248 if (display_comp_ctx->display_type == kPluggable) { in ReconfigureDisplay()
274 constraints->max_layers = display_comp_ctx->display_type == kBuiltIn ? in PrepareStrategyConstraints()
346 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type); in Prepare()
392 DLOGE("Reconfigure failed for display = %d", display_comp_ctx->display_type); in ReConfigure()
429 display_comp_ctx->display_id, display_comp_ctx->display_type); in PostCommit()
/hardware/qcom/display/msm8996/sdm/libs/utils/
Ddebug.cpp83 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer() argument
85 switch (display_type) { in GetMaxPipesPerMixer()
/hardware/qcom/sdm845/display/sdm/include/utils/
Ddebug.h52 static int GetMaxPipesPerMixer(DisplayType display_type);
/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp89 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer() argument
91 switch (display_type) { in GetMaxPipesPerMixer()

123