Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tegra/
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()
778 plane->wgrp = &hub->wgrps[wgrp]; in tegra_shared_plane_create()
1096 hub->wgrps = devm_kcalloc(&pdev->dev, hub->soc->num_wgrps, in tegra_display_hub_probe()
1097 sizeof(*hub->wgrps), GFP_KERNEL); in tegra_display_hub_probe()
1098 if (!hub->wgrps) in tegra_display_hub_probe()
1102 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_probe()
1184 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_remove()
Dhub.h52 struct tegra_windowgroup *wgrps; member
Ddc.c1318 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes()
2580 if (!dc->soc->wgrps) in tegra_dc_has_window_groups()
2584 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_has_window_groups()
2646 if (dc->soc->wgrps) in tegra_dc_init()
2993 .wgrps = tegra186_dc_wgrps,
3044 .wgrps = tegra194_dc_wgrps,
Ddc.h68 const struct tegra_windowgroup_soc *wgrps; member