Lines Matching defs:tegra
431 struct tegra_shared_plane *tegra = to_tegra_shared_plane(plane);
476 err = tegra_plane_state_add(&tegra->base, new_plane_state);
762 struct tegra_drm *tegra = drm->dev_private;
763 struct tegra_display_hub *hub = tegra->hub;
785 possible_crtcs = BIT(tegra->num_crtcs) - 1;
849 struct tegra_drm *tegra = drm->dev_private;
855 if (!tegra->hub)
858 hub_state = tegra_display_hub_get_state(tegra->hub, state);
915 struct tegra_drm *tegra = drm->dev_private;
916 struct tegra_display_hub *hub = tegra->hub;
943 struct tegra_drm *tegra = drm->dev_private;
953 tegra->hub = hub;
961 struct tegra_drm *tegra = drm->dev_private;
963 drm_atomic_private_obj_fini(&tegra->hub->base);
964 tegra->hub = NULL;
1218 .name = "tegra-display-hub",