Lines Matching refs:tegra
428 struct tegra_shared_plane *tegra = to_tegra_shared_plane(plane); in tegra_shared_plane_atomic_check() local
473 err = tegra_plane_state_add(&tegra->base, new_plane_state); in tegra_shared_plane_atomic_check()
753 struct tegra_drm *tegra = drm->dev_private; in tegra_shared_plane_create() local
754 struct tegra_display_hub *hub = tegra->hub; in tegra_shared_plane_create()
776 possible_crtcs = BIT(tegra->num_crtcs) - 1; in tegra_shared_plane_create()
840 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_atomic_check() local
846 if (!tegra->hub) in tegra_display_hub_atomic_check()
849 hub_state = tegra_display_hub_get_state(tegra->hub, state); in tegra_display_hub_atomic_check()
906 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_atomic_commit() local
907 struct tegra_display_hub *hub = tegra->hub; in tegra_display_hub_atomic_commit()
934 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_init() local
944 tegra->hub = hub; in tegra_display_hub_init()
952 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_exit() local
954 drm_atomic_private_obj_fini(&tegra->hub->base); in tegra_display_hub_exit()
955 tegra->hub = NULL; in tegra_display_hub_exit()