Home
last modified time | relevance | path

Searched refs:s3d_config (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.cpp326 if (IS_BIT_SET(attrib.s3d_config, (HWS3DMode)mode)) { in SetDisplayAttributes()
598 SET_BIT(attrib->s3d_config, kS3DModeNone); in GetDisplayS3DSupport()
625 SET_BIT(attrib->s3d_config, kS3DModeLR); in GetDisplayS3DSupport()
626 SET_BIT(attrib->s3d_config, kS3DModeRL); in GetDisplayS3DSupport()
628 SET_BIT(attrib->s3d_config, kS3DModeTB); in GetDisplayS3DSupport()
630 SET_BIT(attrib->s3d_config, kS3DModeFP); in GetDisplayS3DSupport()
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_hdmi.cpp222 if (IS_BIT_SET(attrib[index].s3d_config, s3d_mode)) { in GetBestConfig()
229 if (!IS_BIT_SET(attrib[index].s3d_config, s3d_mode)) in GetBestConfig()
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h353 uint32_t s3d_config = 0; //!< Stores the bit mask of S3D modes member