Home
last modified time | relevance | path

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

/linux-6.1.9/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()
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()
1190 struct tegra_windowgroup *wgrp = &hub->wgrps[i]; in tegra_display_hub_remove()
Dhub.h52 struct tegra_windowgroup *wgrps; member
Ddc.c1317 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes()
2574 if (!dc->soc->wgrps) in tegra_dc_has_window_groups()
2578 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_has_window_groups()
2640 if (dc->soc->wgrps) in tegra_dc_init()
2987 .wgrps = tegra186_dc_wgrps,
3038 .wgrps = tegra194_dc_wgrps,
Ddc.h68 const struct tegra_windowgroup_soc *wgrps; member