diff options
author | Thierry Reding <treding@nvidia.com> | 2014-12-02 17:30:23 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-01-27 10:14:48 +0100 |
commit | 5b901e78b24539f4a1e194e8058f26ab38623c37 (patch) | |
tree | b6ba3d3a32ae2448f744ef10a8f75dcc66aa20dd /drivers/gpu/drm/tegra/drm.h | |
parent | 596827196f5fad8ac77201058978128f6c06f234 (diff) | |
download | op-kernel-dev-5b901e78b24539f4a1e194e8058f26ab38623c37.zip op-kernel-dev-5b901e78b24539f4a1e194e8058f26ab38623c37.tar.gz |
drm/tegra: dsi: Demidlayer
Implement encoder and connector within the DSI 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 95b6aeb..ae3daa4 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_DSI, TEGRA_OUTPUT_EDP, }; |