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:
364fec0
)
hwc: fixed wrong checking to restriction of buffer
49/185549/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 31 Jul 2018 11:39:59 +0000
(20:39 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 31 Jul 2018 11:39:59 +0000
(20:39 +0900)
Change-Id: I8146226e5901100324a5931139a5668ef3b41855
src/tdm_exynos_hwc.c
patch
|
blob
|
history
diff --git
a/src/tdm_exynos_hwc.c
b/src/tdm_exynos_hwc.c
index 752826f453f2d6261952062bea344dd0de9edf52..0c92a007e597295e0414073549827ebf3bc380a3 100644
(file)
--- a/
src/tdm_exynos_hwc.c
+++ b/
src/tdm_exynos_hwc.c
@@
-50,7
+50,7
@@
_can_set_hwc_window_on_hw_layer(tdm_exynos_hwc_window_data *hwc_window_data)
hwc_window_data->info.dst_pos.y > hwc_window_data->hwc_data->output_data->current_mode->vdisplay)
return 0;
- if (hwc_window_data->info.src_config.
pos.w < MIN_WIDTH || hwc_window_data->info.src_config.pos.w
% 2)
+ if (hwc_window_data->info.src_config.
size.h < MIN_WIDTH || hwc_window_data->info.src_config.size.h
% 2)
return 0;
return 1;