Lines Matching refs:tegra
332 struct tegra_shared_plane *tegra = to_tegra_shared_plane(plane); in tegra_shared_plane_atomic_check() local
371 err = tegra_plane_state_add(&tegra->base, state); in tegra_shared_plane_atomic_check()
535 struct tegra_drm *tegra = drm->dev_private; in tegra_shared_plane_create() local
536 struct tegra_display_hub *hub = tegra->hub; in tegra_shared_plane_create()
623 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_atomic_check() local
629 if (!tegra->hub) in tegra_display_hub_atomic_check()
632 hub_state = tegra_display_hub_get_state(tegra->hub, state); in tegra_display_hub_atomic_check()
684 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_atomic_commit() local
685 struct tegra_display_hub *hub = tegra->hub; in tegra_display_hub_atomic_commit()
712 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_init() local
722 tegra->hub = hub; in tegra_display_hub_init()
730 struct tegra_drm *tegra = drm->dev_private; in tegra_display_hub_exit() local
732 drm_atomic_private_obj_fini(&tegra->hub->base); in tegra_display_hub_exit()
733 tegra->hub = NULL; in tegra_display_hub_exit()