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>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user