Searched hist:"03 a605697658ac7af722764cef3f0fed889d2033" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/tegra/ |
H A D | drm.h | diff 03a605697658ac7af722764cef3f0fed889d2033 Tue Oct 21 13:48:48 CEST 2014 Thierry Reding <treding@nvidia.com> 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>
|
H A D | dc.c | diff 03a605697658ac7af722764cef3f0fed889d2033 Tue Oct 21 13:48:48 CEST 2014 Thierry Reding <treding@nvidia.com> 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>
|