From: Andrey Grodzovsky Date: Wed, 17 May 2017 22:05:36 +0000 (-0400) Subject: drm/amd/display: Add missed wait_for_prev_commits. X-Git-Tag: v5.15~9960^2~23^2~482 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b9454f51ec1e04f7842a9412df568f98371b01c;p=platform%2Fkernel%2Flinux-starfive.git drm/amd/display: Add missed wait_for_prev_commits. Signed-off-by: Andrey Grodzovsky Reviewed-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c index d6ea2d5..b76f0f7e5 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c @@ -3111,6 +3111,7 @@ int amdgpu_dm_atomic_check(struct drm_device *dev, surface); need_to_validate = true; + wait_for_prev_commits = true; } } }