Lines Matching refs:tegra
431 struct tegra_shared_plane *tegra = to_tegra_shared_plane(plane); in tegra_shared_plane_atomic_check() local
476 err = tegra_plane_state_add(&tegra->base, new_plane_state); in tegra_shared_plane_atomic_check()
761 struct tegra_drm *tegra = drm->dev_private; in tegra_shared_plane_create() local
762 struct tegra_display_hub *hub = tegra->hub; in tegra_shared_plane_create()
784 possible_crtcs = BIT(tegra->num_crtcs) - 1; in tegra_shared_plane_create()
848 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_atomic_check() local
854 if (!tegra->hub) in tegra_display_hub_atomic_check()
857 hub_state = tegra_display_hub_get_state(tegra->hub, state); in tegra_display_hub_atomic_check()
914 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_atomic_commit() local
915 struct tegra_display_hub *hub = tegra->hub; in tegra_display_hub_atomic_commit()
942 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_init() local
952 tegra->hub = hub; in tegra_display_hub_init()
960 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_exit() local
962 drm_atomic_private_obj_fini(&tegra->hub->base); in tegra_display_hub_exit()
963 tegra->hub = NULL; in tegra_display_hub_exit()