commit | 546ec7b471bcae78463426a218b8c7f35bbb71f4 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Fri Nov 02 09:25:18 2018 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Tue Dec 11 13:05:27 2018 -0500 |
tree | 8431272d25f84263f4cd48e20d4a374d9d6ff95e | |
parent | ccdf7e28b4ab4bc8c08912e9466f1686b06f6394 [diff] |
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>