drm/amd/display: Unify dm resume sequence into a single call
authorMikita Lipski <[email protected]>
Sat, 3 Feb 2018 19:18:07 +0000 (14:18 -0500)
committerAlex Deucher <[email protected]>
Tue, 15 May 2018 18:44:07 +0000 (13:44 -0500)
commita80aa93de1a0e69fdb83e04a9aca7c33bfb18941
tree94f2418437cf0c80615571d7c284a86d19e49ba6
parent40c21ed6b372c58fb214307f8186f7a0c1885bfc
drm/amd/display: Unify dm resume sequence into a single call

Merge amdgpu_dm_display_resume function into dm_resume,
as it is not called anywhere else anymore.

Initially the call was broken down into 2 functions for cursor corruption
issue. Now the issue is not visible, hence the dm_resume will perform
dm_display_resume in it.

Signed-off-by: Mikita Lipski <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c