commit | 1a910c11d35bfacb68a3e650fbc087491e92661f | [log] [tgz] |
---|---|---|
author | Guido Günther <agx@sigxcpu.org> | Mon Mar 02 20:13:35 2020 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Mar 03 10:58:57 2020 +0100 |
tree | 1c2d520ccf4881f8ace563dc81c56b3ebb0a37c3 | |
parent | b170455120b6a465d2b424562cafaad4a7ac94c1 [diff] |
drm/etnaviv: Ignore MC when checking runtime suspend idleness Without that runtime suspend is often blocked due to etnaviv_gpu_rpm_suspend() returning -EBUSY since the FE seems to trigger the MC in its idle loop. Ignoring the MC bit makes the GPU suspend as expected. This was tested on GC7000. Signed-off-by: Guido Günther <agx@sigxcpu.org> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>