From: Changyeon Lee Date: Wed, 4 Dec 2024 03:14:39 +0000 (+0900) Subject: hal-tdm-types: Add HAL_TDM_OUTPUT_CAPABILITY_NO_HW_VBLANK X-Git-Tag: accepted/tizen/unified/20241209.090225~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb07f47ffe3d8f550a3405f26079255b7ea32331;p=platform%2Fhal%2Fapi%2Ftdm.git hal-tdm-types: Add HAL_TDM_OUTPUT_CAPABILITY_NO_HW_VBLANK Change-Id: I84ba1ea158b816cc805f73b521ad9a87aeaccb8b --- diff --git a/include/hal-tdm-types.h b/include/hal-tdm-types.h index ccd6e8d..d2e65ab 100644 --- a/include/hal-tdm-types.h +++ b/include/hal-tdm-types.h @@ -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; /**