drm/tegra: Parse device tree earlier
authorThierry Reding <treding@nvidia.com>
Fri, 30 Aug 2013 13:27:16 +0000 (15:27 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 3 Sep 2013 08:10:13 +0000 (10:10 +0200)
commit03da0e7ba9e3a1fc700f60913ff6bcb19f7eac2a
tree471113ddf697587d085e5a9f6250e6535d9dd76f
parent57c6eb6f2cf89baef4188b4257b3e756f9aebef4
drm/tegra: Parse device tree earlier

Parsing the device tree may cause probing to be deferred. Doing this as
early as possible prevents any other resources from being requested and
enabled, therefore reducing the need to cleanup on deferred probe while
at the same time not wasting precious CPU cycles determining if probing
needs to be deferred or not.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/drm/rgb.c