Home
last modified time | relevance | path

Searched refs:disp_type (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_manager.cpp220 int DRMManager::RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *token) { in RegisterDisplay() argument
221 int ret = conn_mgr_->Reserve(disp_type, token); in RegisterDisplay()
224 DRM_LOGI("display type %d is not present", disp_type); in RegisterDisplay()
226 DRM_LOGE("Error reserving connector for display type %d. Error = %d (%s)", disp_type, ret, in RegisterDisplay()
235 DRM_LOGE("Error retreiving possible encoders for display type %d. Error = %d (%s)", disp_type, in RegisterDisplay()
242 DRM_LOGE("Error reserving encoder for display type %d. Error = %d (%s)", disp_type, ret, in RegisterDisplay()
251 DRM_LOGE("Error retreiving possible crtcs for display type %d. Error = %d (%s)", disp_type, in RegisterDisplay()
258 DRM_LOGE("Error reserving crtc for display type %d. Error = %d (%s)", disp_type, ret, in RegisterDisplay()
Ddrm_manager.h51 virtual int RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *token);
Ddrm_connector.h91 int Reserve(DRMDisplayType disp_type, DRMDisplayToken *token);
Ddrm_connector.cpp369 int DRMConnectorManager::Reserve(DRMDisplayType disp_type, DRMDisplayToken *token) { in Reserve() argument
378 if ((disp_type == DRMDisplayType::PERIPHERAL && conn_type == DRM_MODE_CONNECTOR_DSI) || in Reserve()
379 (disp_type == DRMDisplayType::VIRTUAL && conn_type == DRM_MODE_CONNECTOR_VIRTUAL) || in Reserve()
380 (disp_type == DRMDisplayType::TV && IsTVConnector(conn_type))) { in Reserve()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h384 virtual int RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *tok) = 0;
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h418 virtual int RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *tok) = 0;
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h418 virtual int RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *tok) = 0;
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h230 sdm:: DisplayType disp_type = kDisplayTypeMax; // sdm display type member
235 disp_type = kDisplayTypeMax; in Reset()
312 Return<int32_t> setDisplayIndex(IDisplayConfig::DisplayTypeExt disp_type,
Dhwc_session.cpp1632 map_info.disp_type = info.display_type; in CreateVirtualDisplayObj()
2863 map_info_primary_.disp_type = info.display_type; in CreatePrimaryDisplay()
2938 map_info.disp_type = info.display_type; in HandleBuiltInDisplays()
3093 map_info.disp_type = info.display_type; in HandleConnectedDisplays()
3175 switch (map_info->disp_type) { in DestroyDisplay()
3204 DLOGI("Destroy display %d-%d, client id = %d", map_info->sdm_id, map_info->disp_type, in DestroyPluggableDisplay()
3237 DLOGI("Destroy display %d-%d, client id = %d", map_info->sdm_id, map_info->disp_type, in DestroyNonPluggableDisplay()
3240 switch (map_info->disp_type) { in DestroyNonPluggableDisplay()
3249 if (async_powermode_ && map_info->disp_type == kBuiltIn) { in DestroyNonPluggableDisplay()
Dhwc_session_services.cpp578 Return<int32_t> HWCSession::setDisplayIndex(IDisplayConfig::DisplayTypeExt disp_type, in setDisplayIndex() argument
838 if ((map_info_primary_.client_id == disp_id) && (map_info_primary_.disp_type == kBuiltIn)) in isBuiltInDisplay()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h719 virtual int RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *tok) = 0;
/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp1311 map_info.disp_type = kVirtual; in CreateVirtualDisplayObj()
2655 map_info_primary_.disp_type = info.display_type; in CreatePrimaryDisplay()
2736 map_info.disp_type = info.display_type; in HandleBuiltInDisplays()
2898 map_info.disp_type = info.display_type; in HandleConnectedDisplays()
2967 switch (map_info->disp_type) { in DestroyDisplay()
2990 DLOGI("Destroy display %d-%d, client id = %d", map_info->sdm_id, map_info->disp_type, in DestroyPluggableDisplay()
3027 DLOGI("Destroy display %d-%d, client id = %d", map_info->sdm_id, map_info->disp_type, in DestroyNonPluggableDisplay()
3034 switch (map_info->disp_type) { in DestroyNonPluggableDisplay()
3043 if (async_powermode_ && map_info->disp_type == kBuiltIn) { in DestroyNonPluggableDisplay()
Dhwc_session.h417 sdm:: DisplayType disp_type = kDisplayTypeMax; // sdm display type member
422 disp_type = kDisplayTypeMax; in Reset()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h929 virtual int RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *tok) = 0;
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h1007 virtual int RegisterDisplay(DRMDisplayType disp_type, DRMDisplayToken *tok) = 0;
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h256 Return<int32_t> setDisplayIndex(IDisplayConfig::DisplayTypeExt disp_type, in setDisplayIndex() argument