Home
last modified time | relevance | path

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

/drivers/gpu/drm/tegra/
Dhub.c113 static int tegra_windowgroup_enable(struct tegra_windowgroup *wgrp) in tegra_windowgroup_enable() argument
117 mutex_lock(&wgrp->lock); in tegra_windowgroup_enable()
119 if (wgrp->usecount == 0) { in tegra_windowgroup_enable()
120 err = host1x_client_resume(wgrp->parent); in tegra_windowgroup_enable()
122 dev_err(wgrp->parent->dev, "failed to resume: %d\n", err); in tegra_windowgroup_enable()
126 reset_control_deassert(wgrp->rst); in tegra_windowgroup_enable()
129 wgrp->usecount++; in tegra_windowgroup_enable()
132 mutex_unlock(&wgrp->lock); in tegra_windowgroup_enable()
136 static void tegra_windowgroup_disable(struct tegra_windowgroup *wgrp) in tegra_windowgroup_disable() argument
140 mutex_lock(&wgrp->lock); in tegra_windowgroup_disable()
[all …]
Dhub.h26 struct tegra_windowgroup *wgrp; member
82 unsigned int wgrp,
Ddc.c1318 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes() local
1320 if (wgrp->dc == dc->pipe) { in tegra_dc_add_shared_planes()
1321 for (j = 0; j < wgrp->num_windows; j++) { in tegra_dc_add_shared_planes()
1322 unsigned int index = wgrp->windows[j]; in tegra_dc_add_shared_planes()
1325 wgrp->index, in tegra_dc_add_shared_planes()
2577 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_has_window_groups() local
2579 if (wgrp->dc == dc->pipe && wgrp->num_windows > 0) in tegra_dc_has_window_groups()