]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/rockchip: analogix_dp: add runtime PM handling
authorLucas Stach <l.stach@pengutronix.de>
Wed, 19 Jun 2024 18:21:48 +0000 (20:21 +0200)
committerRobert Foss <rfoss@kernel.org>
Thu, 27 Jun 2024 09:51:58 +0000 (11:51 +0200)
commitc91b5bd7b1f40c46f3aaba460169457db1a78e5e
tree482beb1d2b5f952dc240ffb397b79cf4e479bf15
parent6d4618ad04e1a14202410648f638b62d3f666d45
drm/rockchip: analogix_dp: add runtime PM handling

Hook up the runtime PM suspend/resume paths to make the rockchip
glue behave more like the exynos one. The same suspend/resume
functions are used for system sleep via the runtime PM force
suspend/resume.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619182200.3752465-2-l.stach@pengutronix.de
drivers/gpu/drm/rockchip/analogix_dp-rockchip.c