From e5105c7dee3ebbd071349e6402a6d3f966164c91 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 7 Jun 2021 12:04:47 +0900 Subject: [PATCH] tizen-hwc: add create_commit_feedback request This request will be used instead of commit_feedback request. The commit_feedback request generates the tizen_commit_feedback function code. This tizen_commit_feedback function symbol is the same as interface name, which is tizen_hwc_commit_feedback. So this commit make them have different name each other. The commit_feedback request will be removed later. Change-Id: I22da00d88c7627fbeba46fb79fcb38f77568a950 --- protocol/tizen/tizen-hwc.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/protocol/tizen/tizen-hwc.xml b/protocol/tizen/tizen-hwc.xml index 95dc034..bd143eb 100644 --- a/protocol/tizen/tizen-hwc.xml +++ b/protocol/tizen/tizen-hwc.xml @@ -21,6 +21,19 @@ + + + + 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. + + + + + -- 2.34.1