Home
last modified time | relevance | path

Searched refs:DRMPlaneType (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h203 enum struct DRMPlaneType { enum
228 std::vector<std::pair<uint32_t, DRMPlaneType>> planes;
230 std::map<DRMPlaneType, DRMPlaneTypeInfo> types;
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp66 using sde_drm::DRMPlaneType;
254 case DRMPlaneType::RGB: in GetHWPlanesInfo()
259 case DRMPlaneType::VIG: in GetHWPlanesInfo()
264 case DRMPlaneType::DMA: in GetHWPlanesInfo()
269 case DRMPlaneType::CURSOR: in GetHWPlanesInfo()
291 case DRMPlaneType::RGB: in GetHWPlanesInfo()
300 case DRMPlaneType::VIG: in GetHWPlanesInfo()
309 case DRMPlaneType::DMA: in GetHWPlanesInfo()
312 case DRMPlaneType::CURSOR: in GetHWPlanesInfo()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h231 enum struct DRMPlaneType { enum
244 DRMPlaneType type;
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h231 enum struct DRMPlaneType { enum
244 DRMPlaneType type;
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp432 if (info->type == DRMPlaneType::CURSOR) { in GetTypeInfo()
597 DRMPlaneType type = DRMPlaneType::DMA; in ParseProperties()
599 type = DRMPlaneType::VIG; in ParseProperties()
601 type = DRMPlaneType::CURSOR; in ParseProperties()
625 if (plane_type_info_.type != DRMPlaneType::VIG || is_lut_configured_) { in ConfigureScalerLUT()
654 if (plane_type_info_.type != DRMPlaneType::VIG) { in SetCscConfig()
678 if (plane_type_info_.type != DRMPlaneType::VIG) { in SetScalerConfig()
700 if (plane_type_info_.type == DRMPlaneType::DMA || plane_type_info_.master_plane_id) { in SetDecimation()
1041 if (plane_type_info_.type == DRMPlaneType::DMA && in SetDgmCscConfig()
Ddrm_plane.h63 void GetType(DRMPlaneType *type) { *type = plane_type_info_.type; } in GetType()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h451 enum struct DRMPlaneType { enum
464 DRMPlaneType type;
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.cpp76 using sde_drm::DRMPlaneType;
279 case DRMPlaneType::DMA: in GetHWPlanesInfo()
287 case DRMPlaneType::VIG: in GetHWPlanesInfo()
296 case DRMPlaneType::CURSOR: in GetHWPlanesInfo()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.cpp76 using sde_drm::DRMPlaneType;
266 case DRMPlaneType::DMA: in GetHWPlanesInfo()
274 case DRMPlaneType::VIG: in GetHWPlanesInfo()
283 case DRMPlaneType::CURSOR: in GetHWPlanesInfo()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.cpp75 using sde_drm::DRMPlaneType;
370 if ((pipe_obj.second.type == DRMPlaneType::DMA) && (dma_pipe_count < max_dma_pipes) in GetHWPlanesInfo()
373 } else if ((pipe_obj.second.type == DRMPlaneType::VIG) && (vig_pipe_count < max_vig_pipes) in GetHWPlanesInfo()
398 case DRMPlaneType::DMA: in GetHWPlanesInfo()
407 case DRMPlaneType::VIG: in GetHWPlanesInfo()
417 case DRMPlaneType::CURSOR: in GetHWPlanesInfo()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h524 enum struct DRMPlaneType { enum
544 DRMPlaneType type;
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h540 enum struct DRMPlaneType { enum
560 DRMPlaneType type;