]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dc: Registers are 32 bits wide
authorThierry Reding <treding@nvidia.com>
Tue, 21 Oct 2014 11:48:48 +0000 (13:48 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:17:03 +0000 (16:17 +0100)
commitaa3fc1ed86f3db53e7709c08181ccf4a173eb724
tree414dacd741b6629bfb1e65841e308ab923bbc4b4
parent9af4a63e9558584a0748d4f0d282a5e5739da070
drm/tegra: dc: Registers are 32 bits wide

Using an unsigned long type will cause these variables to become 64-bit
on 64-bit SoCs. In practice this should always work, but there's no need
for carrying around the additional 32 bits.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/drm.h