OSDN Git Service

drm/amd/display: Unify dm resume sequence into a single call
authorMikita Lipski <mikita.lipski@amd.com>
Sat, 3 Feb 2018 19:18:07 +0000 (14:18 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
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 <mikita.lipski@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.c