Home
last modified time | relevance | path

Searched refs:wgrps (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhub.c167 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_prepare()
186 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_cleanup()
779 plane->wgrp = &hub->wgrps[wgrp]; in tegra_shared_plane_create()
1097 hub->wgrps = devm_kcalloc(&pdev->dev, hub->soc->num_wgrps, in tegra_display_hub_probe()
1098 sizeof(*hub->wgrps), GFP_KERNEL); in tegra_display_hub_probe()
1099 if (!hub->wgrps) in tegra_display_hub_probe()
1103 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_probe()
1185 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_remove()
H A Dhub.h52 struct tegra_windowgroup *wgrps; member
H A Ddc.c1318 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes()
2573 if (!dc->soc->wgrps) in tegra_dc_has_window_groups()
2577 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_has_window_groups()
2639 if (dc->soc->wgrps) in tegra_dc_init()
2986 .wgrps = tegra186_dc_wgrps,
3037 .wgrps = tegra194_dc_wgrps,
H A Ddc.h68 const struct tegra_windowgroup_soc *wgrps; member