Re: [PATCH 2/2] drm/etnaviv: disable tx clock gating for GC7000 rev6203

2022-09-03 Thread Christian Gmeiner
> The i.MX8MN SoC errata sheet mentions ERR050226: "GPU: Texture L2 Cache > idle signal may incorrectly clock gate the texture engine in GPU". > > The workaround is to disable the corresponding clock gatings. > > While on it move the clock gating check for rev6202 into the same check > to bundle th

[PATCH 2/2] drm/etnaviv: disable tx clock gating for GC7000 rev6203

2022-08-26 Thread Lucas Stach
From: Marco Felsch The i.MX8MN SoC errata sheet mentions ERR050226: "GPU: Texture L2 Cache idle signal may incorrectly clock gate the texture engine in GPU". The workaround is to disable the corresponding clock gatings. While on it move the clock gating check for rev6202 into the same check to