platform/hal/api/tdm.git
2 years agoPackage version up to 0.1.0 30/271230/3 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.062528 accepted/tizen/7.0/unified/hotfix/20221116.110342 accepted/tizen/8.0/unified/20231005.094428 accepted/tizen/unified/20220220.211442 submit/tizen/20220218.025831 submit/tizen/20220218.030458 tizen_7.0_m2_release tizen_8.0_m2_release
Changyeon Lee [Thu, 17 Feb 2022 04:54:53 +0000 (13:54 +0900)]
Package version up to 0.1.0

Change-Id: I28a25fea2c425f5e720b48f9dd8f80b5fc50a410

2 years agoadd hal_tdm_hwc_set_client_target_buffer_info 29/271229/4
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

2 years agoExclude dlog dependency when dlog disabled. 58/262958/4 linux_yocto
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>
2 years agoremove the unused functions 42/262042/1
SooChan Lim [Mon, 2 Aug 2021 05:06:56 +0000 (14:06 +0900)]
remove the unused functions

Change-Id: I05e8ca080fc66b65e8284e771786342e87c3c204

2 years agoadd -DDEFAULT_LOG_DLOG=1 79/261979/1
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

2 years agoadd hal-tdm-log.c file 78/261978/1
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

2 years agoPackage version up to 0.0.3 03/259403/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.115134 accepted/tizen/unified/20210608.130918 submit/tizen/20210607.091016 submit/tizen_6.5/20211028.163201 tizen_6.5.m2_release
SooChan Lim [Mon, 7 Jun 2021 08:15:09 +0000 (17:15 +0900)]
Package version up to 0.0.3

Change-Id: Ia0844ea8e356f51c6171a96684b61c1884f25fd8

2 years agoadd external functions to get the backend information 01/259401/1
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

3 years agoReplace fPIE gcc option with fPIC 90/257290/1
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>
3 years agopackage version up to 0.0.2 68/255568/1 accepted/tizen/unified/20210324.124614 submit/tizen/20210319.090109 submit/tizen/20210319.090617 submit/tizen/20210323.100158
SooChan Lim [Fri, 19 Mar 2021 07:52:31 +0000 (16:52 +0900)]
package version up to 0.0.2

Change-Id: I62eddcaeb0411fed25ad58eefa2f3bafb906662c

3 years agoremove output_commit backend api 54/255554/1
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

3 years agoerase not supported apis 85/253985/1 accepted/tizen/unified/20210302.131055 submit/tizen/20210222.081757 submit/tizen/20210225.073439 submit/tizen/20210302.014712
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>
3 years agoadd drm information from backend and to libtdm 49/253749/1
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

3 years agoremove backend register functions 48/253748/1
SooChan Lim [Tue, 16 Feb 2021 04:32:59 +0000 (13:32 +0900)]
remove backend register functions

Change-Id: I4eeb0543c86eb5d585e40e9395b7b316088bfc77

3 years agofix dereferencing null error 70/253670/1
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>
3 years agochange HAL_TDM_EVENT_SOURCE_MAX define position 44/253344/1 accepted/tizen/unified/20210209.124255 submit/tizen/20210209.075539
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>
3 years agoset event source number 84/253284/1
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>
3 years agofix syntax error 43/253243/1 accepted/tizen/unified/20210208.032901 submit/tizen/20210207.101653
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>
3 years agofix syntax error 96/253196/1
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>
3 years agosecond implementation 00/253100/2
SooChan Lim [Thu, 4 Feb 2021 06:42:39 +0000 (15:42 +0900)]
second implementation

Change-Id: Idc619c05f464c5e6069978c512a50e39b8a648df

3 years agoinit hal-api-tdm 41/252641/2
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>
3 years agoInitial empty repository master
Tizen Infrastructure [Thu, 17 Dec 2020 00:17:19 +0000 (00:17 +0000)]
Initial empty repository