Home
last modified time | relevance | path

Searched refs:wgrp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/tegra/
H A Dhub.c117 mutex_lock(&wgrp->lock); in tegra_windowgroup_enable()
119 if (wgrp->usecount == 0) { in tegra_windowgroup_enable()
129 wgrp->usecount++; in tegra_windowgroup_enable()
140 mutex_lock(&wgrp->lock); in tegra_windowgroup_disable()
146 wgrp->index); in tegra_windowgroup_disable()
152 wgrp->usecount--; in tegra_windowgroup_disable()
170 if (wgrp->parent) in tegra_display_hub_prepare()
189 if (wgrp->parent) in tegra_display_hub_cleanup()
778 plane->wgrp = &hub->wgrps[wgrp]; in tegra_shared_plane_create()
1107 wgrp->usecount = 0; in tegra_display_hub_probe()
[all …]
H A Dhub.h26 struct tegra_windowgroup *wgrp; member
82 unsigned int wgrp,
H A Ddc.c1319 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes() local
1321 if (wgrp->dc == dc->pipe) { in tegra_dc_add_shared_planes()
1322 for (j = 0; j < wgrp->num_windows; j++) { in tegra_dc_add_shared_planes()
1323 unsigned int index = wgrp->windows[j]; in tegra_dc_add_shared_planes()
1326 wgrp->index, in tegra_dc_add_shared_planes()
2585 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_has_window_groups() local
2587 if (wgrp->dc == dc->pipe && wgrp->num_windows > 0) in tegra_dc_has_window_groups()