From: SooChan Lim Date: Wed, 13 May 2020 10:43:54 +0000 (+0900) Subject: change the tizen-hwc protocol X-Git-Tag: submit/tizen/20200518.101126~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F233282%2F3;p=platform%2Fcore%2Fuifw%2Fwayland-extension.git change the tizen-hwc protocol The tizen_hwc interface has the commit_feedback request and tizen_hwc_commit_feedback interface instead of the commit request. The tizen_hwc_commit_feedback interface can get the hwc committed/discarded events. Change-Id: I5514c674bd59fdeb9b0aae57dd6bc7be4de1de5f --- diff --git a/protocol/tizen/tizen-hwc.xml b/protocol/tizen/tizen-hwc.xml index b8faf43..95dc034 100644 --- a/protocol/tizen/tizen-hwc.xml +++ b/protocol/tizen/tizen-hwc.xml @@ -1,20 +1,42 @@ - - - Request a notification when a display server requests a hwc_commit to the device. - This request is a tizen-specific one. The client wants to know about when a - display server requests all displaying requests to the Hardware. In this case, - the display server has to send wl_callback done event to the client after a hwc_commit - is excuted when it gets the commit request from the client. - - - + + Destroy tizen_hwc. + + + + Request a notification when a display server requests a hwc_commit to the device(Hardware). + This request is a tizen-specific one. The client wants to know when a display server + executes the requests of the wl_surface to the device. In this case, the display server + has to send committed event to the client on tizen_commit_feedback interface after it + executed the hwc_commit to the device. + + + + + + + + + + + + + The notification event when a display server executed the hwc commit to the device. + + + + + + The notification event when a display server didn't execute the hwc commit to the device. + + +