drm/tegra: Clarify how panel modes override others
authorThierry Reding <treding@nvidia.com>
Mon, 13 Jan 2014 11:56:19 +0000 (12:56 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Jan 2014 13:36:51 +0000 (14:36 +0100)
commitacde541324dcfe443791da2f3926614d35429222
treec1c3d265fc6018c33c661197299d3c2b38787e6f
parent456ac56b7d9f49b519b436b36a708cf46e5aeefb
drm/tegra: Clarify how panel modes override others

When a panel advertises one or more modes, they are used exclusively.
Other methods for obtaining the mode, such as DDC as used for HDMI or
binary EDID blobs embedded in the DT, are ignored. The panel drivers
should be providing this functionality if they want to expose it as
well.

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