Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dhub.c144 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_prepare()
161 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_cleanup()
553 plane->wgrp = &hub->wgrps[wgrp]; in tegra_shared_plane_create()
779 hub->wgrps = devm_kcalloc(&pdev->dev, hub->soc->num_wgrps, in tegra_display_hub_probe()
780 sizeof(*hub->wgrps), GFP_KERNEL); in tegra_display_hub_probe()
781 if (!hub->wgrps) in tegra_display_hub_probe()
785 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_probe()
Dhub.h52 struct tegra_windowgroup *wgrps; member
Ddc.h63 const struct tegra_windowgroup_soc *wgrps; member
Ddc.c1090 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes()
2002 if (dc->soc->wgrps) in tegra_dc_init()
2233 .wgrps = tegra186_dc_wgrps,