]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/amdgpu: use dirty framebuffer helper"
authorHamza Mahfooz <hamza.mahfooz@amd.com>
Wed, 5 Oct 2022 15:30:38 +0000 (11:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Oct 2022 16:08:27 +0000 (12:08 -0400)
commit78c22a42cb01954b3e70281899acaad0426bcbfd
tree0a8de4a4e9527a4b0f7c523f723e12803b790511
parent5f74f0cc3efdfc3bc7bc6d5e826c1a094b3c561b
Revert "drm/amdgpu: use dirty framebuffer helper"

This reverts commit 134ed0da0d8a10d87bebf46f68e525d007269038.

Unfortunately, that commit causes performance regressions on non-PSR
setups. So, just revert it until FB_DAMAGE_CLIPS support can be added.

Cc: stable@vger.kernel.org
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2189
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216554
Fixes: 134ed0da0d8a10 ("drm/amdgpu: use dirty framebuffer helper")
Fixes: 94403f93003afc ("drm/amdgpu: don't register a dirty callback for non-atomic")
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c