Searched refs:hub_state (Results 1 – 1 of 1) sorted by relevance
824 struct tegra_display_hub_state *hub_state = in tegra_display_hub_destroy_state() local827 kfree(hub_state); in tegra_display_hub_destroy_state()833 struct tegra_display_hub_state *hub_state; in tegra_display_hub_create_state() local835 hub_state = kzalloc_obj(*hub_state); in tegra_display_hub_create_state()836 if (!hub_state) in tegra_display_hub_create_state()839 __drm_atomic_helper_private_obj_create_state(obj, &hub_state->base); in tegra_display_hub_create_state()841 return &hub_state->base; in tegra_display_hub_create_state()867 struct tegra_display_hub_state *hub_state; in tegra_display_hub_atomic_check() local875 hub_state = tegra_display_hub_get_state(tegra->hub, state); in tegra_display_hub_atomic_check()876 if (IS_ERR(hub_state)) in tegra_display_hub_atomic_check()[all …]