drm/amd/display: Remove redundant condition.
authorAndrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Thu, 18 May 2017 17:35:22 +0000 (13:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:07:25 +0000 (18:07 -0400)
commit83dc211702cb18e62741379fef48f2629b1c983c
treef8c0ff461981e58015753e4e30277e7b6877b52f
parentf1000642e48166322194529a6d0f2452934acf2a
drm/amd/display: Remove redundant condition.

You cannot have modeset and flip in the same call for
same CRTC, in such case it will be set mode and set plane,
not a flip.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Reviewed-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c