MLK-16574 gpu: imx: dpu: layerblend: Fix layerblend_shdldsel()
authorLiu Ying <victor.liu@nxp.com>
Thu, 12 Oct 2017 06:28:49 +0000 (14:28 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:46 +0000 (15:38 -0500)
commit6b6fbb6d357218973ab02aa5b8b688dab945bdd8
tree10ff37b0cc99cf7f43891c59529bff947909208d
parentdc6eee851f5c4644af83b5b985b85e938570fc3b
MLK-16574 gpu: imx: dpu: layerblend: Fix layerblend_shdldsel()

The shadow load selection field of layerblend is at bit[2:1].
Thus, we need to shift to left by one bit for the selection value.

Fixes: 4ec895ea31a2 ("MLK-15001-11 gpu: Move ipuv3 and dpu to imx folder")
Signed-off-by: Liu Ying <victor.liu@nxp.com>
drivers/gpu/imx/dpu/dpu-layerblend.c