Re: [RFC PATCH 2/2] drm/etnaviv: add clock gating workaround for GC7000 r6202

2021-06-15 Thread Lucas Stach
Hi Michael, Am Dienstag, dem 15.06.2021 um 00:17 +0200 schrieb Michael Walle: > The LS1028A SoC errata sheet mentions A-050121 "GPU hangs if clock > gating for Rasterizer, Setup Engine and Texture Engine are enabled". > The workaround is to disable the corresponding clock gatings. > > Signed-off-

[RFC PATCH 2/2] drm/etnaviv: add clock gating workaround for GC7000 r6202

2021-06-14 Thread Michael Walle
The LS1028A SoC errata sheet mentions A-050121 "GPU hangs if clock gating for Rasterizer, Setup Engine and Texture Engine are enabled". The workaround is to disable the corresponding clock gatings. Signed-off-by: Michael Walle --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 6 ++ 1 file changed,