drm/amd/display: Drop unnecessary function call
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Mon, 7 Dec 2020 22:20:27 +0000 (17:20 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 10 Dec 2020 21:41:49 +0000 (16:41 -0500)
commit0269764a731bba0b5b1afb134abab702fbde1f04
treee673cbbbd1a5fe90b43af5fe3679f6aa73b455f0
parent4932d37055e7a459a92424c4d21ebf8c2c0fb19a
drm/amd/display: Drop unnecessary function call

After refactor our amdgpu_dm_atomic_commit, this function only invoke
drm_atomic_helper_commit. For this reason, this commit drops
amdgpu_dm_atomic_commit and add drm_atomic_helper_commit directly in the
atomic_commit hook.

v2: squash in warning fix (Alex)

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c