]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()
authorStephane Viau <sviau@codeaurora.org>
Wed, 20 May 2015 14:57:27 +0000 (10:57 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 21 May 2015 04:31:45 +0000 (14:31 +1000)
commit755c814a7d826257d5488cfaa801ec19377c472a
treed5e82c5158caef56f352bc6108d9eeb008d9acbf
parentf7c125a198325b0b7ec6ba1ce53713765dc9d240
drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()

The index of ->planes[] array (3rd parameter) cannot be equal to MAX_PLANE.
This looks like a typo that is now fixed.

Signed-off-by: Stephane Viau <sviau@codeaurora.org>
Acked-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c