Commits

Liu Ying committed c0e346b1970
MLK-15748 drm/imx: dpu: plane: Correct the way we do framebuffer cropping We should not use fetchdecode clip feature to do framebuffer cropping since the hardware hehavior differs from what we expected. According to the spec, it seems that the clip feature will keep the source frame resolution and fill pixels in the clipped area. So, let's take the usual way to do the cropping and just simply tweak the buffer start address. Reported-by: Jared Hu <jared.hu@nxp.com> Tested-by: Jared Hu <jared.hu@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>