commit | fbfe16df30817a9d62dfb2633121068361fb7721 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Nov 10 12:20:46 2017 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Wed Dec 13 13:42:05 2017 +0100 |
tree | 36827eacff8c25307fbc8065025b031c7509d139 | |
parent | a40051c0fb3c5a655eb014b3b9d66c0c318bcbf9 [diff] |
drm/tegra: hdmi: Move register definitions into a table After commit 07a8aab89927 ("drm/tegra: hdmi: Trace register accesses"), the debugfs register dump implementation causes excessive stack usage and can result in build warnings. To fix this, move the register definitions into a table and iterate over the table while dumping the registers to debugfs. Signed-off-by: Thierry Reding <treding@nvidia.com>