summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Changyeon Lee [Tue, 9 Jul 2024 06:04:36 +0000 (15:04 +0900)]
Get ownership of acquire_fence fd when fd is set to tdm
It is better to transfer ownership when fd is set in tdm for fd management.
Change-Id: I1388bbd62fb22277541761d1358cf6edaa80d0ac
Junkyeong Kim [Wed, 29 May 2024 02:43:53 +0000 (11:43 +0900)]
Package version up to 0.1.2
Change-Id: Iaa270c6898483973791152718fa2d5c61181c384
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Wed, 29 May 2024 02:41:54 +0000 (11:41 +0900)]
do not use hal_common_get_backend_abi_version
hal_common_get_backend_abi_version will be deprecated.
return default version 6.5
Change-Id: Ib5f8e81f8d6a58be84132e434e0521442d2f920e
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Changyeon Lee [Wed, 22 Nov 2023 04:21:45 +0000 (13:21 +0900)]
Package version up to 0.1.1
Change-Id: Ib4609086c08ac61c04d5a9543a0c233d9367fd75
Changyeon Lee [Tue, 21 Nov 2023 03:06:37 +0000 (12:06 +0900)]
Add Partial RELRO flags
Change-Id: I3c491ca2cd5a44f0f27f36aaf488e18b4fc17a5b
Changyeon Lee [Tue, 21 Nov 2023 02:59:17 +0000 (11:59 +0900)]
Add SC(Stack Canary) flags
Change-Id: I843f123640ed29d02bb78280b0396e6093445cdf
Changyeon Lee [Thu, 17 Feb 2022 04:54:53 +0000 (13:54 +0900)]
Package version up to 0.1.0
Change-Id: I28a25fea2c425f5e720b48f9dd8f80b5fc50a410
Changyeon Lee [Thu, 17 Feb 2022 04:28:39 +0000 (13:28 +0900)]
add hal_tdm_hwc_set_client_target_buffer_info
Change-Id: Ie01b4ccd62a0136ac6f09c14ce4be038fa51e550
Joonbum Ko [Tue, 24 Aug 2021 03:23:08 +0000 (12:23 +0900)]
Exclude dlog dependency when dlog disabled.
Change-Id: I725f9eca80f65cf0016f971259168851e88945a2
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
SooChan Lim [Mon, 2 Aug 2021 05:06:56 +0000 (14:06 +0900)]
remove the unused functions
Change-Id: I05e8ca080fc66b65e8284e771786342e87c3c204
SooChan Lim [Fri, 30 Jul 2021 01:38:09 +0000 (10:38 +0900)]
add -DDEFAULT_LOG_DLOG=1
use the dlog as a default log.
Change-Id: Id26833cddbe4e101c468af5f754050bed91de41a
SooChan Lim [Thu, 29 Jul 2021 04:56:39 +0000 (13:56 +0900)]
add hal-tdm-log.c file
This provide the log functions to print logs via
dlog and stdout.
Change-Id: I7eac5f56303cee52d02eba0375e378faf09731f4
SooChan Lim [Mon, 7 Jun 2021 08:15:09 +0000 (17:15 +0900)]
Package version up to 0.0.3
Change-Id: Ia0844ea8e356f51c6171a96684b61c1884f25fd8
SooChan Lim [Thu, 27 May 2021 06:26:00 +0000 (15:26 +0900)]
add external functions to get the backend information
There are three functions below.
char *hal_tdm_backend_get_name(hal_tdm_backend *backend);
char *hal_tdm_backend_get_vendor(hal_tdm_backend *backend);
unsigned long hal_tdm_backend_get_abi_version(hal_tdm_backend *backend);
Change-Id: Idee055920dec63ba722eb9433045caa421573dfa
Chanwoo Choi [Thu, 22 Apr 2021 05:54:40 +0000 (14:54 +0900)]
Replace fPIE gcc option with fPIC
The fPIE option is for the executable binary.
It is not proper for shared library files.
So that correct the wrong use-case by using fPIC.
Change-Id: Iaedb10897e72fd94ac4289966dd2b210acb40734
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
SooChan Lim [Fri, 19 Mar 2021 07:52:31 +0000 (16:52 +0900)]
package version up to 0.0.2
Change-Id: I62eddcaeb0411fed25ad58eefa2f3bafb906662c
SooChan Lim [Fri, 19 Mar 2021 06:59:01 +0000 (15:59 +0900)]
remove output_commit backend api
these api will be deprecated.
Change-Id: Ib65c2c83dad1c540e119bf9616908c59e7f330e0
Junkyeong Kim [Mon, 22 Feb 2021 03:47:21 +0000 (12:47 +0900)]
erase not supported apis
Change-Id: If01621f19f3a1b3e07a048fa0c4b444df0a427d6
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
SooChan Lim [Mon, 8 Feb 2021 08:26:05 +0000 (17:26 +0900)]
add drm information from backend and to libtdm
When tdm backend has master_drm_fd, hal-api-tdm sends it to libtdm.
when tdm backend has no master_drm_fd, hal-api-tdm gets the master_drm_fd from libtdm.
Change-Id: Ifcb7080bb70de1556a8a73205df752230d0a6408
SooChan Lim [Tue, 16 Feb 2021 04:32:59 +0000 (13:32 +0900)]
remove backend register functions
Change-Id: I4eeb0543c86eb5d585e40e9395b7b316088bfc77
Junkyeong Kim [Tue, 16 Feb 2021 08:06:52 +0000 (17:06 +0900)]
fix dereferencing null error
Change-Id: I98bddf5e60782b7680dfea7a52541364e68e4b16
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Tue, 9 Feb 2021 04:35:03 +0000 (13:35 +0900)]
change HAL_TDM_EVENT_SOURCE_MAX define position
Change-Id: Ided84e5cd9b0cf158beb5329173e055e6ecefd4f
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Mon, 8 Feb 2021 09:38:50 +0000 (18:38 +0900)]
set event source number
Change-Id: I4fd98c13155b66a0ba5b76783ebc51ffd62232f3
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Sun, 7 Feb 2021 07:55:38 +0000 (16:55 +0900)]
fix syntax error
Change-Id: Ic749a3c414754e19edc0d892f439487d3f01e6df
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Junkyeong Kim [Fri, 5 Feb 2021 10:30:57 +0000 (19:30 +0900)]
fix syntax error
Change-Id: I63cf5325dba0bbd026715caf3c590738add3d873
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
SooChan Lim [Thu, 4 Feb 2021 06:42:39 +0000 (15:42 +0900)]
second implementation
Change-Id: Idc619c05f464c5e6069978c512a50e39b8a648df
Junkyeong Kim [Mon, 1 Feb 2021 05:31:18 +0000 (14:31 +0900)]
init hal-api-tdm
Change-Id: I59d627b409b743a97c08535ecbc2de84b0e9d88e
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
Tizen Infrastructure [Thu, 17 Dec 2020 00:17:19 +0000 (00:17 +0000)]
Initial empty repository