fbdev: dpu20: blocking mode set condition is modified
authorhwangjae lee <hj-yo.lee@samsung.com>
Fri, 25 May 2018 05:26:45 +0000 (14:26 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:20 +0000 (20:22 +0300)
commit4c3d71e83367e3c0b1b4326085217311fb1ecc79
treeabaeb27845dce614975b8aeb8fec3d1e274ceddd
parent34bc1b960cb3318f52daff878247f5126e2a8f5d
fbdev: dpu20: blocking mode set condition is modified

In the past, it was possible to set a blocking area in a bottom window
if the top window plane alpha value was 0. In this case, the top window
becomes transparent, and the blocking area of the window looks black.
 So it is modified that when the top window plane alpha value was zero,
blocking area isn't set in the bottom window.

Change-Id: I2340369331082c939f4d7013c002452affd836bc
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
drivers/video/fbdev/exynos/dpu20/decon_core.c