Re: [PATCH v3 0/6] drm/panfrost: Turn off clocks and regulators in PM

2023-11-10 Thread Steven Price
On 09/11/2023 10:25, AngeloGioacchino Del Regno wrote: > Changes in v3: > - Fixed the order of set_opp/opp_put in patch [5/6] > - Clearly specified MediaTek SoC models in patches [4/6], [6/6] > - Reordered clk_disable() for suspend in patch [3/6] > - Fixed blank line removal and alignment in

[PATCH v3 0/6] drm/panfrost: Turn off clocks and regulators in PM

2023-11-09 Thread AngeloGioacchino Del Regno
Changes in v3: - Fixed the order of set_opp/opp_put in patch [5/6] - Clearly specified MediaTek SoC models in patches [4/6], [6/6] - Reordered clk_disable() for suspend in patch [3/6] - Fixed blank line removal and alignment in patch [1/6] Changes in v2: - Added hard reset GPU recovery -