diff options
author | Thierry Reding | 2018-09-21 12:27:43 +0200 |
---|---|---|
committer | Thierry Reding | 2018-09-26 16:04:10 +0200 |
commit | 5725daaab55ca023c87ff0f1b2dbf6bf9b38376d (patch) | |
tree | 221b9bef645b37ecfde09799e5446c2495a8b3a3 /drivers/gpu/drm/tegra/hub.h | |
parent | 759d706f7cb4adbec1c222f7550dc8fa2683c089 (diff) |
drm/tegra: hub: Add Tegra194 support
The display hub integrated into Tegra194 is almost identical to the one
found on Tegra186. However, it doesn't support DSC (display stream
compression) so it isn't fully compatible.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/hub.h')
-rw-r--r-- | drivers/gpu/drm/tegra/hub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/hub.h b/drivers/gpu/drm/tegra/hub.h index 85b8bf41a395..6696a85fc1f2 100644 --- a/drivers/gpu/drm/tegra/hub.h +++ b/drivers/gpu/drm/tegra/hub.h @@ -38,6 +38,7 @@ to_tegra_shared_plane(struct drm_plane *plane) struct tegra_display_hub_soc { unsigned int num_wgrps; + bool supports_dsc; }; struct tegra_display_hub { |