Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dhub.c96 static int tegra_windowgroup_enable(struct tegra_windowgroup *wgrp) in tegra_windowgroup_enable() argument
100 mutex_lock(&wgrp->lock); in tegra_windowgroup_enable()
102 if (wgrp->usecount == 0) { in tegra_windowgroup_enable()
103 err = host1x_client_resume(wgrp->parent); in tegra_windowgroup_enable()
105 dev_err(wgrp->parent->dev, "failed to resume: %d\n", err); in tegra_windowgroup_enable()
109 reset_control_deassert(wgrp->rst); in tegra_windowgroup_enable()
112 wgrp->usecount++; in tegra_windowgroup_enable()
115 mutex_unlock(&wgrp->lock); in tegra_windowgroup_enable()
119 static void tegra_windowgroup_disable(struct tegra_windowgroup *wgrp) in tegra_windowgroup_disable() argument
123 mutex_lock(&wgrp->lock); in tegra_windowgroup_disable()
[all …]
H A Dhub.h26 struct tegra_windowgroup *wgrp; member
83 unsigned int wgrp,
H A Ddc.c1132 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_add_shared_planes() local
1134 if (wgrp->dc == dc->pipe) { in tegra_dc_add_shared_planes()
1135 for (j = 0; j < wgrp->num_windows; j++) { in tegra_dc_add_shared_planes()
1136 unsigned int index = wgrp->windows[j]; in tegra_dc_add_shared_planes()
1139 wgrp->index, in tegra_dc_add_shared_planes()
2021 const struct tegra_windowgroup_soc *wgrp = &dc->soc->wgrps[i]; in tegra_dc_has_window_groups() local
2023 if (wgrp->dc == dc->pipe && wgrp->num_windows > 0) in tegra_dc_has_window_groups()