mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Since all of MAX_NUM_NVDLA_PREFENCES, MAX_NUM_NVDLA_POSTFENCES, MAX_NUM_NVDLA_IN_TASK_STATUS and MAX_NUM_NVDLA_OUT_TASK_STATUS are 32, it is possible to use narrower 'u8' type for appropriate counters. This is similar to what we have in PVA and also fixes some annoying warnings issued by automatic validators. Signed-off-by: Dmitry Antipov <dantipov@nvidia.com> Change-Id: Ia99ecb7daed7b60336254b18acaab31fab157ad4 Reviewed-on: https://git-master.nvidia.com/r/1980368 Reviewed-by: Shridhar Rasal <srasal@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>