gpu: host1x: Correct allocated size for contexts
authorJohnny Liu <johnliu@nvidia.com>
Fri, 1 Sep 2023 11:59:09 +0000 (14:59 +0300)
committerThierry Reding <treding@nvidia.com>
Wed, 11 Oct 2023 20:52:44 +0000 (22:52 +0200)
commite889a311f74f4ae8bd40755a2c58d02e1c684fef
tree980824877b9b3bf77076f45346f094c6028190dd
parentf017f1e9cb3458a86f586a171e284e2ec46286db
gpu: host1x: Correct allocated size for contexts

Original implementation over allocates the memory size for the
contexts list. The size of memory for the contexts list is based
on the number of iommu groups specified in the device tree.

Fixes: 8aa5bcb61612 ("gpu: host1x: Add context device management code")
Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230901115910.701518-1-cyndis@kapsi.fi
drivers/gpu/host1x/context.c