projects
/
platform
/
adaptation
/
samsung_exynos
/
libtdm-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94fcaf8
)
hwc: assigned zpos layer to video type
38/185638/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 31 Jul 2018 11:43:12 +0000
(20:43 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 31 Jul 2018 11:43:12 +0000
(20:43 +0900)
Change-Id: Id5b9f6f667665dd6adf0cec4b223ee1f9bb93300
src/tdm_exynos_hwc.c
patch
|
blob
|
history
diff --git
a/src/tdm_exynos_hwc.c
b/src/tdm_exynos_hwc.c
index fb243f1543921bfaef91ae105b81590d7827661f..77ebe10c2f6df15e88285ff43eb863fa8f3964dc 100644
(file)
--- a/
src/tdm_exynos_hwc.c
+++ b/
src/tdm_exynos_hwc.c
@@
-348,8
+348,7
@@
_exynos_hwc_assigned_layer_zpos_update(tdm_exynos_hwc_data *hwc_data)
tdm_exynos_hwc_window_data *hwc_window_data = NULL;
LIST_FOR_EACH_ENTRY(hwc_window_data, &hwc_data->hwc_window_list, link) {
- if (hwc_window_data->client_type == TDM_COMPOSITION_NONE ||
- hwc_window_data->client_type == TDM_COMPOSITION_VIDEO)
+ if (hwc_window_data->client_type == TDM_COMPOSITION_NONE)
continue;
if (hwc_window_data->candidate_layer_zpos == -1) {