Home
last modified time | relevance | path

Searched hist:"11 c632e1cfd3dcb49f2d04625d31c818a4c3b426" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.cdiff 11c632e1cfd3dcb49f2d04625d31c818a4c3b426 Mon Feb 18 10:01:54 CST 2019 Thierry Reding <treding@nvidia.com> drm/tegra: sor: Implement acquire/release for reset

By implementing the acquire/release protocol, the SOR reset can be
shared with other drivers that also adhere to this protocol, such as the
PMC driver that uses the same reset as part of the powergate and -ungate
implementation using generic power domains.

Runtime PM makes sure that the operations are executed in the right
order, and the reset core has error handling and WARNs in place to make
sure the acquire/release protocol is followed.

Signed-off-by: Thierry Reding <treding@nvidia.com>