Home
last modified time | relevance | path

Searched refs:InlineRotationVersion (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_info_drm.cpp109 static InlineRotationVersion GetInRotVersion(sde_drm::InlineRotationVersion drm_version) { in GetInRotVersion()
111 case sde_drm::InlineRotationVersion::V1: in GetInRotVersion()
112 return InlineRotationVersion::kInlineRotationV1; in GetInRotVersion()
113 case sde_drm::InlineRotationVersion::V1p1: in GetInRotVersion()
114 return InlineRotationVersion::kInlineRotationV1p1; in GetInRotVersion()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_info_drm.cpp109 static InlineRotationVersion GetInRotVersion(sde_drm::InlineRotationVersion drm_version) { in GetInRotVersion()
111 case sde_drm::InlineRotationVersion::kInlineRotationV1: in GetInRotVersion()
112 return InlineRotationVersion::kInlineRotationV1; in GetInRotVersion()
113 case sde_drm::InlineRotationVersion::kInlineRotationV2: in GetInRotVersion()
114 return InlineRotationVersion::kInlineRotationV2; in GetInRotVersion()
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_interface.h475 enum struct InlineRotationVersion { enum
559 InlineRotationVersion inrot_version; // inline rotation version
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_interface.h490 enum struct InlineRotationVersion { enum
577 InlineRotationVersion inrot_version; // inline rotation version
/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_plane.cpp188 static InlineRotationVersion PopulateInlineRotationVersion(uint32_t ver) { in PopulateInlineRotationVersion()
190 case 0x0000: return InlineRotationVersion::kInlineRotationNone; in PopulateInlineRotationVersion()
192 case 0x0100: return InlineRotationVersion::kInlineRotationV1; in PopulateInlineRotationVersion()
193 case 0x0200: return InlineRotationVersion::kInlineRotationV2; in PopulateInlineRotationVersion()
194 default: return InlineRotationVersion::kInlineRotationNone; in PopulateInlineRotationVersion()
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dhw_info_types.h271 enum InlineRotationVersion { enum
278 InlineRotationVersion inrot_version = kInlineRotationNone;
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/
H A Dhw_info_types.h260 enum InlineRotationVersion { enum
331 InlineRotationVersion inrot_version = kInlineRotationNone;