commit | 8f45f5071ad2be6ace6f77892e0015e89fd42028 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Sep 05 11:39:05 2019 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Mon Oct 28 11:18:33 2019 +0100 |
tree | 084fd81523e85af92e3774b3b85ba74a4a4c84c2 | |
parent | b9cd7b954a6dc2329458599222d994837530a350 [diff] |
gpu: host1x: Explicitly initialize host1x_info structures It's technically not required to explicitly initialize the fields that will be zero by default, but it's easier to read these structures if they are all initialized uniformly. Signed-off-by: Thierry Reding <treding@nvidia.com>