drm/msm/mdp5: Fix PIPE source image size settings
authorHai Li <hali@codeaurora.org>
Thu, 5 Mar 2015 20:20:49 +0000 (15:20 -0500)
committerRob Clark <robdclark@gmail.com>
Wed, 1 Apr 2015 23:29:35 +0000 (19:29 -0400)
commitde31ea694466fa199b5ff3cc71fb8308a1f0791e
tree2f0967f9083927b420e48c7797bbe2b113b40226
parent81c71ad324beaf4776c45573cd620fab660fd476
drm/msm/mdp5: Fix PIPE source image size settings

The width and height in SSPP_SRC_IMG_SIZE register should be the
size of the entire source framebuffer, not the fetch size.

Signed-off-by: Hai Li <hali@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c