[PATCH 0/1] clk: mmp2: Enable the 3D GPU clock alongside the 2D clock

From: Lubomir Rintel
Date: Wed Feb 03 2021 - 21:03:10 EST


Hi,

Please consider applying the sad little patch chained to this message. It
is a workaround that makes the 2D GPU work on MMP3 when the 3D GPU is not
used.

It's been observed that the 2D GPU won't work when what is understood to be
the 3D GPU clock is turned off. The etnaviv developers suggest [1][2] that
perhaps said understanding is wrong and they may be right. Unfortunately no
documentation is available, all we know is the register names.

In any case it seems to make more sense to put the workaround in the MMP
clock driver instead of to the etnaviv driver.

[1] https://lists.freedesktop.org/archives/etnaviv/2020-November/003442.html
[2] https://lists.freedesktop.org/archives/etnaviv/2020-December/003445.html

Thanks
Lubo