]> www.infradead.org Git - users/willy/linux.git/commit
drm/msm/gpu: Allocate the correct size for the GPU memptrs
authorJordan Crouse <jcrouse@codeaurora.org>
Fri, 2 Nov 2018 15:25:18 +0000 (09:25 -0600)
committerRob Clark <robdclark@gmail.com>
Mon, 3 Dec 2018 13:53:27 +0000 (08:53 -0500)
commit1f501db8c8c3f74ef3b3348eb6c2583fa1e7c85b
tree6348fc2190732fa9bee224ab044620ee01e9f941
parent91445ba90699eae79a31340ac1b7cd8fc96f5edb
drm/msm/gpu: Allocate the correct size for the GPU memptrs

Allocate the correct buffer size for the GPU memptrs. The incorrect
size hasn't affected us thus far since the incorrect size was larger
than the intended size and we're still stuck on page sized
granularity anyway but technically correct is the best kind of
correct.

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