hal-tdm-types: Remove wrong since tag 53/315853/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 5 Dec 2024 07:45:44 +0000 (16:45 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Thu, 5 Dec 2024 07:58:52 +0000 (16:58 +0900)
Change-Id: I8740c08f45662fc776ed2e4f1af0e9415bbae70c

include/hal-tdm-types.h

index d2e65ab2f783219fbc36aa6b5ffae9fe2317aeab..754d06283dcb5cb9c074989066dd856a54945d10 100644 (file)
@@ -107,9 +107,9 @@ typedef enum {
  */
 typedef enum {
        HAL_TDM_OUTPUT_CAPABILITY_ASYNC_DPMS         = (1 << 0), /**< if a outupt supports asynchronous DPMS operation */
-       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_HWC                = (1 << 1), /**< if a outupt supports hwc operation */
+       HAL_TDM_OUTPUT_CAPABILITY_EXTENDED_DPMS      = (1 << 2), /**< if a outupt supports extended DPMS operation */
+       HAL_TDM_OUTPUT_CAPABILITY_MIRROR             = (1 << 3), /**< if a outupt supports the displying mirror image of the src_output */
        HAL_TDM_OUTPUT_CAPABILITY_NO_HW_VBLANK       = (1 << 4), /**< if a outupt doesn't support hw vblank */
 } hal_tdm_output_capability;