]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp()
authorHolger Hoffstätte <holger@applied-asynchrony.com>
Fri, 5 Mar 2021 14:23:18 +0000 (15:23 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Mar 2021 21:13:13 +0000 (16:13 -0500)
commit2b6d24e5ef9e8b94c144a268e3fd1b2c2a337e17
tree2578759bb8c0c58642ff34f585e540c9d1b52a67
parent6f59797d6de8e53421315d379eb540d4f686ce4d
drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp()

After fixing nested FPU contexts caused by ad5697daf1c6 we're still seeing
complaints about spurious kernel_fpu_end(). As it turns out this was
already fixed for dcn20 in commit d691475078 ("drm/amdgpu/display:
use GFP_ATOMIC in dcn20_validate_bandwidth_internal") but never moved
forward to dcn21.

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c