commit | 2fc777ba8422e4a38cae61537ad6a26435a86fb8 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Nov 19 11:31:30 2018 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Nov 27 17:18:39 2018 +0100 |
tree | 42522d540b59a025381c2214ac8fc52ac7ee2771 | |
parent | b7c61d511df4404c9bbc8f4b987059c55abfe2b4 [diff] |
gpu: host1x: Fix syncpoint ID field size on Tegra186 The number of syncpoints on Tegra186 is 576 and therefore no longer fits into 8 bits. Increase the size of the syncpoint ID field to 10 in order to accomodate all syncpoints. Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>