[PATCH v2 0/2] drm/tegra: gr2d/gr3d: Move pm_runtime_enable to gr*d_probe

From: Svyatoslav Ryhel

Date: Sun May 03 2026 - 12:39:13 EST


The gr*d_remove() has pm_runtime_disable, this indicates it should be
paired with pm_runtime_enable in the probe instead of being inside
gr*d_runtime_resume().

---
Changes in v2:
- remove pm from gr2d_exit along with pm from gr2d_runtime_resume
- move register map initialize before host1x_client_register
---

Ion Agorria (1):
drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_remove

Svyatoslav Ryhel (1):
drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X
client is registered

drivers/gpu/drm/tegra/gr2d.c | 17 +++++++----------
drivers/gpu/drm/tegra/gr3d.c | 17 +++++++----------
2 files changed, 14 insertions(+), 20 deletions(-)

--
2.51.0