]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/panfrost: Add bus_ace optional clock support for RZ/G2L
authorBiju Das <biju.das.jz@bp.renesas.com>
Fri, 20 Mar 2026 16:41:49 +0000 (16:41 +0000)
committerAdrián Larumbe <adrian.larumbe@collabora.com>
Fri, 27 Mar 2026 02:06:42 +0000 (02:06 +0000)
commit20ba3318eb19da7907ceb461ef3b5d65204070e6
tree94d71b332552f679ed2260b6b271bcf7153c838e
parent1a14d961660eaa17f21918d0cdf75a00b613ee05
drm/panfrost: Add bus_ace optional clock support for RZ/G2L

On RZ/G2L SoCs, the GPU MMU requires a bus_ace clock to operate correctly.
Without it, unbind/bind cycles leave the GPU non-operational, manifesting
as an AS_ACTIVE bit stuck and a soft reset timeout falling back to hard
reset. Add bus_ace_clock as an optional clock, wiring it into init/fini,
and the runtime suspend/resume paths alongside the existing optional
bus_clock.

Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Link: https://patch.msgid.link/20260320164158.487406-4-biju.das.jz@bp.renesas.com
Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
drivers/gpu/drm/panfrost/panfrost_device.c
drivers/gpu/drm/panfrost/panfrost_device.h