Home
last modified time | relevance | path

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

/drivers/gpu/drm/tegra/
Dhub.c110 static int tegra_windowgroup_enable(struct tegra_windowgroup *wgrp) in tegra_windowgroup_enable() argument
114 mutex_lock(&wgrp->lock); in tegra_windowgroup_enable()
116 if (wgrp->usecount == 0) { in tegra_windowgroup_enable()
117 err = host1x_client_resume(wgrp->parent); in tegra_windowgroup_enable()
119 dev_err(wgrp->parent->dev, "failed to resume: %d\n", err); in tegra_windowgroup_enable()
123 reset_control_deassert(wgrp->rst); in tegra_windowgroup_enable()
126 wgrp->usecount++; in tegra_windowgroup_enable()
129 mutex_unlock(&wgrp->lock); in tegra_windowgroup_enable()
133 static void tegra_windowgroup_disable(struct tegra_windowgroup *wgrp) in tegra_windowgroup_disable() argument
137 mutex_lock(&wgrp->lock); in tegra_windowgroup_disable()
[all …]
Dhub.h26 struct tegra_windowgroup *wgrp; member
83 unsigned int wgrp,
Ddc.c1219 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes() local
1221 if (wgrp->dc == dc->pipe) { in tegra_dc_add_shared_planes()
1222 for (j = 0; j < wgrp->num_windows; j++) { in tegra_dc_add_shared_planes()
1223 unsigned int index = wgrp->windows[j]; in tegra_dc_add_shared_planes()
1226 wgrp->index, in tegra_dc_add_shared_planes()
2419 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_has_window_groups() local
2421 if (wgrp->dc == dc->pipe && wgrp->num_windows > 0) in tegra_dc_has_window_groups()