OSDN Git Service

drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't exist
authorMikita Lipski <mikita.lipski@amd.com>
Wed, 7 Mar 2018 21:59:43 +0000 (16:59 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Apr 2018 18:07:39 +0000 (13:07 -0500)
commitc1f8d3fa4627ec7ec31cc538b471488980738631
tree4657188dccc1a8ea3a2f8545f9a199f3e5af705c
parent1249acefefd43006127e58acf9c67de8038d770b
drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't exist

amdgpu_dm_display_resume was merged into dm_resume.
No need to call these functions separately.

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