]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Remove redundant zeroing out of memory
authorThierry Reding <treding@nvidia.com>
Wed, 10 Dec 2014 10:41:05 +0000 (11:41 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:34 +0000 (10:14 +0100)
commit42abe79bc515c29a6f5822b532e2bb3d9a17612d
tree8692b97fedab76decec425ad944cc7e164876513
parent4931ec06b08a7e5d6b4d43427c71d6fba4039963
drm/tegra: Remove redundant zeroing out of memory

The DRM core now zeroes out the memory associated with CRTC, encoder and
connector objects upon cleanup, so there's no need to explicitly do that
in drivers anymore.

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