Revert "drm/amdgpu: use dirty framebuffer helper"
authorShuah Khan <skhan@linuxfoundation.org>
Tue, 18 Oct 2022 01:07:46 +0000 (19:07 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Oct 2022 11:25:56 +0000 (13:25 +0200)
commit357db159e965efa6a0b7b6f9efa1c34bf876db2d
tree2e7c165d9762822e90bffcc00853245c9cb3254f
parent98ab15bfdcda748aa1ecf2d91dede893934bca60
Revert "drm/amdgpu: use dirty framebuffer helper"

This reverts commit 867b2b2b6802fb3995a0065fc39e0e7e20d8004d which is
commit 66f99628eb24409cb8feb5061f78283c8b65f820 upstream.

With this commit, dmesg fills up with the following messages and drm
initialization takes a very long time. This commit has bee reverted
from 5.4

[drm] Fence fallback timer expired on ring sdma0
[drm] Fence fallback timer expired on ring gfx
[drm] Fence fallback timer expired on ring sdma0
[drm] Fence fallback timer expired on ring gfx
[drm] Fence fallback timer expired on ring sdma0
[drm] Fence fallback timer expired on ring sdma0
[drm] Fence fallback timer expired on ring sdma0
[drm] Fence fallback timer expired on ring gfx

Cc: <stable@vger.kernel.org> # 5.10
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c