platform/upstream/enlightenment.git
4 years agoe_client: add internal function to create evas_map for transform 29/211229/1
Doyoun Kang [Wed, 31 Jul 2019 07:45:20 +0000 (16:45 +0900)]
e_client: add internal function to create evas_map for transform

Change-Id: Ie6d9bb6219bcbac878f69629e50f1fd16d5ea30b

4 years agovideo: Removed video buffer from queue before appending it if it's been already appended. 12/211212/1
Seunghun Lee [Mon, 27 May 2019 07:40:57 +0000 (16:40 +0900)]
video: Removed video buffer from queue before appending it if it's been already appended.

Change-Id: Ifa79aa90d4f1458e5a4496b83659e7a096c257f6

4 years agoe_test_helper: add kill window method 00/192300/5 accepted/tizen/unified/20190731.112529 submit/tizen/20190731.021950
JunSeok, Kim [Fri, 2 Nov 2018 05:35:17 +0000 (14:35 +0900)]
e_test_helper: add kill window method

Change-Id: If61c6bcae079149915e644c6004e3fa4fb7870be

4 years agoe_service_launcher: added missing break 57/211057/2
MinJeong Kim [Mon, 29 Jul 2019 12:06:07 +0000 (21:06 +0900)]
e_service_launcher: added missing break

Change-Id: Ie03eb6a422d9a9b2b137813ff302f016456da215
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
4 years agoe_hwc_window: reset constraints in client_type_override 82/210982/3
Changyeon Lee [Fri, 26 Jul 2019 07:41:05 +0000 (16:41 +0900)]
e_hwc_window: reset constraints in client_type_override

if constraint isn't reset in client_type override,
queue buffer is used by source of compositing

Change-Id: Ifacf9532347eccc6bddc711401fb344d83442594

4 years agoe_hwc_windows: add visible windows to rendered_windows in flush post 81/210981/3
Changyeon Lee [Fri, 26 Jul 2019 06:17:12 +0000 (15:17 +0900)]
e_hwc_windows: add visible windows to rendered_windows in flush post

sometimes visible windows doens't exist in rendered windows

Change-Id: If54714003a953cee5babbb4638400e29381b7f0c

4 years agoe_hwc_windows: add checking transition to none 80/210980/3
Changyeon Lee [Fri, 26 Jul 2019 04:44:34 +0000 (13:44 +0900)]
e_hwc_windows: add checking transition to none

Change-Id: I929750a03d0aa6a7ac596b3da61e88ebb53a118c

4 years agoe_hwc: adjust log alignment 78/210978/3
Changyeon Lee [Fri, 26 Jul 2019 12:18:30 +0000 (21:18 +0900)]
e_hwc: adjust log alignment

Change-Id: Id54acfa315ccc0b8fd30ce00d8449227a60bd5be

4 years agoe_hwc_window_queue: fix null pointer dereference 51/211051/2
Changyeon Lee [Mon, 29 Jul 2019 10:13:39 +0000 (19:13 +0900)]
e_hwc_window_queue: fix null pointer dereference

Change-Id: I21158989def92b49a1687d392e384c91daddc975

4 years agoe_comp_wl: do not send a poiner leave event when a touch down is occurred 36/211036/2
jeon [Mon, 29 Jul 2019 07:21:26 +0000 (16:21 +0900)]
e_comp_wl: do not send a poiner leave event when a touch down is occurred

Change-Id: I0e9b50c9f2eca3e1f625537c95fd736e03f984fc

4 years agovideo: No need to create and copy operation for buffer in case of using video layer. 10/211010/2
Seunghun Lee [Mon, 29 Jul 2019 05:47:04 +0000 (14:47 +0900)]
video: No need to create and copy operation for buffer in case of using video layer.

A buffer which is given by client has to be handed to video layer
without any manipulation. There was a defect that a scanout buffer
was handed to video layer even though client submitted non-scanout
buffer.

Change-Id: I6e8e98f228db7c300dfe10c6ba9835ada0c6f434

4 years agoModified some logs for alignment 43/210943/1
MinJeong Kim [Fri, 26 Jul 2019 06:42:54 +0000 (15:42 +0900)]
Modified some logs for alignment

Change-Id: I2eaac16e0e28a8fc8780a37ecc9246d326ed8759
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
4 years agoe_policy_visibility: fix bug for getting above visible type 74/210874/2 accepted/tizen/unified/20190726.112539 submit/tizen/20190725.115243
Doyoun Kang [Thu, 25 Jul 2019 11:17:19 +0000 (20:17 +0900)]
e_policy_visibility: fix bug for getting above visible type

There was a bug in _e_vis_ec_above_visible_type function.

win C : 32bit (  0,   0,  720 x 1280) <-- unobscured
win B : 24bit (100, 100,  480 x  800) <-- unobscured
win A : 24bit (100, 100,  480 x  800) <-- fully-obscured

In above case,
if new "win D" is shown on the top, "win B" should change to fully-obscured.
And we expect that there is no change for "win A".

win D : 24bit (100, 100,  480 x  800) <-- unobscured
win C : 32bit (  0,   0,  720 x 1280) <-- unobscured
win B : 24bit (100, 100,  480 x  800) <-- fully-obscured
win A : 24bit (100, 100,  480 x  800) <-- fully-obscured

But, "win A" get the pre-unobscured event when "win B" is hidden because
_e_vis_ec_above_visible_type() returns E_POL_VIS_TYPE_ALPHA.
For this, e sent pre-unobscured event and tried to uniconify "win A".

So, we added code to check the above window continuously until finding 24bit window.

Change-Id: I3640f96c0aeabb9a319ef2093be18278e25837ee

4 years agofix potential overflow issues 04/210704/3
jeon [Wed, 24 Jul 2019 05:21:13 +0000 (14:21 +0900)]
fix potential overflow issues

Change-Id: I3e8c85f9173aaa269564a737f903a08728cfda28

4 years agoe_service_launcher: added missed runner set and removed back slash 13/210813/1 submit/tizen/20190725.044739
MinJeong Kim [Thu, 25 Jul 2019 04:43:01 +0000 (13:43 +0900)]
e_service_launcher: added missed runner set and removed back slash

Change-Id: I346739c23d10200bb3fa2457de9ba907978455b2
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
4 years agoe_service_launcher : supports multiple launchers 64/210564/6
MinJeong Kim [Mon, 22 Jul 2019 10:06:42 +0000 (19:06 +0900)]
e_service_launcher : supports multiple launchers

Enlightenment has to handle multiple launchers to support not only
home-to-app but also app-to-app launching animation.
This patch includes below features to support that.

1. E_Service_Launcher_Handler object added
 - provides 'launcher_hansh' to store multiple launcher data
 - manages hooks and event handlers.
 - manages runner, pre_runner launchers.
2. runner/pre_runner
 - 'runner' is a pointer of launcher object currently proccessed by enlightenment now.
 - 'pre_runner' is a pointer of launcher object previously proccessed by enlightenment.
 - runner and pre_runner are able to exist as only single instance(or no instance)
 - A launcher that send the latest 'launch' request is 'runner'.
   If there is 'runner' already. the 'runner' is changed to  'pre_runner'.
 - TODO: grouping runner and pre-runner to support multiple launchers running animation.

Change-Id: Ic54d073b9d42ac6e65782f73ddbf99e3d2867cb7
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
4 years agoe_hwc_window_queue: notify reset of queue when hand over or retrieve buffer
Changyeon Lee [Tue, 23 Jul 2019 08:22:05 +0000 (17:22 +0900)]
e_hwc_window_queue: notify reset of queue when hand over or retrieve buffer

ddk of compositor want to know that owner of buffer is changed

Change-Id: I225e9d76ebceef93564c95d6f93f8f3abde1822b

4 years agoe_hwc_window_queue: add null check for hwc_window
Changyeon Lee [Tue, 23 Jul 2019 12:34:30 +0000 (21:34 +0900)]
e_hwc_window_queue: add null check for hwc_window

Change-Id: I7ff22a30292387dcf28b0c743a2824d076d671f6

4 years agoe_hwc_windows: set queue of target window in buffer_fetch
Changyeon Lee [Mon, 22 Jul 2019 09:29:39 +0000 (18:29 +0900)]
e_hwc_windows: set queue of target window in buffer_fetch

queue of target window is destroyed when ecore_evas of
compositor is resized.
so add checking queue and setting queue to target window
in buffer_fetch

Change-Id: I8fc8c0f223fdf3c267d772c3fa50656fe1ca32d0

4 years agoe_hwc_windows: call offscreen commit if fake config of out is set
Changyeon Lee [Mon, 22 Jul 2019 09:06:20 +0000 (18:06 +0900)]
e_hwc_windows: call offscreen commit if fake config of out is set

Change-Id: I8f8303151fc9bcb41d84490d086bac7cd98d9e9c

4 years agoe_hwc: create tbm_surface_queue if fake config of output is set
Changyeon Lee [Mon, 22 Jul 2019 06:11:27 +0000 (15:11 +0900)]
e_hwc: create tbm_surface_queue if fake config of output is set

Change-Id: Ieae15419e6bcdc70cb9f32088dd27359e6a373a1

4 years agoe_output: set fake_config to false before resize ecore_evas
Changyeon Lee [Mon, 22 Jul 2019 06:10:42 +0000 (15:10 +0900)]
e_output: set fake_config to false before resize ecore_evas

Change-Id: Id0c43c52f2f3e1f56ef329fe165f1ce6ab24f863

4 years agoe_eom: add _e_eom_output_status_broadcast 36/210736/3
SooChan Lim [Wed, 24 Jul 2019 06:40:32 +0000 (15:40 +0900)]
e_eom: add _e_eom_output_status_broadcast

Change-Id: If5da3b337764644504490c7cccb8b516962b0018

4 years agoe_eom: add _e_eom_output_info_broadcast 27/210727/4
SooChan Lim [Wed, 24 Jul 2019 06:06:09 +0000 (15:06 +0900)]
e_eom: add _e_eom_output_info_broadcast

Change-Id: I5922df2192d541c9acb8d0e38875f62a82331db8

4 years agoe_eom: use _e_eom_output_get_by_id to send the output information 26/210726/3
SooChan Lim [Wed, 24 Jul 2019 05:45:18 +0000 (14:45 +0900)]
e_eom: use _e_eom_output_get_by_id to send the output information

Change-Id: I903a0bdf39d69c162ae4825bd3a191ece8e95e25

4 years agoe_eom: remove the virtual output. 17/210717/4
SooChan Lim [Wed, 24 Jul 2019 05:15:20 +0000 (14:15 +0900)]
e_eom: remove the virtual output.

Change-Id: I19da92871173695a3190ae4cfe5aeb62cce28cc5

4 years agoe_eom: remove the _e_eom_output_state_get_attribute_state 16/210716/3
SooChan Lim [Wed, 24 Jul 2019 02:20:42 +0000 (11:20 +0900)]
e_eom: remove the _e_eom_output_state_get_attribute_state

It is useless.

Change-Id: Ib1c1edbda8342992c359ae7a0190bc0233d87b18

4 years agoe_eom: remove the meaningless null-checking 15/210715/3
SooChan Lim [Tue, 23 Jul 2019 07:28:55 +0000 (16:28 +0900)]
e_eom: remove the meaningless null-checking

Change-Id: I4d71e1c3daded432f6f05526b6d4d78f2b0866be

4 years agoe_eom: move the code position 14/210714/3
SooChan Lim [Tue, 23 Jul 2019 06:59:48 +0000 (15:59 +0900)]
e_eom: move the code position

Change-Id: Ica117467e77da4592450782de0d3b5ef48300098

4 years agoe_eom: remove the _e_eom_init_internal 13/210713/3
SooChan Lim [Tue, 23 Jul 2019 06:57:23 +0000 (15:57 +0900)]
e_eom: remove the _e_eom_init_internal

move the code from _e_eom_init_internal to _eom_init
Change-Id: Ieb5dbd5beddd913629160a9517c4344b0122af6c

4 years agoe_eom: remove the added_output list at e_output_deinit 12/210712/3
SooChan Lim [Tue, 23 Jul 2019 06:48:15 +0000 (15:48 +0900)]
e_eom: remove the added_output list at e_output_deinit

Change-Id: I73ff7483b882822f2b6bc02f005c19643f5ea128

4 years agoe_eom: use the e_eom_create/e_eom_destroy 11/210711/3
SooChan Lim [Tue, 23 Jul 2019 06:19:48 +0000 (15:19 +0900)]
e_eom: use the e_eom_create/e_eom_destroy

Change-Id: Ib343678d904393b3859f82594fb701ad499a865e

4 years agoe_eom: add _e_eom_viratul_output_deinit 10/210710/3
SooChan Lim [Tue, 23 Jul 2019 04:56:22 +0000 (13:56 +0900)]
e_eom: add _e_eom_viratul_output_deinit

Change-Id: I6cca842c43216a9cbaf538837416ecca95f6928b

4 years agoe_eom: add _e_eom_output_deinit 09/210709/3
SooChan Lim [Tue, 23 Jul 2019 04:46:15 +0000 (13:46 +0900)]
e_eom: add _e_eom_output_deinit

Change-Id: Ibb480b80f4f9dc1ea7e837d0c0f3e87525ae20b8

4 years agoe_eom: check the connection of the primary_output each time 08/210708/3
SooChan Lim [Tue, 23 Jul 2019 04:08:38 +0000 (13:08 +0900)]
e_eom: check the connection of the primary_output each time

Change-Id: I58a801a744ea4a61b188f9ad788e0a1fa2cd4374

4 years agoe_eom: remove the unused variables at E_Eom 07/210707/2
SooChan Lim [Tue, 23 Jul 2019 04:00:48 +0000 (13:00 +0900)]
e_eom: remove the unused variables at E_Eom

Change-Id: I7f0da15ce4fd3ee046ee389f8cb4add42fd13e88

4 years agoe_eom: remove the unused bufmgr 06/210706/3
SooChan Lim [Tue, 23 Jul 2019 03:53:25 +0000 (12:53 +0900)]
e_eom: remove the unused bufmgr

Change-Id: Ie420fbe108ef4ab845436d209713b63d3364e40d

4 years agoe_eom: remove the unused rotate data 05/210705/1
SooChan Lim [Tue, 23 Jul 2019 03:50:01 +0000 (12:50 +0900)]
e_eom: remove the unused rotate data

Change-Id: I41cad77fd7fa207137491b29ab91a3a316630a94

4 years agoe_eom: change the log format 34/210334/7
SooChan Lim [Thu, 18 Jul 2019 05:01:49 +0000 (14:01 +0900)]
e_eom: change the log format

add the output name in the log

Change-Id: If5ed1b87751c77c430f10fefb49b943cc6e591a6

4 years agoe_output: only primary output renders and commits at Hwc_Windows 05/210605/3
SooChan Lim [Tue, 23 Jul 2019 02:04:38 +0000 (11:04 +0900)]
e_output: only primary output renders and commits at Hwc_Windows

Change-Id: Ieba350b59a65da903b7052767e6deecf7889239d

4 years agoe_hwc_windows: check the visible evas object at the hwc->evas 04/210604/3
SooChan Lim [Tue, 23 Jul 2019 02:03:10 +0000 (11:03 +0900)]
e_hwc_windows: check the visible evas object at the hwc->evas

Change-Id: I98eea0bfdad0f6961c572423a0bd700103105157

4 years agoe_hwc: add evas of the ee to the hwc 03/210603/3
SooChan Lim [Tue, 23 Jul 2019 01:59:36 +0000 (10:59 +0900)]
e_hwc: add evas of the ee to the hwc

Change-Id: I0d383209cb420beaa35709e859d282bf8e386a8f

4 years agoe_info_client/server: fix wrong information for transform test 90/210690/4
Doyoun Kang [Wed, 24 Jul 2019 02:54:52 +0000 (11:54 +0900)]
e_info_client/server: fix wrong information for transform test

Change-Id: Ib20c88d664ea4718cbd774aa0dd9099e1a2fff47

4 years agoe_comp_screen: setup the screen for only primary output 35/210335/4
SooChan Lim [Thu, 18 Jul 2019 03:53:29 +0000 (12:53 +0900)]
e_comp_screen: setup the screen for only primary output

Change-Id: I62991161862b55ef6329078a4ba6b0a16a00a860

4 years agoe_dpms: set dpms interface destroy callback to prevent event sending to destroied... 80/210480/2
Junkyeong Kim [Fri, 19 Jul 2019 09:58:08 +0000 (18:58 +0900)]
e_dpms: set dpms interface destroy callback to prevent event sending to destroied client

Change-Id: If7bf5cb32784100ae852594e77339a50f9372573
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
5 years agoe_desk/e_comp_wl_shell: apply zoom when ec is mapped 10/210410/1
Doyoun Kang [Fri, 19 Jul 2019 01:34:49 +0000 (10:34 +0900)]
e_desk/e_comp_wl_shell: apply zoom when ec is mapped

There was a flickering issue using e_desk_zoom_set when a small window was shown.
We added a code to apply zomm before mapping window.

Change-Id: I4331f17516ef68137cc320ce911e21790495eb8f

5 years agoe_hwc_window_queue: fix wrong setting width and height 72/210372/2 accepted/tizen/unified/20190721.213239 submit/tizen/20190718.064631
Changyeon Lee [Thu, 18 Jul 2019 11:49:48 +0000 (20:49 +0900)]
e_hwc_window_queue: fix wrong setting width and height

Change-Id: I955f99be3b9968503af565ee410c3c4c2b18f12e

5 years agoe_hwc_windows: add e_hwc_windows_mirror_set/unset 33/210333/6
SooChan Lim [Thu, 18 Jul 2019 03:34:24 +0000 (12:34 +0900)]
e_hwc_windows: add e_hwc_windows_mirror_set/unset

Change-Id: Iac240590beab7b9eb1915e1c7ecdce978438bc25

5 years agoe_hwc_windows: check the dereference variable 32/210332/3
SooChan Lim [Thu, 18 Jul 2019 03:33:07 +0000 (12:33 +0900)]
e_hwc_windows: check the dereference variable

Change-Id: I885bf18572e1cb78d92c09db4a7b6a1e2f98370a

5 years agoe_hwc_windows: use hwc->ee instead of comp->ee 31/210331/3
SooChan Lim [Thu, 18 Jul 2019 03:27:40 +0000 (12:27 +0900)]
e_hwc_windows: use hwc->ee instead of comp->ee

Change-Id: Ia550a88cd56d6a767bdb6ef90a8836076f87d76a

5 years agoe_hwc: call e_hwc_planes_end only when the hwc policy is E_HWC_POLICY_PLANES 30/210330/3
SooChan Lim [Thu, 18 Jul 2019 02:40:28 +0000 (11:40 +0900)]
e_hwc: call e_hwc_planes_end only when the hwc policy is E_HWC_POLICY_PLANES

Change-Id: I3017af05ae0c12d69dab24b2982d4f262e7c4a74

5 years agoe_hwc: add e_hwc_tbm_surface_queue_get 29/210329/3
SooChan Lim [Thu, 18 Jul 2019 02:39:13 +0000 (11:39 +0900)]
e_hwc: add e_hwc_tbm_surface_queue_get

Change-Id: I634c7893f8227f5d69530628a12f9a665cb9ee5e

5 years agoe_comp_screen: call the init/deinit functions once during the lifetime 28/210328/3
SooChan Lim [Thu, 18 Jul 2019 02:28:52 +0000 (11:28 +0900)]
e_comp_screen: call the init/deinit functions once during the lifetime

modify the code that the e20 call the init/deinit functions below only onetime.
When these functions call multiple times, it brings the serious bugs.
- e_hwc_planes_init/deinit
- e_hwc_windows_init/deinit
   - e_hwc_window_init/deinit
   - e_hwc_window_queue_init/deinit

Change-Id: I7b204b85dc395a8ec9d2b432f03f331ed50e8b01

5 years agoe_hwc_windows: add the new/del target window function. 27/210327/3
SooChan Lim [Thu, 18 Jul 2019 02:06:51 +0000 (11:06 +0900)]
e_hwc_windows: add the new/del target window function.

Change-Id: I6d99fc1568ed1a5a5d4b78ab7b2f46d85e122efb

5 years agoe_hwc_window_queue: remove the hwc parameter at e_hwc_window_queue_init/deinit 26/210326/2
SooChan Lim [Thu, 18 Jul 2019 02:20:55 +0000 (11:20 +0900)]
e_hwc_window_queue: remove the hwc parameter at e_hwc_window_queue_init/deinit

Change-Id: Ib279aa869d68e063176a97d7e8042a3ea76009a5

5 years agoe_hwc_window: remove the hwc parameter at e_hwc_window_init/deinit 25/210325/2
SooChan Lim [Thu, 18 Jul 2019 02:15:45 +0000 (11:15 +0900)]
e_hwc_window: remove the hwc parameter at e_hwc_window_init/deinit

Change-Id: Idf8f6ec479b0e412a3fc9abfd8c2af5211024a7c

5 years agoe_output: do not create the e_hwc when there is already existed one 24/210324/2
SooChan Lim [Thu, 18 Jul 2019 03:30:41 +0000 (12:30 +0900)]
e_output: do not create the e_hwc when there is already existed one

Change-Id: I695f57cd8aaddf7f4fac6f70b4c76259175a567e

5 years agoremove the useless definition 23/210323/2
SooChan Lim [Thu, 18 Jul 2019 03:32:12 +0000 (12:32 +0900)]
remove the useless definition

Change-Id: I736b9af807851ef585ab87d766dd2e3db527c08c

5 years agofix the log 22/210322/2
SooChan Lim [Thu, 18 Jul 2019 03:28:53 +0000 (12:28 +0900)]
fix the log

Change-Id: I6964767af053a45deef69cd355c82328a19eb23a

5 years agoe_hwc: fix the indent 21/210321/2
SooChan Lim [Thu, 18 Jul 2019 02:35:04 +0000 (11:35 +0900)]
e_hwc: fix the indent

Change-Id: I5f9edd8c021b2539ff143d5d62eb5b4decd82420

5 years agoe_hwc: call e_hwc_del when e_hwc_new is failed. 20/210320/2
SooChan Lim [Thu, 18 Jul 2019 02:18:10 +0000 (11:18 +0900)]
e_hwc: call e_hwc_del when e_hwc_new is failed.

Change-Id: I3c4864415cdee7bfcf5e15451358592c3ce8da78

5 years agoe_output: change the e_output_setup to the e_output_hwc_setup 19/210319/2
SooChan Lim [Thu, 18 Jul 2019 01:43:06 +0000 (10:43 +0900)]
e_output: change the e_output_setup to the e_output_hwc_setup

Change-Id: Ifb59fdd72bcbb5424686edc8ecf1b9eb06319c22

5 years agoRevert "e_hwc_windows: set CLIENT to state of ec which is located below video" 29/210229/1
Changyeon Lee [Tue, 16 Jul 2019 09:52:18 +0000 (18:52 +0900)]
Revert "e_hwc_windows: set CLIENT to state of ec which is located below video"

set client in tdm_backend

This reverts commit f46927fce42f10b60f6a121c5f9c81bd6aadf949.

Change-Id: I7f15e731e5fc829ea777d78da21b0556fe965405

5 years agoe_hwc_window_queue: add comparing size of client and queue 28/210228/1
Changyeon Lee [Thu, 11 Jul 2019 06:57:30 +0000 (15:57 +0900)]
e_hwc_window_queue: add comparing size of client and queue

Change-Id: I28341a45d28fc8825b35fe87445dcde866a044aa

5 years agohwc: send width and height of queue when activate client queue 27/210227/1
Changyeon Lee [Mon, 15 Jul 2019 09:36:58 +0000 (18:36 +0900)]
hwc: send width and height of queue when activate client queue

Change-Id: I3c808d94601d9267a98146fc68e156f1d0467e41

5 years agoe_hwc_window_queue: add WAITING_WAIT_USABLE state 26/210226/1
Changyeon Lee [Wed, 10 Jul 2019 07:41:54 +0000 (16:41 +0900)]
e_hwc_window_queue: add WAITING_WAIT_USABLE state

add WAITING_WAIT_USABLE state for supporting double buffer queue
of target window.
WAITING_WAIT_USABLE means waiting the wait_usable request of queue.

queue has two case of changing state for setting STATE_SET.

1. WAITING_WAIT_USABLE -> WAITING_BUFFER -> SET
2. WAITING_WAIT_USABLE -> WAITING_DEQUEUEABLE_BUFFER
   -> WAITING_BUFFER - > SET

if target window has double buffer queue, target window can't
get idle buffer for compositing when buffer is sent to client.
hwc_window_queue should send buffer to client when client wait
buffer for rendering.
client send wait_usable request when it wait idle buffer after
active event.

Change-Id: I4fdbcbef2ffe810b3618f035c39602ec4ad451c4

5 years agoe_hwc_window_queue: remove unused code 19/209719/3
Changyeon Lee [Wed, 10 Jul 2019 07:43:30 +0000 (16:43 +0900)]
e_hwc_window_queue: remove unused code

Change-Id: Icbc05dcf3b88ad3f5b11d8605f3f2fea3e812f1d

5 years agoe_hwc_window_queue: rename state of e_hwc_window_queue 15/209715/5
Changyeon Lee [Wed, 10 Jul 2019 07:06:34 +0000 (16:06 +0900)]
e_hwc_window_queue: rename state of e_hwc_window_queue

SET_WAITING -> SET_WAITING_BUFFER
SET_PENDING -> SET_WAITING_DEQUEUEABLE

Change-Id: Id3b2cf6d1140df01ec27584cfd459c3aaf11c3d4

5 years agoe_hwc_window_queue: release tqueue when prepare set is failed 08/209708/4
Changyeon Lee [Tue, 9 Jul 2019 10:41:35 +0000 (19:41 +0900)]
e_hwc_window_queue: release tqueue when prepare set is failed

Change-Id: Ie763f279483047816ba93fe9b8b4690b8925bb01

5 years agoe_plane: remove gbm_tbm.h 24/210124/2 accepted/tizen/unified/20190717.115257 submit/tizen/20190716.054641
Changyeon Lee [Tue, 16 Jul 2019 05:09:02 +0000 (14:09 +0900)]
e_plane: remove gbm_tbm.h

Change-Id: I082d301ce6310f7aeb27b934c440b33876128e79

5 years agoe_output: fix build error 23/210123/2
Changyeon Lee [Tue, 16 Jul 2019 05:08:18 +0000 (14:08 +0900)]
e_output: fix build error

Change-Id: I90de54600c958308f52785758cea1a7da5f03f51

5 years agoe_output: change the log format 41/210041/1
SooChan Lim [Mon, 15 Jul 2019 07:25:16 +0000 (16:25 +0900)]
e_output: change the log format

add the output id(name) into the log

Change-Id: I2f41db6e3da1aaebf288cbefe1d5e0d553b50f87

5 years agoe_hwc_windows: clear buffer queue if target window isn't device type 07/209707/4
Changyeon Lee [Tue, 9 Jul 2019 10:08:30 +0000 (19:08 +0900)]
e_hwc_windows: clear buffer queue if target window isn't device type

it is cuased flickering if rendered buffer of target window is enqueued
to queue after target window is set by none type.

Change-Id: If29dfe3c478e64b2e7e766d46007a4b5e11f0c08

5 years agoe_hwc_window: change the log format 99/209999/5
SooChan Lim [Mon, 15 Jul 2019 02:39:34 +0000 (11:39 +0900)]
e_hwc_window: change the log format

add the output id(name) into the log

Change-Id: I96ea50834068072839dc03f9db69ee49e1fd4115

5 years agoe_hwc_window_queue: change the log format 98/209998/5
SooChan Lim [Mon, 15 Jul 2019 02:32:31 +0000 (11:32 +0900)]
e_hwc_window_queue: change the log format

add the output id(name) into the log

Change-Id: I82457bd733c03bf269137830e2634710182f8258

5 years agoe_hwc_windows: change the log format 97/209997/4
SooChan Lim [Mon, 15 Jul 2019 04:14:50 +0000 (13:14 +0900)]
e_hwc_windows: change the log format

add the output id(name) to the log

Change-Id: Id3de6c2214fd656b8f0ff7e1905c0a71ed8a1116

5 years agoe_hwc: change the log format 96/209996/3
SooChan Lim [Mon, 15 Jul 2019 02:30:55 +0000 (11:30 +0900)]
e_hwc: change the log format

add the output id(name) to the log

Change-Id: I7b0b085065f2849489b0bdb3230e4f9cc3cb6698

5 years agoe_comp_screen: change the log format 95/209995/3
SooChan Lim [Mon, 15 Jul 2019 02:29:36 +0000 (11:29 +0900)]
e_comp_screen: change the log format

Change-Id: Ib75382ff6ad298f3eeb2d8775c45e718f4391073

5 years agoe_hwc: add e_hwc_output_id_get 94/209994/1
SooChan Lim [Mon, 15 Jul 2019 02:28:25 +0000 (11:28 +0900)]
e_hwc: add e_hwc_output_id_get

get the output id from the hwc.

Change-Id: I7a1893f187ed3c486668c62acc6941838f334375

5 years agoe_service_launcher: add argument instance_id into 'launcher' callback 71/209871/1 accepted/tizen/unified/20190715.111921 submit/tizen/20190712.051934
MinJeong Kim [Fri, 12 Jul 2019 04:17:18 +0000 (13:17 +0900)]
e_service_launcher: add argument instance_id into 'launcher' callback

Change-Id: I13eb01494d8f13441145c8c4e7fcb3e7a97f7a31
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
5 years agoe_service_launcher: send prepare event with splash screen data 39/209839/5
MinJeong Kim [Thu, 11 Jul 2019 10:57:09 +0000 (19:57 +0900)]
e_service_launcher: send prepare event with splash screen data

This patch supports launching animation with splash screen.

Change-Id: Ic3c71ae5654272ffdd3d107ab527fab3978ef23b
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
5 years agoe_comp_wl: make the functions be EINTERN 70/209770/2 accepted/tizen/unified/20190711.132607 submit/tizen/20190711.065953
SooChan Lim [Thu, 11 Jul 2019 00:18:29 +0000 (09:18 +0900)]
e_comp_wl: make the functions be EINTERN

The functions make the internal ones which is not used at the e20 modules.

Change-Id: I5fcd695c7c235936729cf8ef0a3a0d630b5f878f

5 years agoAdd new hooks and signal to notify finishing some user request. 98/209798/2
anubhavbehera [Thu, 11 Jul 2019 04:56:46 +0000 (10:26 +0530)]
Add new hooks and signal to notify finishing some user request.

Some modules needed to know when Activate, Raise and Map requests are completed.
So added below hooks:
- E_CLIENT_HOOK_ACTIVATE_DONE
- E_POLICY_HOOK_CLIENT_RAISE_REQ_DONE
- e_comp_object_signal_emit(ec->frame, e,action,map,done, e)

Change-Id: I68ed431921093211a3515d25db93d650c2c51db3
Signed-off-by: anubhavbehera <anubhav.b@samsung.com>
5 years agoe_comp_wl_tbm: make the functions be EINTERN 38/209738/3
SooChan Lim [Wed, 10 Jul 2019 10:26:20 +0000 (19:26 +0900)]
e_comp_wl_tbm: make the functions be EINTERN

The functions make the internal ones which is not used at the e20 modules.

Change-Id: I689003f1463d54cf21f570326e8f6cf4bb0cfae7

5 years agoe_comp_screen: make the functions be EINTERN 35/209735/1
SooChan Lim [Wed, 10 Jul 2019 09:53:37 +0000 (18:53 +0900)]
e_comp_screen: make the functions be EINTERN

The functions make the internal ones which is not used at the e20 modules.

Change-Id: I8ee7e28357ccb2629cb7f627b991259514c9aed4

5 years agoe_hwc_windows: remove assigning to unused value 10/209610/1
Changyeon Lee [Tue, 9 Jul 2019 08:56:57 +0000 (17:56 +0900)]
e_hwc_windows: remove assigning to unused value

Change-Id: I9578ba6693d3baad60273dbcd92e3f012cd2a98a
Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
5 years agoe_devicemgr: check socket fd is not negative before cynara check 89/209589/1
jeon [Tue, 9 Jul 2019 07:02:11 +0000 (16:02 +0900)]
e_devicemgr: check socket fd is not negative before cynara check

Change-Id: Ie9963f4bbfd63f9e4a10a4f9298e935bbd62c432

5 years agovideo: Add missing break to a case statement. 67/209567/1
Seunghun Lee [Tue, 9 Jul 2019 02:41:38 +0000 (11:41 +0900)]
video: Add missing break to a case statement.

Change-Id: I572e87a2471a58bf323f96c46c9242559e7ffa62

5 years agoe_info: fixed a resource leak of eldbus_message 61/209561/1
Gwanglim Lee [Tue, 9 Jul 2019 02:12:42 +0000 (11:12 +0900)]
e_info: fixed a resource leak of eldbus_message

Change-Id: I3db497d0c4b7fe5bde64242909fbcef3d53b9e3a

5 years agoe_magnifier: fix resource leak 56/209556/1 accepted/tizen/unified/20190709.071142 submit/tizen/20190709.011051
Doyoun Kang [Tue, 9 Jul 2019 00:14:52 +0000 (09:14 +0900)]
e_magnifier: fix resource leak

Change-Id: Ibbb7ac33601e6346ea5b4edc6729f976f789d050

5 years agoe_video_hwc: fix build break 55/209555/1
Doyoun Kang [Tue, 9 Jul 2019 00:14:21 +0000 (09:14 +0900)]
e_video_hwc: fix build break

Change-Id: I5efef1775769ee0accb40ed8e0567fd95f846f83

5 years agoe_info: removed a dead checking code 40/209540/2
Gwanglim Lee [Mon, 8 Jul 2019 11:49:52 +0000 (20:49 +0900)]
e_info: removed a dead checking code

Change-Id: I883378460c94262cf2e2ba90ca66a46096694991

5 years agoe_comp: remove the e_comp->comp_type 97/209497/7
SooChan Lim [Mon, 8 Jul 2019 10:16:39 +0000 (19:16 +0900)]
e_comp: remove the e_comp->comp_type

The composition type of the e20 always WL.
It never uses the X11. Therefore, e20 does not need
comp_type of the e_comp anymore.

Change-Id: I57f1ec42195b71945730e0561ff629a7428632cc

5 years agoe_comp_canvas: make the functions be EINTERN 66/209466/2
SooChan Lim [Fri, 5 Jul 2019 08:06:21 +0000 (17:06 +0900)]
e_comp_canvas: make the functions be EINTERN

The functions make the internal ones which is not used at the e20 modules.

Change-Id: Id1312763efa37fadc17e4444ff711fd96d131412

5 years agoe_comp: make the e_comp_util_client_is_fullscreen internal function 65/209465/2
SooChan Lim [Fri, 5 Jul 2019 06:30:49 +0000 (15:30 +0900)]
e_comp: make the e_comp_util_client_is_fullscreen internal function

remove the inline function at the header file and
make it be a internal function.

Change-Id: Iafce7472c43dcfafd9d2c5e780077e3cc9c8ae11

5 years agoe_comp: rearrange the position of the prototypes 64/209464/2
SooChan Lim [Fri, 5 Jul 2019 06:24:33 +0000 (15:24 +0900)]
e_comp: rearrange the position of the prototypes

Change-Id: I73d22cea3e9243277c298382241a626b5d5ffadc

5 years agoe_comp: make the functions be EINTERN 63/209463/2
SooChan Lim [Fri, 5 Jul 2019 05:49:05 +0000 (14:49 +0900)]
e_comp: make the functions be EINTERN

The functions make the internal ones which is not used at the e20 modules.

Change-Id: I391a2e202806eff7bf53c6ad8bbe8c037cc98720

5 years agovideo: Removed lines that is unknown usage. 62/209462/2
Seunghun Lee [Fri, 31 May 2019 04:22:04 +0000 (13:22 +0900)]
video: Removed lines that is unknown usage.

Change-Id: Iaeb9203b9326792787a5db3c51504bf6fbdd2a87

5 years agovideo: Added comments. 61/209461/2
Seunghun Lee [Fri, 31 May 2019 01:55:54 +0000 (10:55 +0900)]
video: Added comments.

Change-Id: I6b01f4ae9e35eb36af229dbd26f00644367d58be

5 years agovideo: Error noise where it's undefined case. 60/209460/2
Seunghun Lee [Fri, 31 May 2019 01:33:26 +0000 (10:33 +0900)]
video: Error noise where it's undefined case.

Change-Id: I66b7d030555bbe67784b5662d53215ed8bb182f2