Initialize major_version and minor_version as v1.0 07/315007/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 23 Jul 2024 10:39:54 +0000 (19:39 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 23 Jul 2024 10:52:45 +0000 (19:52 +0900)
Initialize major_version and minor_version as v1.0
in order to support the new HAL API versioning method
and then remove the deprecated abi_version field.

Change-Id: I7f8539cd14265ff58176a9e9244fa69e940a77e1

src/tbm_backend_vigs.c

index 3a1c5dfc042d21ed032f12150d33c2fd9c56dacb..1437f3c58103d8a6bdb98e915e00fc2e67bce50c 100644 (file)
@@ -1066,11 +1066,12 @@ fail_alloc_bufmgr_data:
 }
 
 hal_backend hal_backend_tbm_data = {
-       "vigs",
-       "Samsung",
-       HAL_ABI_VERSION_TIZEN_6_5,
-       hal_backend_tbm_vigs_init,
-       hal_backend_tbm_vigs_exit
+       .name = "vigs",
+       .vendor = "Samsung",
+       .init = hal_backend_tbm_vigs_init,
+       .exit = hal_backend_tbm_vigs_exit,
+       .major_version = 1,
+       .minor_version = 0,
 };
 
 struct vigs_drm_device *