diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-06 18:04:26 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-09-03 16:13:30 +0300 |
commit | ca6e968b9326a17d072b14b658fff538466c6bd2 (patch) | |
tree | 710954eca6fdf849c727abf9aa800bbdf02797b2 /Documentation | |
parent | 35d944cbee2199312c6832a4acd0201a921545f4 (diff) | |
download | linux-ca6e968b9326a17d072b14b658fff538466c6bd2.tar.xz |
drm/omap: Remove .get_timings() operation from display connectors
The analog TV, DVI and HDMI connectors all report timing information
through the .get_timings() information.
For analog TV outputs the information is queried from the encoder, so
the operation is unused. Remove it.
For HDMI outputs the display pipeline provides EDID capability, so the
operation is unused as well. Remove it.
For DVI outputs the operation is also unused if the pipeline provides
EDID capability. Otherwise (when the DDC bus is not connected) we
shouldn't hardcode a single mode, but instead report no mode and let the
KMS core add default modes. This is achieved by removing the operation.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions