]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit245049de7e468c1728cb922722a5ae006006be35
treec1c3d265fc6018c33c661197299d3c2b38787e6f
parent2de5d7ada356ab98892f4890e8f3e8becb5bcd53
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