]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/msm: Fix the check for the command size
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 8 May 2017 20:34:58 +0000 (14:34 -0600)
committerRob Clark <robdclark@gmail.com>
Sat, 27 May 2017 17:48:29 +0000 (13:48 -0400)
commitd72fea538fe6d783c1e63a2fc304019abf4be93a
tree596d2f4822f66c3ae72b3f6922fdc7ffcdc621ab
parent90dd57de4a043f642179b1323a31ca3ced826611
drm/msm: Fix the check for the command size

The overrun check for the size of submitted commands is off by one.
It should allow the offset plus the size to be equal to the
size of the memory object when the command stream is very tightly
constructed.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_gem_submit.c