diff options
author | Thierry Reding <treding@nvidia.com> | 2014-11-28 16:50:59 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-01-27 10:14:47 +0100 |
commit | 596827196f5fad8ac77201058978128f6c06f234 (patch) | |
tree | 768475f0926f81354cb8142edf85b4369a466b6e /drivers/gpu/drm/tegra/drm.h | |
parent | 3b0e58554873d1034beef737f15c7aa46492ff98 (diff) | |
download | talos-op-linux-596827196f5fad8ac77201058978128f6c06f234.tar.gz talos-op-linux-596827196f5fad8ac77201058978128f6c06f234.zip |
drm/tegra: hdmi: Demidlayer
Implement encoder and connector within the HDMI driver itself using the
Tegra output helpers rather than using the Tegra output as midlayer. By
doing so one level of indirection is removed and output drivers become
more flexible while keeping the majority of the advantages provided by
the common output helpers.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.h')
-rw-r--r-- | drivers/gpu/drm/tegra/drm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/drm.h b/drivers/gpu/drm/tegra/drm.h index dbc1f83327ea..95b6aebfaf00 100644 --- a/drivers/gpu/drm/tegra/drm.h +++ b/drivers/gpu/drm/tegra/drm.h @@ -193,7 +193,6 @@ struct tegra_output_ops { }; enum tegra_output_type { - TEGRA_OUTPUT_HDMI, TEGRA_OUTPUT_DSI, TEGRA_OUTPUT_EDP, }; |