/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_info_drm.h | 66 void PopulateSupportedFmts(HWSubBlockType sub_blk_type, const sde_drm::DRMPlaneTypeInfo &info, 68 void PopulateSupportedInlineFmts(const sde_drm::DRMPlaneTypeInfo &info, 70 void PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, HWResourceInfo *hw_resource); 71 void PopulatePipeBWCaps(const sde_drm::DRMPlaneTypeInfo &info, HWResourceInfo *hw_resource);
|
D | hw_info_drm.cpp | 473 void HWInfoDRM::PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, in PopulatePipeCaps() 494 void HWInfoDRM::PopulatePipeBWCaps(const sde_drm::DRMPlaneTypeInfo &info, in PopulatePipeBWCaps() 506 const sde_drm::DRMPlaneTypeInfo &info, in PopulateSupportedFmts() 520 void HWInfoDRM::PopulateSupportedInlineFmts(const sde_drm::DRMPlaneTypeInfo &info, in PopulateSupportedInlineFmts()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_info_drm.h | 64 void PopulateSupportedFmts(HWSubBlockType sub_blk_type, const sde_drm::DRMPlaneTypeInfo &info, 66 void PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, HWResourceInfo *hw_resource);
|
D | hw_info_drm.cpp | 315 void HWInfoDRM::PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, in PopulatePipeCaps() 324 const sde_drm::DRMPlaneTypeInfo &info, in PopulateSupportedFmts()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_info_drm.h | 63 void PopulateSupportedFmts(HWSubBlockType sub_blk_type, const sde_drm::DRMPlaneTypeInfo &info, 65 void PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, HWResourceInfo *hw_resource);
|
D | hw_info_drm.cpp | 302 void HWInfoDRM::PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, in PopulatePipeCaps() 311 const sde_drm::DRMPlaneTypeInfo &info, in PopulateSupportedFmts()
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_info_drm.h | 63 void PopulateSupportedFmts(HWSubBlockType sub_blk_type, const sde_drm::DRMPlaneTypeInfo &info, 65 void PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, HWResourceInfo *hw_resource);
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_info_drm.h | 66 void PopulateSupportedFmts(HWSubBlockType sub_blk_type, const sde_drm::DRMPlaneTypeInfo &info, 68 void PopulatePipeCaps(const sde_drm::DRMPlaneTypeInfo &info, HWResourceInfo *hw_resource);
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_interface.h | 215 struct DRMPlaneTypeInfo { struct 230 std::map<DRMPlaneType, DRMPlaneTypeInfo> types; argument
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_plane.h | 73 const DRMPlaneTypeInfo& GetPlaneTypeInfo() { return plane_type_info_; } in GetPlaneTypeInfo() 97 DRMPlaneTypeInfo plane_type_info_{};
|
D | drm_plane.cpp | 409 DRMPlaneTypeInfo *info = &plane_type_info_; in GetTypeInfo()
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_interface.h | 243 struct DRMPlaneTypeInfo { struct 256 typedef std::vector<std::pair<uint32_t, DRMPlaneTypeInfo>> DRMPlanesInfo; argument
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_interface.h | 243 struct DRMPlaneTypeInfo { struct 256 typedef std::vector<std::pair<uint32_t, DRMPlaneTypeInfo>> DRMPlanesInfo; argument
|
/hardware/qcom/sdm845/display/libdrmutils/ |
D | drm_interface.h | 463 struct DRMPlaneTypeInfo { struct 481 typedef std::vector<std::pair<uint32_t, DRMPlaneTypeInfo>> DRMPlanesInfo; argument
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_interface.h | 543 struct DRMPlaneTypeInfo { struct 569 typedef std::vector<std::pair<uint32_t, DRMPlaneTypeInfo>> DRMPlanesInfo; argument
|
/hardware/qcom/sm7250/display/libdrmutils/ |
D | drm_interface.h | 559 struct DRMPlaneTypeInfo { struct 588 typedef std::vector<std::pair<uint32_t, DRMPlaneTypeInfo>> DRMPlanesInfo; argument
|