drm/panfrost: increase readl_relaxed_poll_timeout values
authorChristian Hewitt <christianshewitt@gmail.com>
Thu, 8 Oct 2020 14:17:38 +0000 (14:17 +0000)
committerSteven Price <steven.price@arm.com>
Fri, 9 Oct 2020 15:57:27 +0000 (16:57 +0100)
commitc2df75ad2a9f205820e4bc0db936d3d9af3da1ae
treec91f7ec99fe2588c735421c55d673b34356130d4
parent6561e0aa4627da90f59076fec5e3a1b72a8aa63f
drm/panfrost: increase readl_relaxed_poll_timeout values

Amlogic SoC devices report the following errors frequently causing excessive
dmesg log spam and early log rotataion, although the errors appear to be
harmless as everything works fine:

[    7.202702] panfrost ffe40000.gpu: error powering up gpu L2
[    7.203760] panfrost ffe40000.gpu: error powering up gpu shader

ARM staff have advised increasing the timeout values to eliminate the errors
in most normal scenarios, and testing with several different G31/G52 devices
shows 20000 to be a reliable value.

Fixes: f3ba91228e8e ("drm/panfrost: Add initial panfrost driver")
Suggested-by: Steven Price <steven.price@arm.com>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201008141738.13560-1-christianshewitt@gmail.com
drivers/gpu/drm/panfrost/panfrost_gpu.c