hal-tdm-types: Add HAL_TDM_OUTPUT_CAPABILITY_NO_HW_VBLANK 12/315712/3
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 4 Dec 2024 03:14:39 +0000 (12:14 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Thu, 5 Dec 2024 07:58:47 +0000 (16:58 +0900)
Change-Id: I84ba1ea158b816cc805f73b521ad9a87aeaccb8b

include/hal-tdm-types.h

index ccd6e8dc9afb578021a838957a0c53f7145001c6..d2e65ab2f783219fbc36aa6b5ffae9fe2317aeab 100644 (file)
@@ -110,6 +110,7 @@ typedef enum {
        HAL_TDM_OUTPUT_CAPABILITY_HWC                = (1 << 1), /**< if a outupt supports hwc operation @since 2.0.0*/
        HAL_TDM_OUTPUT_CAPABILITY_EXTENDED_DPMS      = (1 << 2), /**< if a outupt supports extended DPMS operation @since 2.0.0 */
        HAL_TDM_OUTPUT_CAPABILITY_MIRROR             = (1 << 3), /**< if a outupt supports the displying mirror image of the src_output @since 2.9.0 */
+       HAL_TDM_OUTPUT_CAPABILITY_NO_HW_VBLANK       = (1 << 4), /**< if a outupt doesn't support hw vblank */
 } hal_tdm_output_capability;
 
 /**