drm/amd/display: Remove check update type function.
authorAndrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Tue, 20 Jun 2017 14:56:35 +0000 (10:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:08:09 +0000 (18:08 -0400)
commit92af86fa7cba07aeec2f5f455b5ad981aff6013d
tree4ed173c35f5b8528997aad6cabd495c31a424915
parent03c8a5feeecf95ca1dfabb5b231016c0e76a187c
drm/amd/display: Remove check update type function.

Due to using dc_commit_surface_to_stream instead of build
stream and surface updates any surface commit today is
evlauted to full. Until we fix this and can corretly
evluate type of surface update, anything which is not page
flip or cursor update will be treted as full update chnage
and global lock will be aquired.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Reviewed-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